1.修改积分配置
接口
POST https://open.jisuapp.cn/business/Integral/SaveAppIntegralConfig
请求参数说明
Content-Type: application/x-www-form-urlencoded
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | String | Y | 用户授权的唯一票据 |
login_num | int | Y | 每天登陆送积分 |
share_num | int | Y | 推荐好友送积分 |
consume_num | int | Y | 消费x元 积累1积分 |
post_comment_num | int | Y | 商品评论送积分 |
is_transfer_price_benefit_status | int | Y | 允许当面付、表单支付使用积分抵扣 |
返回参数
参数 | 类型 | 说明 |
---|---|---|
status | int | 状态码 0成功 1失败 |
data | string | 说明 |
参数返回示例
{
"status": 0,
"data": "成功" ,
}