公司详情修改接口
POST
http://[ip]:[port]/insoApp/card/company/update
接口描述
公司详情修改接口
请求参数
参数名
类型
描述
必填
token
string
用户签名
必填
userId
int
用户ID
必填
enterpriseName
string
企业名字
必填
logoPath
string
企业logo
必填
enterpriseProfile
string
企业简介
必填
enterpriseService
string
企业产品/服务
必填
enterprisePhone
string
企业电话
必填
nowAddress
string
企业地址
必填
officialWebsite
string
企业官网
必填
响应参数
参数名
类型
描述
必填
code
int
执行结果代码
必填
message
string
执行结果信息
必填
data
json
响应数据
必填