- 自定义交易组件售后的接口流程走完,组件接入--售后接口调用--无法点完成?
[图片] A:从红框处点击创建售后 跳转的接口文档,接口是:https://api.weixin.qq.com/shop/ecaftersale/add?access_token=xxxxxxxxxrara B: 然后在自定义交易组件文档中,创建售后的接口是:https://api.weixin.qq.com/shop/aftersale/add?access_token=xxxxxxxxx 使用B文档中接口创建了售后单,更新售后单至售后完成,流程走完,再点击售后接口调用【完成】按钮,还是提示:检测到你未完成此项步骤,请确认后重试。 A:接口调用不成功,提示:{ "errcode": 2747027, "errmsg": " 当前订单不是二级商户单,请检查fund_type字段, detail: unsupported fund_type(0), only support fund_type(1)" }
2022-09-16 - 自定义交易组件 添加商品 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-19 - 自定义交易组件,更新商家信息接口无效?
返回的json数据和文档中的不一样,没有返回errmsg {"errcode":0,"data":[]} 文档中: { "errcode": 0, "errmsg":"ok" } 请问这是什么原因?
2022-08-17