文档
测试

根据id查询

GET
http://localhost:8081/insoApp/supplier/getSupplierById/1280777126256721920

接口描述

没有参数,后面拼接 id

响应参数

参数名
类型
描述
必填
code
int
200
必填
message
string
执行结果信息
必填
data
json
响应数据
必填

响应示例

``` { "code": 200, "msg": "成功", "data": { "id": "1280777126256721920", "enterpriseId": 15, "supplierName": "服务", "supplierType": 4, "level": 1, "directors": "13913910086", "directorMoblie": "13813810086,13913910086", "bankName": "瑞士银行", "bankNo": "1008610086", "bankUsername": "senlinm", "provinceCode": 440000, "cityCode": 440100, "areaCode": 440103, "areaName": "荔湾区", "cityName": "广州市", "provinceName": "广东省", "address": "999999999999999999", "email": "10086@tt.com", "faxUrl": null, "operatingQualifiedImgurl": "http://1012136", "remarks": "欢迎致电10086", "isdeleted": 0, "createUserId": 80, "timeCreate": "2020-07-08 16:13:57", "modifiedUserId": null, "timeModified": null } } ```