This commit is contained in:
aozhiwei 2023-06-07 16:01:54 +08:00
parent 966678fd56
commit 7a00d8755c

View File

@ -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(