| http状态码 | 错误码 | 错误码描述 | 排查建议 |
|---|---|---|---|
| 200 | 28001018 | 应用未获得该能力 | 非电商小程序不能调用 |
| 200 | 28007004 | 参数错误 | 根据提示检查参数,例如:积分小于0,app_id与token不匹配,参数为空等 |
| 200 | 28001005 | 系统内部错误 | 稍后重试 |
curl --location --request POST 'http://dev-cn.your-api-server.com/api/ecom/v1/config/limit_op_point/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{"op_type":1,"single_add_limit":1000,"single_deduct_limit":500,"daily_add_count":100,"daily_deduct_count":10,"app_id":"tt5daf2b12cxxxxxx"}'{
"err_no": 0,
"err_msg": "success",
"log_id": "20230630172031xxxxxxxxxxxxxxxxxxxxxxx"
}