我尝试在Retrofit2的代码中转换此cURL代码,但我无法

时间:2019-03-28 11:17:44

标签: json curl kotlin

我尝试使用Retrofit2在kotlin中转换此cURL,但不能。

'curl -X POST \
URL_BASE\
-H 'Authorization: Bearer <your_access_token>' \
-H 'content-type: application/json' \
-d '{
“process”: “Attended”,
“rauthorityId”: “<your_rauthorityId>”
 }'

0 个答案:

没有答案