💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 接口地址: 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| 是 返回详细业务参数|