1.URL
http://124.223.60.234:8080/system/asset/organization/addOrganizationInfo
2.请求参数
2.1请求头
token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"fatherId":"DB825815BF314A83A6D4894E23FCB78A",
"orgName":"sample1234567",
"abbrName":"sample1234567",
"contacts":"Mr.Lee",
"phoneNum":"Mr.Lee",
"email":"Mr.Lee",
"licenseUrl":"",
"country":"china",
"address":"月球1号",
"timeDiff":28800,
"descInfo":"sample1234567"
}
2.3.参数说明
字段 | 类型 | 说明 | 是否必须 |
---|---|---|---|
fatherId | String | 上级公司组织唯一标识 | Y |
orgName | String | 公司组织名称 | Y |
abbrName | String | 公司组织简称名称 | Y |
contacts | String | 公司组织联系人 | Y |
phoneNum | String | 公司组织联系电话 | Y |
String | 公司组织联系邮箱 | Y | |
licenseUrl | String | 证件文件URL,支持上传多个,用列表存储并转为JSON字符串 | Y |
country | String | 公司组织所在国家 | Y |
address | String | 公司组织通讯地址 | Y |
timeDiff | int | 公司组织所在国家的时差 | Y |
descInfo | String | 公司组织描述 | Y |
3.接口应答
3.1.返回示例
{
"code": 200,
"message": "Operation succeeded",
"data": null
}
3.2.返回结果说明
字段 | 类型 | 说明 |
---|---|---|
code | int | 返回状态 |
message | String | 返回结果描述 |
data | object | 返回结果体 |
4.请求示例
作者:admin 创建时间:2023-04-16 19:29
最后编辑:admin 更新时间:2025-04-23 17:26
最后编辑:admin 更新时间:2025-04-23 17:26