...
This commit is contained in:
parent
09b28c5325
commit
f3e609d910
@ -215,8 +215,12 @@ class Shop(object):
|
|||||||
'url': 'webapp/index.php?c=Shop&a=inappPurchaseDiamonds',
|
'url': 'webapp/index.php?c=Shop&a=inappPurchaseDiamonds',
|
||||||
'params': [
|
'params': [
|
||||||
['channel', '', '渠道 goole or apple'],
|
['channel', '', '渠道 goole or apple'],
|
||||||
['!records', [_common.InappPurchaseRecord()], '购买记录'],
|
|
||||||
['sign', '', '签名'],
|
['sign', '', '签名'],
|
||||||
|
['records', '', '购买记录,以下字段是一个record的表示'],
|
||||||
|
['productId', '', '商品id'],
|
||||||
|
['gameOrderId', '', '游戏订单id'],
|
||||||
|
['orderId', '', 'google订单id'],
|
||||||
|
['status', 0, '订单状态'],
|
||||||
],
|
],
|
||||||
'response': [
|
'response': [
|
||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user