1
This commit is contained in:
parent
475559d940
commit
0e53c4fb4b
@ -93,5 +93,23 @@ class AAWheel(object):
|
|||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
['!data', [_common.WheelGoods()], '商品列表'],
|
['!data', [_common.WheelGoods()], '商品列表'],
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
'method': 'POST',
|
||||||
|
'name': '/api/v1/shop/buy',
|
||||||
|
'desc': '掷骰子',
|
||||||
|
'group': '!AAWheel',
|
||||||
|
'url': 'https://wheel-test.kingsome.cn/api/v1/shop/buy',
|
||||||
|
'headers': _common.JwtHeader,
|
||||||
|
'is_json_params': True,
|
||||||
|
'params': [
|
||||||
|
['item_id', 0, '道具id'],
|
||||||
|
],
|
||||||
|
'response': [
|
||||||
|
_common.RspHead(),
|
||||||
|
['point', 0, '点数'],
|
||||||
|
['award', _common.WheelAward(), '奖励信息'],
|
||||||
|
['side_effect', _common.WheelSideEffect(), '附加效应'],
|
||||||
|
]
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user