码迷,mamicode.com
首页 > 编程语言 > 详细

java.lang.IllegalArgumentException: No Retrofit annotation found. (parameter #1) for method ApiService.getMethod

时间:2018-08-18 15:26:33      阅读:1765      评论:0      收藏:0      [点我收藏+]

标签:api   bean   bsp   今天   string   ble   highlight   ram   class   

@FormUrlEncoded
@POST("getMethod") Observable<Bean> getMethod(String field);

  今天在写Retrofit 网络接口时,报错:

java.lang.IllegalArgumentException: No Retrofit annotation found. (parameter #1)  for method ApiService.getMethod

 

其中正确的写法应该是:
@FormUrlEncoded
@POST("getMethod")
Observable<Bean> getCity(@Field("field") String field);

  

java.lang.IllegalArgumentException: No Retrofit annotation found. (parameter #1) for method ApiService.getMethod

标签:api   bean   bsp   今天   string   ble   highlight   ram   class   

原文地址:https://www.cnblogs.com/liyanli-mu640065/p/9497293.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!