比如这样的接口http://www.xxx.com/xxx/xxx
post方式传
token="xxx" param="{user:{id:xxx,name:xxx},order:{id:xxx}}"
用retrofit 该怎么传?
我现在的方法表单形式上传
@Field("token") string token @Field("param") string param
小伙看你根骨奇佳,潜力无限,来学PHP伐。
요청할 데이터를 엔터티 클래스로 정의
Retrofit의 서비스는 @Body 주석
@Body
HttpLoggingInterceptor을 사용하면 로그에서 HTTP 요청의 세부정보를 볼 수 있습니다.
HttpLoggingInterceptor
요청할 데이터를 엔터티 클래스로 정의
으아악Retrofit의 서비스는
을 사용하여 다음과 같이 작성할 수 있습니다. 으아악@Body
주석
으아악 으아악HttpLoggingInterceptor
을 사용하면 로그에서 HTTP 요청의 세부정보를 볼 수 있습니다.