收藏
回答

商品上新 资质图片参数格式不正确?

视频号商品上传 资质图片参数里的 qua_id 参数报错数据类型错误

错误码:47001

错误信息:data format error, field "qua_id" does't expect a string value "1111485" rid: 6667e71b-648c5baf-666ada70

文档里都是 string 从类目里获取直接放到商品参数里

Map<String, Object> cidparam = new HashMap<>();
                cidparam.put("cat_id", productVenderInfo.getCid());
                JSONObject cidres = client.execute(WechatVideoHttpClient.WECHATVIDEO_CID_DETAIL, cidparam, JSONObject.class);
                JSONObject cidarray = cidres.getJSONArray("product_qua_list").getJSONObject(0);
                String quaId = cidarray.getString("qua_id");
                JSONArray copyrightpageArray = new JSONArray();
                JSONObject qualist = new JSONObject();
                qualist.put("qua_id",quaId);
回答关注问题邀请回答
收藏

1 个回答

  • 薛定鄂的猫
    薛定鄂的猫
    06-11

    还有这里的参数必填都是否 那是不是可以按照格式组装数据 但是只传资质图片?

    06-11
    有用
    回复
登录 后发表内容