This commit is contained in:
aozhiwei 2024-07-25 11:05:59 +08:00
parent fa714b9436
commit cdb8e9206e
2 changed files with 14 additions and 2 deletions

View File

@ -20,10 +20,10 @@ class Bag(object):
]
},
{
'name': 'useItem',
'name': 'useItemS',
'desc': '使用道具',
'group': 'Bag',
'url': 'webapp/index.php?c=Bag&a=useItem',
'surl': 'webapp/index.php?c=Bag&a=useItemS',
'params': [
_common.ReqHead(),
['item_uniid', 0, '道具唯一id'],

View File

@ -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
*
*
*/