奖惩管理员
POST
/myauth/web/chaMoney只有admin账号有权限使用
请求参数
Header 参数
token
string
必需
登录成功后返回的token
示例值:
123
Body 参数application/json
id
integer
ID
与账号至少要填写一个,可二选一
user
string
账号
money
string
账户余额
负数代表扣除
示例
{
"id": null,
"user": "xiaomo",
"money": "-50"
}
示例代码
返回响应
成功(200)
错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
null
必需
timestamp
integer
必需
示例成功示例
{
"code": 200,
"success": true,
"msg": "奖惩成功",
"sign": "",
"result": null,
"timestamp": 1646923129789
}
最后修改时间: 3 年前