This commit is contained in:
aozhiwei 2022-03-11 13:23:35 +08:00
parent 27b66e0064
commit 02351e053d

View File

@ -29,6 +29,8 @@ class BcShop(object):
'url': 'webapp/index.php?c=BcShop&a=productOnline', 'url': 'webapp/index.php?c=BcShop&a=productOnline',
'params': [ 'params': [
['account', '', '钱包账号'], ['account', '', '钱包账号'],
['token', '', 'token'],
['net_id', '', '网络id'],
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
@ -41,6 +43,8 @@ class BcShop(object):
'url': 'webapp/index.php?c=BcShop&a=productOffline', 'url': 'webapp/index.php?c=BcShop&a=productOffline',
'params': [ 'params': [
['account', '', '钱包账号'], ['account', '', '钱包账号'],
['token', '', 'token'],
['net_id', '', '网络id'],
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
@ -53,6 +57,8 @@ class BcShop(object):
'url': 'webapp/index.php?c=BcShop&a=productBuy', 'url': 'webapp/index.php?c=BcShop&a=productBuy',
'params': [ 'params': [
['account', '', '钱包账号'], ['account', '', '钱包账号'],
['token', '', 'token'],
['net_id', '', '网络id'],
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
@ -65,6 +71,8 @@ class BcShop(object):
'url': 'webapp/index.php?c=BcShop&a=productOffline', 'url': 'webapp/index.php?c=BcShop&a=productOffline',
'params': [ 'params': [
['account', '', '钱包账号'], ['account', '', '钱包账号'],
['token', '', 'token'],
['net_id', '', '网络id'],
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),