請求方式post動態請求public interface Request { @Headers({"Content-Type:application/json"})//需要新增頭@POST Observable<ResponseBody> ...
確定! 回上一頁