1
This commit is contained in:
parent
966678fd56
commit
7a00d8755c
@ -135,7 +135,7 @@ class BlockChainController extends BaseAuthedController {
|
|||||||
2006,
|
2006,
|
||||||
phpcommon\BC_FUNC_CREATION,
|
phpcommon\BC_FUNC_CREATION,
|
||||||
myself()->_getNowTime(),
|
myself()->_getNowTime(),
|
||||||
myself()->_getOpenId()
|
myself()->_getAddress()
|
||||||
);
|
);
|
||||||
Hero::Update($heroDb['hero_uniid'],
|
Hero::Update($heroDb['hero_uniid'],
|
||||||
array(
|
array(
|
||||||
@ -166,7 +166,7 @@ class BlockChainController extends BaseAuthedController {
|
|||||||
2006,
|
2006,
|
||||||
phpcommon\BC_FUNC_CREATION,
|
phpcommon\BC_FUNC_CREATION,
|
||||||
myself()->_getNowTime(),
|
myself()->_getNowTime(),
|
||||||
myself()->_getOpenId()
|
myself()->_getAddress()
|
||||||
);
|
);
|
||||||
Gun::Update($gunDb['gun_uniid'],
|
Gun::Update($gunDb['gun_uniid'],
|
||||||
array(
|
array(
|
||||||
@ -197,7 +197,7 @@ class BlockChainController extends BaseAuthedController {
|
|||||||
2006,
|
2006,
|
||||||
phpcommon\BC_FUNC_CREATION,
|
phpcommon\BC_FUNC_CREATION,
|
||||||
myself()->_getNowTime(),
|
myself()->_getNowTime(),
|
||||||
myself()->_getOpenId()
|
myself()->_getAddress()
|
||||||
);
|
);
|
||||||
Chip::Update($chipDb['chip_uniid'],
|
Chip::Update($chipDb['chip_uniid'],
|
||||||
array(
|
array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user