你好,请问解决了吗
小程序直播商品管理接口-商品添加并提审接口:https://api.weixin.qq.com/wxaapi/broadcast/goods/add?access_token=access_token 入参说明:name,商品名称,最长17个汉字,1个汉字相当于2个字符,但是传入的不管是几个字都报错: me.chanjar.weixin.common.error.WxErrorException: 错误代码:300002, 错误信息:name length invalid,微信原始报文:{"errmsg":"name length invalid","errcode":300002}
2020-05-19你好,请问解决了吗
小程序直播----商品添加并提审请求参数: {goodsInfo={"coverImgUrl":"jL7nOTA9gI2TRR9N9wlKmd3dhD4QAvUZ8lonFZ4S7qxXjZDpJJN8wg4qkrHwSOkl","price":33,"name":"测试","priceType":"1","url":"/pages/router/router?name=detail&StoreNO=0002&GoodsID=32201","price2":""}} 返回: {"errmsg":"name length invalid","errcode":300002} 这才2个汉字 就超了。 这是撒原因。 https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/commodity-api.html
2020-05-19请问解决了吗?
商品添加提审接口返回Not Find 404 错误https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/commodity-api.html 商品添加提审接口:https://api.weixin.qq.com/wxaapi/broadcast/goods/add?access_token=[access_token] 返回Not Find 404 错误 ( [code] => 404 [status] => Not Found [responseline] => HTTP/1.0 404 Not Found [headers] => Array ( [Connection] => close [Date] => Sun, 19 Apr 2020 07:22:30 GMT [Set-Cookie] => wxuin=87280950217235; path=/; expires=Mon, 18 Jan 2038 19:14:07 GMT [Content-Type] => text/plain; charset=utf-8 [X-Download-Options] => noopen [Strict-Transport-Security] => max-age=15552000; includeSubDomains [X-XSS-Protection] => 1; mode=block [X-Frame-Options] => SAMEORIGIN [X-DNS-Prefetch-Control] => off [Content-Length] => 9 ) [content] => Not Found [meta] => HTTP/1.0 404 Not Found Connection: close Date: Sun, 19 Apr 2020 07:22:30 GMT Set-Cookie: wxuin=87280950217235; path=/; expires=Mon, 18 Jan 2038 19:14:07 GMT Content-Type: text/plain; charset=utf-8 X-Download-Options: noopen Strict-Transport-Security: max-age=15552000; includeSubDomains X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-DNS-Prefetch-Control: off Content-Length: 9 Not Found )
2020-05-18