## 接口地址:
https://freightapi.hottol.com
## 請求方式:POST
## 請求地址
最終請求地址為:接口地址 + 服務地址
如取件通知的全路線地址為:https://freightapi.hottol.com/userbiz/picktaskmodify
其中https://freightapi.hottol.com為接口地址,/userbiz/picktaskmodify為服務地址
## 請求格式
application/json,
返回格式:
```
{
“code”:200,
"msg": "請求報錯內容",
“timestamp”: 1617261030916302634,
"data": {msg:"請求成功",data: {}}
}
```
| 字段 | 類型 | 必填 | 說明 |
| --- | --- |--- |--- |
| code | Int64| 是 | 請求成功代碼,200為成功,500為請求拒絕|
| msg| Sting | 是 |如果拒絕則返回拒絕原因|
| data| Object| 是 返回詳細業務參數|