curl --location --request POST 'coachapi/order/arrive' \ --form 'id=""' \ --form 'latitude=""' \ --form 'longitude=""' \ --form 'image_lists=""'
{ "code": 1, "show": 1, "msg": "操作成功", "data": [] }