1、基本信息
(1)请求方法: http get
(2)请求地址: http://{hostname}/suptruck/accounts/cust
2、请求参数
无
3、请求示例
无
4、响应参数
| 名称 | 数据类型 | 说明 |
|---|---|---|
| code | Integer | code |
| msg | String | 提示信息 |
| timestamp | String | 时间戳 |
| data | List | List对象 |
| - accountId | String | 创建人 |
| - accountCode | String | 创建日期 |
| - accountName | String | 修改人 |
| - shortName | String | 修改日期 |
| - tspId | String | 商户id |
5、响应示例
正确响应:
{"msg": "操作成功","code": 100,"data": [{"accountId": "1362199730549043200","accountCode": "SHAADGJHY","accountName": "安笪全球货运代理(南京)有限公司","shortName": "南京安笪","tspId": "1"},{"accountId": "1362219375582654464","accountCode": "SHAASGJHY","accountName": "安上全球货运代理(南京)有限公司","shortName": "南京安上","tspId": "1111"},{"accountId": "1362229144548683776","accountCode": "SHAAXGJWL","accountName": "南京傲星全球物流有限公司","shortName": "南京傲星","tspId": "1111"}],"timestamp": "2023-06-02 16:58:34"}
