文档
测试

用户-信息获取

POST
http://localhost:8061/v1.2/points/buy

请求参数

参数名
类型
描述
必填
userId
string
示例:1
必填
consumeAmount
int
示例:200
必填
reason
string
示例:123
必填
orderId
string
示例:1234
必填
sign
string
示例:sign
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
array
数据列表
必填
id
int
示例:1
必填
name
string
示例:美女特效
必填
descs
object
示例:null
必填
status
int
示例:1
必填
type
int
示例:2
必填
createTime
object
示例:null
必填
message
string
示例:操作成功
必填
code
string
示例:00000
必填
data
int
示例:1
必填
message
string
示例:ok
必填

说明 / 示例

{ "code": 200, "data": [ { "id": 1, "name": "美女特效", "descs": null, "status": 1, "type": 2, "createTime": null }, { "id": 2, "name": "帅哥特效", "descs": null, "status": 1, "type": 2, "createTime": null }, { "id": 3, "name": "儿童专区", "descs": null, "status": 1, "type": 2, "createTime": null } ], "message": "操作成功" }