我想使用改型发布整数列表。 看起来像邮递员中的这张图片
在邮递员中,一切都很好,但是当我想通过改型发布时,可能无法成功发布。
这是我的代码:
@Headers({"Accept: application/json" , "Content-Type: application/x-www-form-urlencoded"})
@FormUrlEncoded
@POST("locations/add")
Observable<Response<SimpleResponseJM>> addLocation(
@Field("possibilities[]") List<Integer> possibilities);