文档
测试

充值管理->修改

POST
http://127.0.0.1:8888/mesh/userrecharge/update

接口描述

充值管理->修改

请求头

参数名
类型
描述
必填
Content-Type
application/json
必填

请求参数

application/json
参数名
类型
描述
必填
rechargeAmount
float
充值金额,示例:50.22
必填
rechargeId
string
充值主键id,示例:508665165827387394
必填
payType
string
支付方式,示例:2
必填

请求示例

``` { "rechargeAmount":50.22, "rechargeId":"508665165827387394", "payType":"2" } ```

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
message
string
示例:success
必填
code
int
示例:200成功、其他失败
必填
timestamp
int
示例:1636522688839
必填
result
object
示例:null
必填

响应示例

``` { "success": true, "message": "success", "code": 200, "timestamp": 1636522688839, "result": null } ```