调用 传运单接口 trace_waybill
描述:商户使用此接口向微信提供某交易单号对应的运单号。微信后台会跟踪运单的状态变化
请求方法: POST application/json
请求地址:https://api.weixin.qq.com/cgi-bin/express/delivery/open_msg/trace_waybill?access_token=XXX
报错 {"errcode":-1,"errmsg":"system error detail: [未知异常,请稍后重试] rid: 66753372-7b7383e5-4c828987"},
操作 : 如果在 goods_img_url 传值时就会报这个错误,goods_img_url 留空时就正常返回ok.
这个是什么原因,难道是图片url过长或这个字段本身有问题?