文档
测试

公司详情修改接口

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
响应数据
必填

请求示例

``` { "token":"", "userId":1, "enterpriseName":"阿里巴巴", "logoPath":"http://inso-register-img.oss-cn-shenzhen.aliyuncs.com/expense/null/2020/06/23/9cfe7d36344a404093d222894dca76172.png", "enterpriseProfile":"阿里巴巴集团经营多项业务,另外也从关联公司的业务和服务中取得经营商业生态系统上的支援。业务和关联公司的业务包括:淘宝网、天猫、聚划算、全球速卖通、阿里巴巴国际交易市场、1688、阿里妈妈、阿里云、蚂蚁金服、菜鸟网络等。", "enterpriseService":"电子商务、网上支付、B2B网上交易市场及云计算业务", "enterprisePhone":"21313231", "nowAddress":"中国杭州", "officialWebsite":"http://www.alibaba.com/" } ```

响应示例

``` { "msg": "success", "code": 200 } ```