【发布时间】:2016-05-18 01:57:56
【问题描述】:
这里我使用的是改造 1.9,我必须在发布请求中发布这个 json。
{
"note": "",
"amount": "0",
"frequency": null,
"patient": "sameer_998oiib@innotical.com",
"doctor": "",
"date": "2016-04-27",
"reminder":
[
{
"days": [2],
"time": "06:29:00"
},
{
"days": [2, 3],
"time": "06:30:00"
}
],
"salt": "Abobotulinum Toxin A Injection",
"method": 2,
"unit": 1
}
提前致谢。
【问题讨论】:
标签: android json post retrofit