如何使用改型发布整数列表?

时间:2018-10-06 09:21:35

标签: android retrofit2

我想使用改型发布整数列表。 看起来像邮递员中的这张图片

enter image description here

在邮递员中,一切都很好,但是当我想通过改型发布时,可能无法成功发布。

这是我的代码:

@Headers({"Accept: application/json" , "Content-Type: application/x-www-form-urlencoded"})
@FormUrlEncoded
@POST("locations/add")
Observable<Response<SimpleResponseJM>> addLocation(
        @Field("possibilities[]") List<Integer> possibilities);

0 个答案:

没有答案