收藏
回答

自定义交易组件 添加商品 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

  1. errcode1000045
  2. 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":""
                        }
                    ]
                }
            ]
        }
回答关注问题邀请回答
收藏

1 个回答

  • 东云
    东云
    2022-08-23

    问题解决了,php扩展组件GuzzleHttp提交json参数,默认json的编码为常量0,改成JSON_UNESCAPED_UNICODE之后就可以了

    2022-08-23
    有用 1
    回复 1
    • 2022-09-20
      感谢大神,解决了困扰我半天的问题
      2022-09-20
      回复
登录 后发表内容