文档
测试

公司主页数据接口

POST
http://[ip]:[port]/insoApp/card/company/detail

接口描述

公司主页数据接口

请求参数

参数名
类型
描述
必填
token
string
请求token
必填
userId
int
用户Id
必填

响应参数

参数名
类型
描述
必填
code
int
执行结果代码
必填
message
string
执行结果信息
必填
data
object
数据字典
必填
id
int
公司信息表Id
必填
userId
int
用户ID
必填
enterpriseName
string
企业名字
必填
logoPath
string
企业logo
必填
enterpriseProfile
string
企业简介
必填
enterpriseService
string
企业产品/服务
必填
enterprisePhone
string
企业电话
必填
nowAddress
string
企业地址
必填
officialWebsite
string
企业官网
必填

请求示例

``` { "token": "", "userId": 1 } ```

响应示例

``` { "msg": "success", "code": 200, "data": { "id": 17, "userId": 1, "enterpriseName": "爱的方式嘎嘎的", "logoPath": "阿萨德股份", "enterpriseProfile": "a", "enterpriseService": "a", "enterprisePhone": "a", "nowAddress": "a", "officialWebsite": "a" } } ```