1
This commit is contained in:
parent
41eed022f5
commit
3fd99ce02a
@ -98,8 +98,7 @@ class BlockChain(object):
|
||||
'group': 'BlockChain',
|
||||
'url': 'webapp/index.php?c=BlockChain&a=shardMixByUser',
|
||||
'params': [
|
||||
['token_id1', 0, 'tokenid1'],
|
||||
['token_id2', 0, 'tokenid2'],
|
||||
['token_ids', '', 'token_ids多个用|分割'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
|
@ -168,6 +168,7 @@ class BlockChainController extends BaseAuthedController {
|
||||
|
||||
public function shardMixByUser()
|
||||
{
|
||||
$tokenIds = explode('|', getReqVal('token_ids', ''));
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user