Page History

Addintegral

Last edited by 郑超

返回

电商订单支付成功后增加积分


URL: http://apiwjjtest.cnlive.com/Daren/integral/mall/addIntegral.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
sid String true 用户sid
taskId String true 任务ID
score String true 积分

返回格式: JSON


返回格式样例:

{
    "data": {
        "desc": "支付成功,恭喜您获得积分!",
        "score": "500"
    },
    "errorCode": "0",
    "errorMessage": "成功"
}