改造:使用特殊角色从URL获取数据

时间:2018-07-31 03:49:33

标签: android retrofit2

我要对此网址发出请求

search?q=[[at(document.type%2C%22fiche%22)][any(my.fiche.modele,[%22w1254878%22])]]

我尝试过

 @GET("search?q=[[at(document.type%2C%22fiche%22)]]
    fun getFicheContent(@Query("access_token") access_token : String,@Query(value = "my.fiche.modele" ,encoded = true) id : String): Single<Content>

我希望动态传递值 w1254878 ,我尝试了@query,但是它不起作用,有人可以帮助我吗?

0 个答案:

没有答案