标签: android retrofit2
如何在retrofit2 android中仅发送表单数据。 我有关键表格数据类别和值将是一些整数
答案 0 :(得分:-2)
在您的改造界面中:
@FormUrlEncoded @POST("yourPath") Call<YourResponseClass> callApi(@Field("category") int category_value);