1
This commit is contained in:
parent
fa714b9436
commit
cdb8e9206e
@ -20,10 +20,10 @@ class Bag(object):
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': 'useItem',
|
'name': 'useItemS',
|
||||||
'desc': '使用道具',
|
'desc': '使用道具',
|
||||||
'group': 'Bag',
|
'group': 'Bag',
|
||||||
'url': 'webapp/index.php?c=Bag&a=useItem',
|
'surl': 'webapp/index.php?c=Bag&a=useItemS',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
_common.ReqHead(),
|
||||||
['item_uniid', 0, '道具唯一id'],
|
['item_uniid', 0, '道具唯一id'],
|
||||||
|
@ -9,3 +9,15 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @api {GET} AA接口升级日志 接口升级日志
|
||||||
|
* @apiPermission none
|
||||||
|
* @apiGroup 接口升级日志
|
||||||
|
* @apiVersion 0.0.1
|
||||||
|
* @apiSuccessExample {json} Success-Response:
|
||||||
|
* 2024/07/25
|
||||||
|
* c=Bag&a=useItemS
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user