有赞新零售社区

发帖
API使用问题»youzan.crm.customer.points.increase.4.0.0接口返回错误

[API调用-会员/营销] youzan.crm.customer.points.increase.4.0.0接口返回错误

焱~张粤焕 2023-11-04 829 浏览 3 评论 | 只看楼主 [打印]  关闭
填写了积分变动原因和用户信息,接口返回了user user不能为空; reason reason不能为空
调用接口:https://open.youzanyun.com/api/youzan.crm.customer.points.increase/4.0.0
调用参数:{
  "params": "{\"reason\":\"测试增加积分\",\"channel_type\":0,\"source_shop_code\":null,\"biz_value\":\"20231101001\",\"check_customer\":true,\"points\":100,\"is_do_ext_point\":true,\"user\":{\"account_type\":5,\"account_id\":\"XxDV9TL6626720482095386624\"},\"biz_token\":null}"}返回结果:
{
  "trace_id": "yz7-0a350a40-1698997975608-120681",  "code": 141500101,  "success": false,  "message": "user user不能为空; reason reason不能为空"}
用手机打开
收藏 ··· 回复
    smile   黄金   2023-11-04 | 只看该作者
    您好,因为您的入参多了\,所以导致系统没有识别到字段,进行报空了。
    • 焱~张粤焕 2023-11-06
      我用{
         "params" : {
        "reason": "测试增加积分",
        "channel_type": 0,
        "biz_value": "20231101001",
        "check_customer": true,
        "points": 100,
        "is_do_ext_point": true,
        "user": {
          "account_type": 5,
          "account_id": "XxDV9TL6626720482095386624"
        }
      }
      }
      传入也是提示
      {
          "trace_id": "yz7-0a350a40-1699171131313-242617",
          "code": 141500101,
          "success": false,
          "message": "reason reason不能为空; user user不能为空"
      }
    • 焱~张粤焕 2023-11-06
      请忽略

    1跳至
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    复制链接
    新浪微博
    QQ空间
    微信扫码
    • 回复

    • 评分

    客服工作时间是9:00-18:00,客服妹子当前不在线,若不能及时回复请谅解。试试右上角的搜索吧,论坛有丰富的经验贴、公告贴,相信一定能够帮到您~

    复制成功