文档
测试

查询商店

GET
http://localhost:8003/shop/getList

接口描述

查询商店

请求头

参数名
类型
描述
必填
token
string
示例:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiI1IiwiZXhwIjoxNTk2NDI5ODk3LCJpYXQiOjE1OTY0MjYyOTd9.1frm8beLQSenq-eY91HL_X8KdDiXzAOInu_0iwYkuDY
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:
必填
data
array
数据列表
必填
id
int
示例:101
必填
shopkeeperId
int
示例:86
必填
dicCategory
int
示例:3
必填
dicChannel
int
示例:1
必填
dicSerialStatus
int
示例:1
必填
onlineStatus
boolean
示例:true
必填
shopId
string
示例:2644
必填
shopName
string
示例:测试
必填
shopScore
int
示例:8
必填
address
string
示例:河南省郑州市金水区经三路金印现代城
必填
imgUrl
string
示例:/attachment/2020-07-27/d65166af30c44dccad3ecd62baadb9e5.jpg
必填
license
string
示例:/attachment/2020-07-27/c76156be84bf4e83bebc7a99456e4b82.jpg
必填
photo
string
示例:/attachment/2020-07-27/90d828b8ccbb4ce9a9041d58716be766.jpg
必填
interior
string
示例:/attachment/2020-07-27/ba44902de34c40daa795317f7df563c9.jpg
必填
scenario
string
示例:/attachment/2020-07-27/6194982f34d04962b974367fa1928f3a.jpg
必填
shopkeeperName
string
示例:张二二
必填
shopPhone
string
示例:13212345678
必填
cods
string
示例:12456
必填
incomeRatio
int
示例:80
必填
creater
string
示例:admin
必填
createTime
string
示例:2020-07-27T09:06:58.000+00:00
必填
updateTime
string
示例:2020-07-27T09:06:58.000+00:00
必填
updater
string
示例:admin
必填
location
string
示例:113.691721,34.804785
必填
income
int
示例:0
必填
other
object
示例:null
必填

说明 / 示例

{ "code": 200, "msg": "", "data": [ { "id": 101, "shopkeeperId": 86, "dicCategory": 3, "dicChannel": 1, "dicSerialStatus": 1, "onlineStatus": true, "shopId": "2644", "shopName": "测试", "shopScore": 8, "address": "河南省郑州市金水区经三路金印现代城", "imgUrl": "/attachment/2020-07-27/d65166af30c44dccad3ecd62baadb9e5.jpg", "license": "/attachment/2020-07-27/c76156be84bf4e83bebc7a99456e4b82.jpg", "photo": "/attachment/2020-07-27/90d828b8ccbb4ce9a9041d58716be766.jpg", "interior": "/attachment/2020-07-27/ba44902de34c40daa795317f7df563c9.jpg", "scenario": "/attachment/2020-07-27/6194982f34d04962b974367fa1928f3a.jpg", "shopkeeperName": "张二二", "shopPhone": "13212345678", "cods": "12456", "incomeRatio": 80, "creater": "admin", "createTime": "2020-07-27T09:06:58.000+00:00", "updateTime": "2020-07-27T09:06:58.000+00:00", "updater": "admin", "location": "113.691721,34.804785", "income": 0 }, { "id": 103, "shopkeeperId": 86, "dicCategory": 3, "dicChannel": 1, "dicSerialStatus": 1, "onlineStatus": true, "shopId": "9090", "shopName": "组员十五测试店", "shopScore": 8, "address": "河南省金水区经三路金印现代城", "imgUrl": "/attachment/2020-07-27/295cc6336ac9414093ac192689f93721.jpg", "license": "/attachment/2020-07-27/f12d08662f0a4725aa5f2bf8d34fb793.jpg", "photo": "/attachment/2020-07-27/cc61e5467f44471ba6dc881212bf9dfa.jpg", "interior": "/attachment/2020-07-27/b83fa086ee764b608af391582ffca639.jpg", "scenario": "/attachment/2020-07-27/c72596248d8a43bd96c7b492e514f365.jpg", "shopkeeperName": "张二二", "shopPhone": "13212345678", "cods": "6789", "incomeRatio": 90, "creater": "hf00-g-t", "createTime": "2020-07-27T09:44:58.000+00:00", "updateTime": "2020-07-27T09:44:58.000+00:00", "updater": "hf00-g", "location": "113.691721,34.804785", "income": 0 }, { "id": 104, "shopkeeperId": 86, "dicCategory": 6, "dicChannel": 1, "dicSerialStatus": 1, "onlineStatus": true, "shopId": "6767", "shopName": "组长的测试店", "shopScore": 8, "address": "河南省金水区经三路", "imgUrl": "/attachment/2020-07-27/20a4433cad3848c0872c276c2c8befc3.jpg", "license": "/attachment/2020-07-27/6f05aceeea854f58b8df65c77f52aeb4.jpg", "photo": "/attachment/2020-07-27/33ec353aabf94d2080f157dcb33dc119.jpg", "interior": "/attachment/2020-07-27/29a43ecce7694bf09b037eb6af20ff30.jpg", "scenario": "/attachment/2020-07-27/b2b1a8737c994cc494cc7370511a29a7.jpg", "shopkeeperName": "张二二", "shopPhone": "13245678965", "cods": "345656", "incomeRatio": 90, "creater": "hf00-g", "createTime": "2020-07-27T09:50:57.000+00:00", "updateTime": "2020-07-27T09:50:57.000+00:00", "updater": "hf00", "location": "113.692123,34.774017", "income": 0 } ], "other": null }