文档
测试

根据Id查一个企业

POST
http://localhost:8081/company/selectByIdCompany/7

请求参数

参数名
类型
描述
必填
id
int
示例:7
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:200
必填
data
object
数据字典
必填
id
int
示例:7
必填
name
string
示例:美团
必填
companyDesc
string
示例:吃饭的
必填
addr
string
示例:长沙
必填
status
int
示例:0
必填