2017-01-18 39 views
0

如何在retrofit2 android中只發送表單數據。像鑰匙 我有表單數據將類別和值會出現一些整數如何僅在retrofit2 android中發送表單數據。

+1

的[2改造只用表格數據(HTTP可能的複製。 com/questions/37814857/retrofit-2-with-only-form-data) – hrskrs

+0

沒有多部分我只想要表單數據 – Rudresh

+0

您可以在這裏找到一個包含各種表單選項和參數的教程:https:// futurestud。 IO /教程/改裝的發送數據窗體-urlencoded – peitek

回答

-1

在你更新接口://計算器:

@FormUrlEncoded 
    @POST("yourPath") 
    Call<YourResponseClass> callApi(@Field("category") int category_value);