余额调整
POST
/api/user/adjustWallet请求参数
Body 参数application/json
userId
integer
用户ID
action
integer
必需
操作类型: 0=减少,1=增加
amount
integer
变动金额
remark
string
备注信息
示例
{
"userId": 1,
"action": 1,
"amount": 2,
"remark": "充值"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"code": 0,
"msg": "string",
"data": [
"string"
]
}
最后修改时间: 2 年前