【发布时间】:2020-03-04 17:31:08
【问题描述】:
当我尝试在邮递员中使用某些参数访问 POST API 时,我得到 200 当我尝试使用 Retrofit 使用某些参数访问 POST API 时,我得到 417
例外:Invalid datetime format: 7 ERROR: invalid input syntax for type date: "null"
`Invalid datetime format: 7 ERROR: invalid input syntax for type date: "null"`
【问题讨论】:
-
为什么你使用两个 hasmap 只使用一个具有不同值和键的,并告诉我你的邮递员如何发送数据
-
API 中的日期格式是什么?
-
@Amitpandey { "body": { "sex_id": null, "appointment_statudid": null, "mpi": "", "appointmentfromdate": "2020/02/28", "appointmenttodate" : "2020/02/28", "insuranceType": null } }
-
@VishalBhut 我不知道
标签: android