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