文档
测试

查询一个站点信息

POST
/station/config/getOne

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
object
示例:null
必填
data
object
数据字典
必填
id
string
示例:1731955622336684033
必填
stationName
string
示例:德州药具站
必填
stationCode
string
示例:0534001
必填
stationAddress
string
示例:xxxx
必填
stationAddrCode
string
示例:370000,371400,371402
必填
province
string
示例:山东省
必填
city
string
示例:德州市
必填
area
string
示例:德城区
必填
authorEndTime
string
示例:2024-12-28 00:00:00
必填
createTime
string
示例:2023-12-05 16:36:13
必填
remark
string
示例:
必填
status
string
示例:1
必填

说明 / 示例

{ "code": 1, "msg": null, "data": { "id": "1731955622336684033", "stationName": "德州药具站", "stationCode": "0534001", "stationAddress": "xxxx", "stationAddrCode": "370000,371400,371402", "province": "山东省", "city": "德州市", "area": "德城区", "authorEndTime": "2024-12-28 00:00:00", "createTime": "2023-12-05 16:36:13", "remark": "", "status": "1" } }