添加积分
开发中POST
/plugs/gift/credits请求参数
Body 参数application/json
title
string
积分说明
customer_id
integer
客户ID
num
integer
积分数
示例
{
"title": "string",
"customer_id": 0,
"num": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 年前