楼主解决了么,遇到同样的问题了
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-08-23问题解决了,php扩展组件GuzzleHttp提交json参数,默认json的编码为常量0,改成JSON_UNESCAPED_UNICODE之后就可以了
自定义交易组件 添加商品 title问题1000045,帮忙查看下什么原因?https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent2/API/SPU/spu_readme_plus.htmlhttps://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent2/zujianyunyingguifan.html errcode: 1000045errmsg: "title违规,不能是纯字母、数字、英文、指定字符集(具体参照文档) rid: 62ff351f-1ec62555-49b8db11"提交的参数: { "out_product_id":"192671", "third_cat_id":6666, "brand_id":2100000000, "info_version":"0.0.1", "title":"鳗鱼皇后鳗鱼蒲烧300g条", "path":"pages\/goods\/detail\/detail?sku_id=192773", "head_img":[ "https://mmecimage.cn/p/wxa9ff00a69172d2e6/HMWzLLF2qe3ZcJLTnidmlK2I1DOL5VlLls_0gDI9rg" ], "qualification_pics":[ "" ], "desc_info":{ "desc":"<p><img src='https://mmecimage.cn/p/wxa9ff00a69172d2e6/HMWzLLF2qe3ZcJLTnidmlK2I1DOL5VlLls_0gDI9rg'><\/p>" }, "skus":[ { "out_product_id":"192671", "out_sku_id":"192773", "thumb_img":"https://mmecimage.cn/p/wxa9ff00a69172d2e6/HMWzLLF2qe3ZcJLTnidmlK2I1DOL5VlLls_0gDI9rg", "sale_price":1, "market_price":0, "stock_num":121183, "sku_code":"", "sku_attrs":[ { "attr_key":"", "attr_value":"" } ] } ] }
2022-08-23遇到同样的问题,官方也没有人解答!唉....
小程序对接视频号 添加商品接口,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-08-23{ "errcode": 0, "data": [] } 更新商家与获取商家信息都返回这样的结果,可能是什么原因呢?
交易组件MP后台添加并通过API更新商家信息,依然提示“该账号客服方式必须包含小程序客服”?[图片] 添加客服后,并通过API(https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent2/API/account/update_info.html)文档更新商家信息。 [图片] 通过API提交,新增商品时,依然提示“该账号客服方式必须包含小程序客服” [图片] 这边测试另一个小程序账号OK(可能是前面交易组件通过了,所以顺畅),但是新开的小程序,按照上述操作执行完后,问题依然存在,请问还有什么其他的解决方案不?
2022-08-17遇到同样问题,但是没有注释,errcode: 1000009, errmsg: "调用的类目id不存在 rid: 62fa1591-55557d6b-10969436 提交的参数: category_info: {level1: "6625", level2: "6631", level3: "6648", certificate: []}certificate: []level1: "6625"level2: "6631"level3: "6648"license: "http://aaa.com/common/images/20220815/qovHcRUnOfLPmTwdYDwuggrFBxJsubtt.jpg.webp"
这上传类目资质返回的是类目id不存在,但是3个id都是按照接口里返回的类目填的,麻烦排查一下这上传类目资质返回的是类目id不存在,但是3个id都是按照接口里返回的类目填的,麻烦排查一下 rid: 609cd5e9-1ec50d26-55691b11 [图片]
2022-08-15微信支付v3怎么没有统一下单的接口,翻遍了文档也没看到
v3微信支付统一下单接口v3微信支付统一下单接口文档说明找不到
2021-09-28