获取会员折扣 [ 会员 ]
POST
/plugin-wemall/api.auth.center/discount最后修改时间: 5 个月前
请求参数
Body 参数application/x-www-form-urlencoded
discount
string
折扣方案编号
示例值:
1
示例代码
返回响应
获取会员折扣比例(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
info
string
必需
data
object
必需
rate
integer
必需
示例
{
"code": 1,
"info": "获取会员折扣!",
"data": {
"rate": 100
}
}
最后修改时间: 5 个月前