为了账号安全,请及时绑定邮箱和手机立即绑定

如何通过邮递员将 ArrayList 中的地图数据作为表单数据发布

如何通过邮递员将 ArrayList 中的地图数据作为表单数据发布

临摹微笑 2023-05-10 13:55:54
我将地图数据作为 ArrayList 发布。所以我已经通过 Raw body 进行了尝试。但我需要将其作为表单数据发布。我尝试了很多方法,但没有得到结果。如果有人知道解决方案,该怎么做。请给我解决方案。这是我的代码亲爱的。    @Id    private String id;    @Field(value = "name")    private String name;    @Field(value = "description")    private String description;        @Field(value = "attributes")        private List<Map<String, String>> attributes = new ArrayList<Map<String, String>>();    this is what i am sending in Body Raw i want to post it by Form-Data    {        "name":"Fourth Template",        "description":"covers most of selected attributes",        "attributes": [        {          "attributeId": "5d4284807748181cbc8a8277",          "selectedDataSource": "collections"        },         {          "attributeId": "5d4284807748181cbc8a8277",          "selectedDataSource": "paycom"        },         {          "attributeId": "5d4284807748181cbc8a8277",          "selectedDataSource": "originations"        }      ]    }
查看完整描述

2 回答

?
蝴蝶不菲

TA贡献1810条经验 获得超4个赞

不是将其作为原始数据发布,而是在邮递员中您在原始数据旁边有表单数据,您可以通过它发布您的 formData。

请参阅图像链接供您参考:

//img1.sycdn.imooc.com//645b320800015bc115200507.jpg

查看完整回答
反对 回复 2023-05-10
?
富国沪深

TA贡献1790条经验 获得超9个赞

显示您的控制器方法,尝试添加@RequestBody Entity 或@RequestBody Map 地图。



查看完整回答
反对 回复 2023-05-10
  • 2 回答
  • 0 关注
  • 104 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信