- 添加商品接口返回非法参数,是什么问题?
返参:{"errcode":100020,"errmsg":"Invalid input param rid: 61f11f4f-7582b1ed-3c4be525"} 入参:{"sub_title":"","cats":[{"level":"1","cat_id":"6033"},{"level":"2","cat_id":"6093"},{"level":"3","cat_id":"6102"}],"skus":[{"stock_num":1,"market_price":12300,"sale_price":6900,"sku_code":"","barcode":"","sku_attrs":[{"attr_key":"颜色","attr_value":"白"}]}],"desc_info":{"imgs":["https://mmecimage.cn/p/wx85eb09f2aa96723e/HJHPRVWJaFpp3dsjuMDunOukTq3iEO6u9YtiEf5j_04","https://mmecimage.cn/p/wx85eb09f2aa96723e/HLtoRyohqRZiw1m3Kxme-mtsRnJq4W8Ifl2G6JL0zgo","https://mmecimage.cn/p/wx85eb09f2aa96723e/HOD_Tn3vLiYHrgGHMoRIOmiqIcfw3qjuO3mhoLzuAks","https://mmecimage.cn/p/wx85eb09f2aa96723e/HEF8N3WOBLhOrLZudfofr257Cn6c8bIO14T4M08ioIs","https://mmecimage.cn/p/wx85eb09f2aa96723e/HJ9P9N1YbxBVDGaJpyeUB49keyNghP18WWl1iistJFU"]},"head_img":["https://mmecimage.cn/p/wx85eb09f2aa96723e/HJt35RAYKQ6MSq8HoqPu5kZq3ythl4E-FoEXTUkAUMA","https://mmecimage.cn/p/wx85eb09f2aa96723e/HLaY85-PI02Qkp4fRdQ4veUYtQqmvPZQs_7nlLL_2_g","https://mmecimage.cn/p/wx85eb09f2aa96723e/HAOIlJ9mQwTq4-tCgNaBAZi64IXDrKysPC8FMFuVGSc","https://mmecimage.cn/p/wx85eb09f2aa96723e/HNjS8sXIxKDb4x2Gqq-N0TH6c9vAlS6_xajhcImfe60"],"model":"","title":"毛线帽","express_info":{"template_id":31369900},"brand_id":0,"attrs":[{"attr_key":"阿萨德","attr_value":"啊"}]}
2022-01-26 - 为什么小程序不能开通直播?
有支付记录,公众号的粉丝数也够了,是不是支付流水有特定的要求,比如金额或笔数? appid:wx7c4456e1aaccb4aa
2020-06-02 - 小程序类目本月没有修改次数了,只能等下个月?
审核一会说要增加这个类目,一会又要那个类目,不一次性说完,这样子3次修改怎么够用,哪有这样的规则?为什么不一次性审核完,需要增加哪些类目
2020-04-16 - 调用公众号创建卡券接口,报48001
公众号的接口权限都有啊,是参数问题吗? HTTP/1.1 100 Continue HTTP/1.1 200 OK Connection: keep-alive Content-Type: application/json; encoding=utf-8 Date: Mon, 30 Mar 2020 10:29:12 GMT Content-Length: 68 {"errcode":48001,"errmsg":"api unauthorized hint: [jvrg9a0152r253]"} 官方没人管的吗?
2020-03-30 - 小程序2次审核不一致,说要补充分类,如今没有统一机构代码证,怎么办?
[图片][图片]
2020-03-25 - 小程序内的支付流水,服务商有返佣吗
小程序调微信支付,这种流水,服务商有返佣吗
2020-03-04 - 小程序支付签名,前端扫码支付报签名验证失败?
已经用签名根据测试成功,二次签名也没报错,把最终的参数返回前端调用,就提示错误[图片]
2020-02-27 - 小程序选择卡券,返回加密的code,怎么解码
code不是自定义的,我怎么知道是选择的是哪个卡券,哪位碰到过这个问题?
2019-06-03 - 调用微信公众号创建卡券接口,一直报data is not utf8
我设置了编码 URL realUrl = new URL(url); HttpURLConnection conn = (HttpURLConnection) realUrl.openConnection(); conn.setRequestMethod("POST"); conn.setDoOutput(true); conn.setDoInput(true); conn.setUseCaches(false); conn.setRequestProperty("Connection", "Keep-Alive"); conn.setRequestProperty("Charset", "UTF-8"); 但是接口一直返回,我使用微信接口调试工具和postman测试都可以,Java代码调用就不行 {"errcode":47001,"errmsg":"data format error hint: [6i1hNA08955675] d ata is not utf8"} 请问哪位大佬碰到过这个问题,百度都没有搜到相关的!!!!!!!!!
2019-05-31 - 调用微信公众号创建卡券接口,一直报data is not utf8
我设置了编码 URL realUrl = new URL(url); HttpURLConnection conn = (HttpURLConnection) realUrl.openConnection(); conn.setRequestMethod("POST"); conn.setDoOutput(true); conn.setDoInput(true); conn.setUseCaches(false); conn.setRequestProperty("Connection", "Keep-Alive"); conn.setRequestProperty("Charset", "UTF-8"); 但是接口一直返回,我使用微信接口调试工具和postman测试都可以,Java代码调用就不行 {"errcode":47001,"errmsg":"data format error hint: [6i1hNA08955675] d ata is not utf8"}
2019-05-31