1
This commit is contained in:
parent
77968c8e00
commit
6071f11daf
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import _common
|
||||
|
||||
|
||||
class FirstTopup(object):
|
||||
|
||||
def __init__(self):
|
||||
|
19
doc/Shop.py
19
doc/Shop.py
@ -28,7 +28,7 @@ class Shop(object):
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['goods_uuid', '', '商品唯一id'],
|
||||
['goods_num', 0, '商品数量'],
|
||||
['goods_num', 0, '商品数量 如果是宝箱可分为1、10 其他情况的购买为1'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
@ -50,22 +50,7 @@ class Shop(object):
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['order_id', '', '订单id'],
|
||||
]
|
||||
},
|
||||
{
|
||||
'name': 'queryOutappPurchase',
|
||||
'desc': '查询第三方支付(购买钻石)状态',
|
||||
'group': 'Shop',
|
||||
'url': 'webapp/index.php?c=Shop&a=queryOutappPurchase',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['order_id', '', '订单id'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['item_id', '', '商品id'],
|
||||
['item_num', 0, '商品数量'],
|
||||
['status', 0, '订单状态 0:未支付 1:已支付 2:支付失败'],
|
||||
['!params', [''], '透传给洪亮那的参数列表'],
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user