收藏
回答

提交代码审核 提示 47001 data format error?

麻烦看一下,rid已贴

{"errcode":47001,"errmsg":"data format error rid: 6465011d-4a0b8beb-22b29d17"}


回答关注问题邀请回答
收藏

2 个回答

  • ؞咬了你؞F࿆ū࿆t࿆ū࿆r࿆ē࿆
    ؞咬了你؞F࿆ū࿆t࿆ū࿆r࿆ē࿆
    2023-05-18
    JSONObiect requestParam = new JSONObject();
    JSONArray item_list = new JSONArray();
    JSONObject item = new JSONObject();
    item.put("address", "/pages/index/index");
    item.put("tag", "");
    item.put("first class", "生活服务");
    item.put("second _class" "休闲娱乐");
    item.put("third class", "");
    item.put("title", "");
    item.put("first_id", 150);
    item.put("second_id", 666);
    item.put("third id", null);
    item_list.add(item);
    requestParam.put("item list", item_list);
    requestParam.put("feedback_info", "");
    requestParam.put("feedback_stuff", ""):
    requestParam.put("version_desc", "");
    requestParam.put("preview_info", new JSONObject()):
    requestparam.put("ugc_declare", new JSONObject());
    requestParam.put("privacy_api_not_use", "");
    requestParam.put("order_path", "");
    


    有些不能为空的项自己对文档,反正差不多这意思,楼上已经说得很明白了,你应该传子对象的对方不应该是Json字符串,而是json对象,实在不行你可以直接写成json字符串用JSONObject转成对象再扔给请求

    2023-05-18
    有用
    回复
  • Mr.Zhao
    Mr.Zhao
    2023-05-18

    itemlist就不对,文档是{} 不是 ”{}“

    2023-05-18
    有用
    回复
登录 后发表内容