根据自定义交易组件升级的指引,走完了生成订单、支付、发货,到最后售后,一直调用失败。
返回值:errcode":1010050,"errmsg":"fund_type=1订单不需要同步支付结果
我们的订单时fund_type=1因为时前面的流程生成支付参数要求的。但是我们调的是创建售后接口,没有要同步支付结果呀?
appid:wxc47d9eb33eec8b6a
请求地址:https://api.weixin.qq.com/shop/ecaftersale/add?access_token=xxxxxxxxx
请求:{"openid":"o8uA24zhSWk5_MGc3uttmm_PMELk","out_order_id":"291882967","refund_reason_type":1,"orderamt":1,"refund_reason":"商品无货","product_info":[{"out_sku_id":"21006","product_cnt":1,"out_product_id":"939765799"],"type":1,"order_id":"3303805501265281792","out_aftersale_id":"150476637"}
返回:errcode":1010050,"errmsg":"fund_type=1订单不需要同步支付结果
求解答~
你好调用的是哪个api,这个错误信息不是售后接口的
这是我们使用的api喔
同问,怎么解决的,感觉创建售后接口调用的不对呢。