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