- errcode等于990013是什么问题?
{"errcode":990013,"errmsg":"expecting order_info.out_order_id.size >= 1, actually 0 rid: 62cd7e0e-5757ff10-2a4e830f"} 这个返回的是什么错误 同样的请求数据,放在postman是能够通过的,但是放在代码里却返回上面的信息;哪位大神帮忙解释一下; 接口https://api.weixin.qq.com/shop/order/add?access_token= 请求参数 { "create_time": "2022-07-12 21:47:23", "out_order_id": "Jld311", "openid": "osCt_5XvONLABNaivA5QeOzMyBu0", "path": "\/pagesA\/indent\/detail?id=311", "order_detail": { "product_infos": [ { "out_product_id": 6935, "out_sku_id": 11251, "product_cnt": 1, "sale_price": 39800, "sku_real_price": 39800, "path": "\/pages\/product\/detail?id=311", "title": "\u6b4c\u5982\u8bd7Goouuzh\u963f\u62c9\u6bd4\u5361\u624b\u51b2\u5496\u5561\u5957\u88c5", "head_img": "https:\/\/img.jldmall.cn\/image\/product_sku\/5tyFz1657533007.jpg" } ], "pay_info": { "pay_method_type": 0 }, "price_info": { "order_price": 39800, "freight": 0, "discounted_price": 0, "additional_price": 0, "additional_remarks": "" } }, "delivery_detail": { "delivery_type": 1 }, "address_info": { "receiver_name": "\u7ae0\u4ee5\u654f", "detailed_address": "\u6885\u6c5f\u5357\u82d1\u6885\u666f\u8def616\u5f0485\u53f7606", "tel_number": "13736069879", "province": "\u6d59\u6c5f\u7701", "city": "\u5b81\u6ce2\u5e02", "town": "\u911e\u5dde\u533a" }, "fund_type": 1, "expire_time": 1657634543, "trace_id": "1_iDFG5vWZnZIdXQcOcs1mQKUHchRHqGGBgORdPKbT0_M", "aftersale_duration": 7 }
2022-07-12 - 小程序对接视频号 添加商品接口,title问题总是通过不了?
请求参数: { "out_product_id": "586", "title": "\u5e8a\u76d6\u4e09\u4ef6\u5957", "path": "pages\/goods-detail\/goods-detail.html?id=586", "direct_path": "", "head_img": [ "http:\/\/feiqingwang.oss-cn-hangzhou.aliyuncs.com\/static\/upload\/images\/plugins_shop\/user_goods\/2817\/2022\/06\/09\/1654743691195150.jpg", "http:\/\/feiqingwang.oss-cn-hangzhou.aliyuncs.com\/static\/upload\/images\/plugins_shop\/user_goods\/2817\/2022\/06\/09\/1654743691486232.jpg", "http:\/\/feiqingwang.oss-cn-hangzhou.aliyuncs.com\/static\/upload\/images\/plugins_shop\/user_goods\/2817\/2022\/06\/09\/1654743693138329.jpg", "http:\/\/feiqingwang.oss-cn-hangzhou.aliyuncs.com\/static\/upload\/images\/plugins_shop\/user_goods\/2817\/2022\/06\/09\/1654743695876810.jpg" ], "third_cat_id": "1677", "brand_id": "2100000000", "skus": [ { "out_product_id": "586", "out_sku_id": "586", "sale_price": "456.00", "market_price": "568.00", "stock_num": "189", "thumb_img": "http:\/\/feiqingwang.oss-cn-hangzhou.aliyuncs.com\/static\/upload\/images\/plugins_shop\/user_goods\/2817\/2022\/06\/09\/1654743652873134.jpg", "sku_attrs": { "attr_key": "\u9009\u62e9\u6b3e\u5f0f", "attr_value": "\u9ed8\u8ba4\u6b3e\u5f0f" } } ], "scene_group_list": 1 } title违规,不能是纯字母、数字、英文、指定字符集(具体参照文档) rid: 62a20034-10a0958e-2876f81c title长度不符合 rid: 62a1ff64-0b7d0aa9-1e7db849
2022-06-09 - 上传类目资质,返回该类目id不存在?
[图片][图片] 获取小程序提交过的入驻资质信息中只有第一级和第二级类目。 并没有第三级类目?那上传类目资质时,第三级类目ID是多少? [图片]
2022-05-10