收藏
回答

视频号自定义组件 生成售后单接口提示参数错误?

组件名称:https://api.weixin.qq.com/shop/ecaftersale/add?access_token=xxxxxxxxx

请求接口:https://api.weixin.qq.com/shop/ecaftersale/add?access_token=xxxx

前提,订单已支付,订单列表状态是 20,商品就是购买的商品

入参:

{

    "out_order_id":"1511158719721627650",

    "openid":"odytC5GHdeIEUYVCOY48JGtTIHy8",

    "out_aftersale_id":"1509049938891711465",

    "type":1,

    "product_info":{

        "out_product_id":"1",

        "out_sku_id":"133",

        "product_cnt":1

    },

    "refund_reason":"不想要了",

    "refund_reason_type":2,

    "orderamt":12800

}

返回:

{"errcode":2747002,"errmsg":" 参数错误 rid: 624ba3dc-6ef8108b-0cf11c3b"}

提示太不友好了,总要告诉我们那个参数错误啊,请有调通的大佬帮忙解答,万分感谢!

回答关注问题邀请回答
收藏
登录 后发表内容