1
This commit is contained in:
parent
27b66e0064
commit
02351e053d
@ -29,6 +29,8 @@ class BcShop(object):
|
||||
'url': 'webapp/index.php?c=BcShop&a=productOnline',
|
||||
'params': [
|
||||
['account', '', '钱包账号'],
|
||||
['token', '', 'token'],
|
||||
['net_id', '', '网络id'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
@ -41,6 +43,8 @@ class BcShop(object):
|
||||
'url': 'webapp/index.php?c=BcShop&a=productOffline',
|
||||
'params': [
|
||||
['account', '', '钱包账号'],
|
||||
['token', '', 'token'],
|
||||
['net_id', '', '网络id'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
@ -53,6 +57,8 @@ class BcShop(object):
|
||||
'url': 'webapp/index.php?c=BcShop&a=productBuy',
|
||||
'params': [
|
||||
['account', '', '钱包账号'],
|
||||
['token', '', 'token'],
|
||||
['net_id', '', '网络id'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
@ -65,6 +71,8 @@ class BcShop(object):
|
||||
'url': 'webapp/index.php?c=BcShop&a=productOffline',
|
||||
'params': [
|
||||
['account', '', '钱包账号'],
|
||||
['token', '', 'token'],
|
||||
['net_id', '', '网络id'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user