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: 1000045
- errmsg: "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":""
}
]
}
]
}
问题解决了,php扩展组件GuzzleHttp提交json参数,默认json的编码为常量0,改成JSON_UNESCAPED_UNICODE之后就可以了