You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9734 lines
227 KiB

{
"info": {
"_postman_id": "0ecaceb7-cc01-475a-8abe-f62e91c02b8e",
"name": "用户企业中心服务",
"description": "为其他业务线提供统一认证,并且维护用户和企业的基础信息",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "验证码登录",
"item": [
{
"name": "使用验证码认证",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"account\": \"18219557422\",\n \"accountType\": 2,\n \"captcha\": \"888888\"\n}"
},
"url": {
"raw": "{{baseUrl1}}/uec/authorize/by-captcha",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"authorize",
"by-captcha"
]
}
},
"response": [
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"account\": \"<string>\",\n \"accountType\": \"<integer>\",\n \"captcha\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/authorize/by-captcha",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"authorize",
"by-captcha"
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"account\": \"<string>\",\n \"accountType\": \"<integer>\",\n \"captcha\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/authorize/by-captcha",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"authorize",
"by-captcha"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"account\": \"<string>\",\n \"accountType\": \"<integer>\",\n \"captcha\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/authorize/by-captcha",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"authorize",
"by-captcha"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"account\": \"<string>\",\n \"accountType\": \"<integer>\",\n \"captcha\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/authorize/by-captcha",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"authorize",
"by-captcha"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"account\": \"<string>\",\n \"accountType\": \"<integer>\",\n \"captcha\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/authorize/by-captcha",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"authorize",
"by-captcha"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
}
]
},
{
"name": "企业",
"item": [
{
"name": "保存联系人详情",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"123@qniao.cn\",\n \"enterpriseId\": 530792971789012992,\n \"id\": 531239939749318656,\n \"mobilePhone\": \"13800\",\n \"name\": \"大哥\",\n \"remark\": \"这个是备注\",\n \"telephone\": \"020-110\",\n \"wechatAccount\": \"WeChat\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/save/enterprise/contacts",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"save",
"enterprise",
"contacts"
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"mobilePhone\": \"<string>\",\n \"name\": \"<string>\",\n \"remark\": \"<string>\",\n \"telephone\": \"<string>\",\n \"wechatAccount\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/save/enterprise/contacts",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"save",
"enterprise",
"contacts"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"mobilePhone\": \"<string>\",\n \"name\": \"<string>\",\n \"remark\": \"<string>\",\n \"telephone\": \"<string>\",\n \"wechatAccount\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/save/enterprise/contacts",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"save",
"enterprise",
"contacts"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"mobilePhone\": \"<string>\",\n \"name\": \"<string>\",\n \"remark\": \"<string>\",\n \"telephone\": \"<string>\",\n \"wechatAccount\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/save/enterprise/contacts",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"save",
"enterprise",
"contacts"
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"mobilePhone\": \"<string>\",\n \"name\": \"<string>\",\n \"remark\": \"<string>\",\n \"telephone\": \"<string>\",\n \"wechatAccount\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/save/enterprise/contacts",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"save",
"enterprise",
"contacts"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"mobilePhone\": \"<string>\",\n \"name\": \"<string>\",\n \"remark\": \"<string>\",\n \"telephone\": \"<string>\",\n \"wechatAccount\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/save/enterprise/contacts",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"save",
"enterprise",
"contacts"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "新增合作企业",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"contactsMobile\": \"\",\n \"contactsName\": \"\",\n \"locCityId\": 440100,\n \"locDetail\": \"TEST\",\n \"locDistrictId\": 440106,\n \"locProvinceId\": 440000,\n \"name\": \"合作企业\",\n \"relation\": \"1\",\n \"type\": 1\n} "
},
"url": {
"raw": "{{baseUrl}}/uec/add/enterprise-cooperator",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"add",
"enterprise-cooperator"
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"<string>\",\n \"relation\": \"<string>\",\n \"contactsMobile\": \"<string>\",\n \"contactsName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"type\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/add/enterprise-cooperator?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"add",
"enterprise-cooperator"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": "in"
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"<string>\",\n \"relation\": \"<string>\",\n \"contactsMobile\": \"<string>\",\n \"contactsName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"type\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/add/enterprise-cooperator?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"add",
"enterprise-cooperator"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"<string>\",\n \"relation\": \"<string>\",\n \"contactsMobile\": \"<string>\",\n \"contactsName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"type\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/add/enterprise-cooperator?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"add",
"enterprise-cooperator"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"<string>\",\n \"relation\": \"<string>\",\n \"contactsMobile\": \"<string>\",\n \"contactsName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"type\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/add/enterprise-cooperator?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"add",
"enterprise-cooperator"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"<string>\",\n \"relation\": \"<string>\",\n \"contactsMobile\": \"<string>\",\n \"contactsName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"type\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/add/enterprise-cooperator?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"add",
"enterprise-cooperator"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "修改合作企业",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"name\": \"<string>\",\n \"relation\": \"<string>\",\n \"contactsMobile\": \"<string>\",\n \"contactsName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"type\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/enterprise-cooperator",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"enterprise-cooperator"
]
}
},
"response": [
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"name\": \"<string>\",\n \"relation\": \"<string>\",\n \"contactsMobile\": \"<string>\",\n \"contactsName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"type\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/enterprise-cooperator?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"enterprise-cooperator"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"name\": \"<string>\",\n \"relation\": \"<string>\",\n \"contactsMobile\": \"<string>\",\n \"contactsName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"type\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/enterprise-cooperator?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"enterprise-cooperator"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"name\": \"<string>\",\n \"relation\": \"<string>\",\n \"contactsMobile\": \"<string>\",\n \"contactsName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"type\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/enterprise-cooperator?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"enterprise-cooperator"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"name\": \"<string>\",\n \"relation\": \"<string>\",\n \"contactsMobile\": \"<string>\",\n \"contactsName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"type\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/enterprise-cooperator?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"enterprise-cooperator"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"name\": \"<string>\",\n \"relation\": \"<string>\",\n \"contactsMobile\": \"<string>\",\n \"contactsName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"type\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/enterprise-cooperator?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"enterprise-cooperator"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "批量修改状态",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"status\": \"<integer>\",\n \"idList\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/enterprise-cooperator/status/by-batch?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"enterprise-cooperator",
"status",
"by-batch"
],
"query": [
{
"key": "userId",
"value": "<long>",
"description": "(Required) userId"
}
]
}
},
"response": [
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"status\": \"<integer>\",\n \"idList\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/enterprise-cooperator/status/by-batch?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"enterprise-cooperator",
"status",
"by-batch"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"status\": \"<integer>\",\n \"idList\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/enterprise-cooperator/status/by-batch?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"enterprise-cooperator",
"status",
"by-batch"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"status\": \"<integer>\",\n \"idList\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/enterprise-cooperator/status/by-batch?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"enterprise-cooperator",
"status",
"by-batch"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"status\": \"<integer>\",\n \"idList\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/enterprise-cooperator/status/by-batch?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"enterprise-cooperator",
"status",
"by-batch"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"status\": \"<integer>\",\n \"idList\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/enterprise-cooperator/status/by-batch?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"enterprise-cooperator",
"status",
"by-batch"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "合作企业列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-cooperator/list?status=0",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-cooperator",
"list"
],
"query": [
{
"key": "status",
"value": "0",
"description": "状态。0:启用,1:停用"
}
]
}
},
"response": [
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-cooperator/list?asc=<string>&desc=<string>&name=<string>&pageNum=<integer>&pageSize=<integer>&relation=<string>&status=<integer>&userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-cooperator",
"list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "name",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "relation",
"value": "<string>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-cooperator/list?asc=<string>&desc=<string>&name=<string>&pageNum=<integer>&pageSize=<integer>&relation=<string>&status=<integer>&userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-cooperator",
"list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "name",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "relation",
"value": "<string>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-cooperator/list?asc=<string>&desc=<string>&name=<string>&pageNum=<integer>&pageSize=<integer>&relation=<string>&status=<integer>&userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-cooperator",
"list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "name",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "relation",
"value": "<string>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-cooperator/list?asc=<string>&desc=<string>&name=<string>&pageNum=<integer>&pageSize=<integer>&relation=<string>&status=<integer>&userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-cooperator",
"list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "name",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "relation",
"value": "<string>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "合作企业详情",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-cooperator/detail/{id}",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-cooperator",
"detail",
"{id}"
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-cooperator/detail/:id?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-cooperator",
"detail",
":id"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
],
"variable": [
{
"key": "id"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-cooperator/detail/:id?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-cooperator",
"detail",
":id"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
],
"variable": [
{
"key": "id"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-cooperator/detail/:id?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-cooperator",
"detail",
":id"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
],
"variable": [
{
"key": "id"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-cooperator/detail/:id?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-cooperator",
"detail",
":id"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
],
"variable": [
{
"key": "id"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "获取所有员工",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/all/employees/for/backstage?enterpriseId=532634460831748096&isPassFromBackstage=1",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"all",
"employees",
"for",
"backstage"
],
"query": [
{
"key": "enterpriseId",
"value": "532634460831748096"
},
{
"key": "isPassFromBackstage",
"value": "1"
}
]
}
},
"response": [
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/all/employees/for/backstage?employeesStatus=<byte>&isPassFromBackstage=<byte>&phone=<string>&position=<string>&userId=<long>&userName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"all",
"employees",
"for",
"backstage"
],
"query": [
{
"key": "employeesStatus",
"value": "<byte>"
},
{
"key": "isPassFromBackstage",
"value": "<byte>"
},
{
"key": "phone",
"value": "<string>"
},
{
"key": "position",
"value": "<string>"
},
{
"key": "userId",
"value": "<long>"
},
{
"key": "userName",
"value": "<string>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/all/employees/for/backstage?employeesStatus=<byte>&isPassFromBackstage=<byte>&phone=<string>&position=<string>&userId=<long>&userName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"all",
"employees",
"for",
"backstage"
],
"query": [
{
"key": "employeesStatus",
"value": "<byte>"
},
{
"key": "isPassFromBackstage",
"value": "<byte>"
},
{
"key": "phone",
"value": "<string>"
},
{
"key": "position",
"value": "<string>"
},
{
"key": "userId",
"value": "<long>"
},
{
"key": "userName",
"value": "<string>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/all/employees/for/backstage?employeesStatus=<byte>&isPassFromBackstage=<byte>&phone=<string>&position=<string>&userId=<long>&userName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"all",
"employees",
"for",
"backstage"
],
"query": [
{
"key": "employeesStatus",
"value": "<byte>"
},
{
"key": "isPassFromBackstage",
"value": "<byte>"
},
{
"key": "phone",
"value": "<string>"
},
{
"key": "position",
"value": "<string>"
},
{
"key": "userId",
"value": "<long>"
},
{
"key": "userName",
"value": "<string>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/all/employees/for/backstage?employeesStatus=<byte>&isPassFromBackstage=<byte>&phone=<string>&position=<string>&userId=<long>&userName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"all",
"employees",
"for",
"backstage"
],
"query": [
{
"key": "employeesStatus",
"value": "<byte>"
},
{
"key": "isPassFromBackstage",
"value": "<byte>"
},
{
"key": "phone",
"value": "<string>"
},
{
"key": "position",
"value": "<string>"
},
{
"key": "userId",
"value": "<long>"
},
{
"key": "userName",
"value": "<string>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "待审核申请列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/auditing-joining-enterprise-application-list?enterpriseId=530792971789012992",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"auditing-joining-enterprise-application-list"
],
"query": [
{
"key": "enterpriseId",
"value": "530792971789012992"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/auditing-joining-enterprise-application-list?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"auditing-joining-enterprise-application-list"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/auditing-joining-enterprise-application-list?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"auditing-joining-enterprise-application-list"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/auditing-joining-enterprise-application-list?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"auditing-joining-enterprise-application-list"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/auditing-joining-enterprise-application-list?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"auditing-joining-enterprise-application-list"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "获取员工详情",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/employees/details/by/{id}",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"employees",
"details",
"by",
"{id}"
]
}
},
"response": [
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/employees/details/by/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"employees",
"details",
"by",
":id"
],
"variable": [
{
"key": "id"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/employees/details/by/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"employees",
"details",
"by",
":id"
],
"variable": [
{
"key": "id"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/employees/details/by/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"employees",
"details",
"by",
":id"
],
"variable": [
{
"key": "id"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/employees/details/by/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"employees",
"details",
"by",
":id"
],
"variable": [
{
"key": "id"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "获取所有申请通过的员工",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/passed-employees?enterpriseId=532634460831748096&isPassFromBackstage=1",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"passed-employees"
],
"query": [
{
"key": "enterpriseId",
"value": "532634460831748096"
},
{
"key": "isPassFromBackstage",
"value": "1"
}
]
}
},
"response": [
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/passed-employees?employeesStatus=<byte>&isPassFromBackstage=<byte>&phone=<string>&position=<string>&userId=<long>&userName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"passed-employees"
],
"query": [
{
"key": "employeesStatus",
"value": "<byte>"
},
{
"key": "isPassFromBackstage",
"value": "<byte>"
},
{
"key": "phone",
"value": "<string>"
},
{
"key": "position",
"value": "<string>"
},
{
"key": "userId",
"value": "<long>"
},
{
"key": "userName",
"value": "<string>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/passed-employees?employeesStatus=<byte>&isPassFromBackstage=<byte>&phone=<string>&position=<string>&userId=<long>&userName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"passed-employees"
],
"query": [
{
"key": "employeesStatus",
"value": "<byte>"
},
{
"key": "isPassFromBackstage",
"value": "<byte>"
},
{
"key": "phone",
"value": "<string>"
},
{
"key": "position",
"value": "<string>"
},
{
"key": "userId",
"value": "<long>"
},
{
"key": "userName",
"value": "<string>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/passed-employees?employeesStatus=<byte>&isPassFromBackstage=<byte>&phone=<string>&position=<string>&userId=<long>&userName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"passed-employees"
],
"query": [
{
"key": "employeesStatus",
"value": "<byte>"
},
{
"key": "isPassFromBackstage",
"value": "<byte>"
},
{
"key": "phone",
"value": "<string>"
},
{
"key": "position",
"value": "<string>"
},
{
"key": "userId",
"value": "<long>"
},
{
"key": "userName",
"value": "<string>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/passed-employees?employeesStatus=<byte>&isPassFromBackstage=<byte>&phone=<string>&position=<string>&userId=<long>&userName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"passed-employees"
],
"query": [
{
"key": "employeesStatus",
"value": "<byte>"
},
{
"key": "isPassFromBackstage",
"value": "<byte>"
},
{
"key": "phone",
"value": "<string>"
},
{
"key": "position",
"value": "<string>"
},
{
"key": "userId",
"value": "<long>"
},
{
"key": "userName",
"value": "<string>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "申请成为员工",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": 530792971789012992,\n \"userName\": \"员工\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/apply/to/be/emplyee/of/enterprise",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"apply",
"to",
"be",
"emplyee",
"of",
"enterprise"
]
}
},
"response": [
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"userName\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/apply/to/be/emplyee/of/enterprise?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"apply",
"to",
"be",
"emplyee",
"of",
"enterprise"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"userName\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/apply/to/be/emplyee/of/enterprise?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"apply",
"to",
"be",
"emplyee",
"of",
"enterprise"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"userName\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/apply/to/be/emplyee/of/enterprise?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"apply",
"to",
"be",
"emplyee",
"of",
"enterprise"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"userName\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/apply/to/be/emplyee/of/enterprise?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"apply",
"to",
"be",
"emplyee",
"of",
"enterprise"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"userName\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/apply/to/be/emplyee/of/enterprise?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"apply",
"to",
"be",
"emplyee",
"of",
"enterprise"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "员工审核",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 531243521500385280,\n \"status\": 1\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/audit/employee-joining-application",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"audit",
"employee-joining-application"
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/audit/employee-joining-application?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"audit",
"employee-joining-application"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/audit/employee-joining-application?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"audit",
"employee-joining-application"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/audit/employee-joining-application?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"audit",
"employee-joining-application"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/audit/employee-joining-application?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"audit",
"employee-joining-application"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/audit/employee-joining-application?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"audit",
"employee-joining-application"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "授予员工管理员角色",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"ids\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/grant/admin-role/to/employees?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"grant",
"admin-role",
"to",
"employees"
],
"query": [
{
"key": "userId",
"value": "<long>",
"description": "(Required) userId"
}
]
}
},
"response": [
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"ids\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/grant/admin-role/to/employees?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"grant",
"admin-role",
"to",
"employees"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"ids\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/grant/admin-role/to/employees?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"grant",
"admin-role",
"to",
"employees"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"ids\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/grant/admin-role/to/employees?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"grant",
"admin-role",
"to",
"employees"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"ids\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/grant/admin-role/to/employees?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"grant",
"admin-role",
"to",
"employees"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"ids\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/grant/admin-role/to/employees?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"grant",
"admin-role",
"to",
"employees"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "编辑员工",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"position\": \"<string>\",\n \"status\": \"<integer>\",\n \"userName\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/employee?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"employee"
],
"query": [
{
"key": "userId",
"value": "<long>",
"description": "(Required) userId"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"position\": \"<string>\",\n \"status\": \"<integer>\",\n \"userName\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/employee?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"employee"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"position\": \"<string>\",\n \"status\": \"<integer>\",\n \"userName\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/employee?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"employee"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"position\": \"<string>\",\n \"status\": \"<integer>\",\n \"userName\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/employee?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"employee"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"position\": \"<string>\",\n \"status\": \"<integer>\",\n \"userName\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/employee?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"employee"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"position\": \"<string>\",\n \"status\": \"<integer>\",\n \"userName\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/update/employee?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"update",
"employee"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "修改员工状态",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/modify/employee/status",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"modify",
"employee",
"status"
]
}
},
"response": [
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/modify/employee/status",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"modify",
"employee",
"status"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/modify/employee/status",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"modify",
"employee",
"status"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/modify/employee/status",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"modify",
"employee",
"status"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/modify/employee/status",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"modify",
"employee",
"status"
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/modify/employee/status",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"modify",
"employee",
"status"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "移除员工",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"idList\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/remove/employees?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"remove",
"employees"
],
"query": [
{
"key": "userId",
"value": "<long>",
"description": "(Required) userId"
}
]
}
},
"response": [
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"idList\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/remove/employees?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"remove",
"employees"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"idList\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/remove/employees?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"remove",
"employees"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"idList\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/remove/employees?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"remove",
"employees"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"idList\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/remove/employees?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"remove",
"employees"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"idList\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/remove/employees?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"remove",
"employees"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "获取联系人详情",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-contacts/details?enterpriseId=530792971789012992",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-contacts",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "530792971789012992"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-contacts/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-contacts",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-contacts/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-contacts",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-contacts/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-contacts",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-contacts/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-contacts",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "获取企业对公账户",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-corporate-account/details?enterpriseId=530792971789012992",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-corporate-account",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "530792971789012992"
}
]
}
},
"response": [
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-corporate-account/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-corporate-account",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-corporate-account/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-corporate-account",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-corporate-account/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-corporate-account",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-corporate-account/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-corporate-account",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "下单企业列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-list/for/order",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-list",
"for",
"order"
]
}
},
"response": [
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-list/for/order?asc=<string>&desc=<string>&name=<string>&pageNum=<integer>&pageSize=<integer>&userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-list",
"for",
"order"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "name",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-list/for/order?asc=<string>&desc=<string>&name=<string>&pageNum=<integer>&pageSize=<integer>&userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-list",
"for",
"order"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "name",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-list/for/order?asc=<string>&desc=<string>&name=<string>&pageNum=<integer>&pageSize=<integer>&userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-list",
"for",
"order"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "name",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-list/for/order?asc=<string>&desc=<string>&name=<string>&pageNum=<integer>&pageSize=<integer>&userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-list",
"for",
"order"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "name",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "获取企业私有账户列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-private-account/list?enterpriseId=530792971789012992",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-private-account",
"list"
],
"query": [
{
"key": "enterpriseId",
"value": "530792971789012992"
}
]
}
},
"response": [
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-private-account/list?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-private-account",
"list"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-private-account/list?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-private-account",
"list"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-private-account/list?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-private-account",
"list"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise-private-account/list?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise-private-account",
"list"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "用户获取企业详情",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952995",
"type": "text"
},
{
"key": "Authorization",
"value": "{{uectoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise/details",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise",
"details"
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise/details?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise",
"details"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise/details?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise",
"details"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise/details?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise",
"details"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/get/enterprise/details?userId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"get",
"enterprise",
"details"
],
"query": [
{
"key": "userId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
}
]
},
{
"name": "企业(运营)",
"item": [
{
"name": "管理员通过企业名称查询企业信息",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{yytoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl1}}/uec/admin/get/enterprise/by-enterprisename?enterpriseName=广州市周辉纸品包装有限公司",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"by-enterprisename"
],
"query": [
{
"key": "enterpriseName",
"value": "广州市周辉纸品包装有限公司"
}
]
}
},
"response": [
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise/by-enterprisename?enterpriseName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"by-enterprisename"
],
"query": [
{
"key": "enterpriseName",
"value": "<string>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise/by-enterprisename?enterpriseName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"by-enterprisename"
],
"query": [
{
"key": "enterpriseName",
"value": "<string>"
}
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise/by-enterprisename?enterpriseName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"by-enterprisename"
],
"query": [
{
"key": "enterpriseName",
"value": "<string>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise/by-enterprisename?enterpriseName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"by-enterprisename"
],
"query": [
{
"key": "enterpriseName",
"value": "<string>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise/by-enterprisename?enterpriseName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"by-enterprisename"
],
"query": [
{
"key": "enterpriseName",
"value": "<string>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "管理员修改企业状态",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{yytoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl1}}/uec/admin/modify/enterprise/state?enterpriseId=530792971789012992&status=0",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"modify",
"enterprise",
"state"
],
"query": [
{
"key": "enterpriseId",
"value": "530792971789012992"
},
{
"key": "status",
"value": "0",
"description": "状态。0:激活,1:冻结,2:停用"
}
]
}
},
"response": [
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/modify/enterprise/state?enterpriseId=<long>&status=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"modify",
"enterprise",
"state"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
},
{
"key": "status",
"value": "<string>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/modify/enterprise/state?enterpriseId=<long>&status=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"modify",
"enterprise",
"state"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
},
{
"key": "status",
"value": "<string>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/modify/enterprise/state?enterpriseId=<long>&status=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"modify",
"enterprise",
"state"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
},
{
"key": "status",
"value": "<string>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/modify/enterprise/state?enterpriseId=<long>&status=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"modify",
"enterprise",
"state"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
},
{
"key": "status",
"value": "<string>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "管理员保存企业",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{yytoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"广州市骏迪印务有限公司\",\n \"status\": 0,\n \"uniformSocialCreditCode\": \"1357924680\",\n \"legalPersonIdCardNo\": \"1234567891011\",\n \"legalPersonName\": \"骏迪\",\n \"locDetail\": \"千鸟互联\"\n}"
},
"url": {
"raw": "{{baseUrl1}}/uec/admin/save/enterprise",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise"
]
}
},
"response": [
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"<string>\",\n \"id\": \"<long>\",\n \"legalPersonIdCardNo\": \"<string>\",\n \"legalPersonName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"receiptRequirement\": \"<string>\",\n \"uniformSocialCreditCode\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise"
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"<string>\",\n \"id\": \"<long>\",\n \"legalPersonIdCardNo\": \"<string>\",\n \"legalPersonName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"receiptRequirement\": \"<string>\",\n \"uniformSocialCreditCode\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"<string>\",\n \"id\": \"<long>\",\n \"legalPersonIdCardNo\": \"<string>\",\n \"legalPersonName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"receiptRequirement\": \"<string>\",\n \"uniformSocialCreditCode\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"<string>\",\n \"id\": \"<long>\",\n \"legalPersonIdCardNo\": \"<string>\",\n \"legalPersonName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"receiptRequirement\": \"<string>\",\n \"uniformSocialCreditCode\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"<string>\",\n \"id\": \"<long>\",\n \"legalPersonIdCardNo\": \"<string>\",\n \"legalPersonName\": \"<string>\",\n \"locCityId\": \"<integer>\",\n \"locDetail\": \"<string>\",\n \"locDistrictId\": \"<integer>\",\n \"locProvinceId\": \"<integer>\",\n \"receiptRequirement\": \"<string>\",\n \"uniformSocialCreditCode\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "管理员保存联系人详情",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{yytoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"123@qniao.cn\",\n \"enterpriseId\": 530792971789012992,\n \"id\": 531239939749318656,\n \"mobilePhone\": \"13800\",\n \"name\": \"大哥\",\n \"remark\": \"这个是备注\",\n \"telephone\": \"020-110\",\n \"wechatAccount\": \"WeChat\"\n}"
},
"url": {
"raw": "{{baseUrl1}}/uec/admin/save/enterprise/contacts",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"contacts"
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"mobilePhone\": \"<string>\",\n \"name\": \"<string>\",\n \"remark\": \"<string>\",\n \"telephone\": \"<string>\",\n \"wechatAccount\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/contacts",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"contacts"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"mobilePhone\": \"<string>\",\n \"name\": \"<string>\",\n \"remark\": \"<string>\",\n \"telephone\": \"<string>\",\n \"wechatAccount\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/contacts",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"contacts"
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"mobilePhone\": \"<string>\",\n \"name\": \"<string>\",\n \"remark\": \"<string>\",\n \"telephone\": \"<string>\",\n \"wechatAccount\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/contacts",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"contacts"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"mobilePhone\": \"<string>\",\n \"name\": \"<string>\",\n \"remark\": \"<string>\",\n \"telephone\": \"<string>\",\n \"wechatAccount\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/contacts",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"contacts"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"mobilePhone\": \"<string>\",\n \"name\": \"<string>\",\n \"remark\": \"<string>\",\n \"telephone\": \"<string>\",\n \"wechatAccount\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/contacts",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"contacts"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "管理员保存企业对公账户",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{yytoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"accountOpeningBranch\": \"广州开户行\",\n \"bankAccount\": \"123\",\n \"bankAccountName\": \"大哥\",\n \"bankName\": \"广州银行\",\n \"enterpriseId\": 530792971789012992,\n \"locationBank\": \"天河\"\n}"
},
"url": {
"raw": "{{baseUrl1}}/uec/admin/save/enterprise/corporate-account",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"corporate-account"
]
}
},
"response": [
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"accountOpeningBranch\": \"<string>\",\n \"bankAccount\": \"<string>\",\n \"bankAccountName\": \"<string>\",\n \"bankName\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"locationBank\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/corporate-account",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"corporate-account"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"accountOpeningBranch\": \"<string>\",\n \"bankAccount\": \"<string>\",\n \"bankAccountName\": \"<string>\",\n \"bankName\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"locationBank\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/corporate-account",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"corporate-account"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"accountOpeningBranch\": \"<string>\",\n \"bankAccount\": \"<string>\",\n \"bankAccountName\": \"<string>\",\n \"bankName\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"locationBank\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/corporate-account",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"corporate-account"
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"accountOpeningBranch\": \"<string>\",\n \"bankAccount\": \"<string>\",\n \"bankAccountName\": \"<string>\",\n \"bankName\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"locationBank\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/corporate-account",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"corporate-account"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"accountOpeningBranch\": \"<string>\",\n \"bankAccount\": \"<string>\",\n \"bankAccountName\": \"<string>\",\n \"bankName\": \"<string>\",\n \"enterpriseId\": \"<long>\",\n \"id\": \"<long>\",\n \"locationBank\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/corporate-account",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"corporate-account"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "管理员保存企业私有账户",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{yytoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": 530792971789012992,\n \"list\": [\n {\n \"bankCardNumber\": \"123\",\n \"cardholderName\": \"大哥\",\n \"mobilePhone\": \"13800\",\n \"openingBank\": \"广州开户行\"\n },\n {\n \"bankCardNumber\": \"123\",\n \"cardholderName\": \"大哥\",\n \"mobilePhone\": \"13800\",\n \"openingBank\": \"广州开户行\"\n }\n ]\n \n}"
},
"url": {
"raw": "{{baseUrl1}}/uec/admin/save/enterprise/private-account",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"private-account"
]
}
},
"response": [
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"list\": [\n {\n \"bankCardNumber\": \"dolore laborum\",\n \"cardholderName\": \"dolore ad\",\n \"enterpriseId\": 54267802,\n \"id\": 89407129,\n \"mobilePhone\": \"Duis et\",\n \"openingBank\": \"moll\"\n },\n {\n \"bankCardNumber\": \"sit\",\n \"cardholderName\": \"proident elit commodo\",\n \"enterpriseId\": -8108843,\n \"id\": 86721009,\n \"mobilePhone\": \"ad\",\n \"openingBank\": \"in consectetur aute sunt\"\n }\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/private-account",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"private-account"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"list\": [\n {\n \"bankCardNumber\": \"dolore laborum\",\n \"cardholderName\": \"dolore ad\",\n \"enterpriseId\": 54267802,\n \"id\": 89407129,\n \"mobilePhone\": \"Duis et\",\n \"openingBank\": \"moll\"\n },\n {\n \"bankCardNumber\": \"sit\",\n \"cardholderName\": \"proident elit commodo\",\n \"enterpriseId\": -8108843,\n \"id\": 86721009,\n \"mobilePhone\": \"ad\",\n \"openingBank\": \"in consectetur aute sunt\"\n }\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/private-account",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"private-account"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"list\": [\n {\n \"bankCardNumber\": \"dolore laborum\",\n \"cardholderName\": \"dolore ad\",\n \"enterpriseId\": 54267802,\n \"id\": 89407129,\n \"mobilePhone\": \"Duis et\",\n \"openingBank\": \"moll\"\n },\n {\n \"bankCardNumber\": \"sit\",\n \"cardholderName\": \"proident elit commodo\",\n \"enterpriseId\": -8108843,\n \"id\": 86721009,\n \"mobilePhone\": \"ad\",\n \"openingBank\": \"in consectetur aute sunt\"\n }\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/private-account",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"private-account"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"list\": [\n {\n \"bankCardNumber\": \"dolore laborum\",\n \"cardholderName\": \"dolore ad\",\n \"enterpriseId\": 54267802,\n \"id\": 89407129,\n \"mobilePhone\": \"Duis et\",\n \"openingBank\": \"moll\"\n },\n {\n \"bankCardNumber\": \"sit\",\n \"cardholderName\": \"proident elit commodo\",\n \"enterpriseId\": -8108843,\n \"id\": 86721009,\n \"mobilePhone\": \"ad\",\n \"openingBank\": \"in consectetur aute sunt\"\n }\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/private-account",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"private-account"
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"list\": [\n {\n \"bankCardNumber\": \"dolore laborum\",\n \"cardholderName\": \"dolore ad\",\n \"enterpriseId\": 54267802,\n \"id\": 89407129,\n \"mobilePhone\": \"Duis et\",\n \"openingBank\": \"moll\"\n },\n {\n \"bankCardNumber\": \"sit\",\n \"cardholderName\": \"proident elit commodo\",\n \"enterpriseId\": -8108843,\n \"id\": 86721009,\n \"mobilePhone\": \"ad\",\n \"openingBank\": \"in consectetur aute sunt\"\n }\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/save/enterprise/private-account",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"save",
"enterprise",
"private-account"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "运营端新增企业员工",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952999",
"type": "text"
},
{
"key": "Authorization",
"value": "{{yytoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": 530792971789012992,\n \"realName\": \"大弟\",\n \"position\": \"ADMINISTRATOR\"\n}"
},
"url": {
"raw": "{{baseUrl1}}/uec/admin/add/employee",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"add",
"employee"
]
}
},
"response": [
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"realName\": \"<string>\",\n \"position\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/add/employee",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"add",
"employee"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"realName\": \"<string>\",\n \"position\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/add/employee",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"add",
"employee"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"realName\": \"<string>\",\n \"position\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/add/employee",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"add",
"employee"
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"realName\": \"<string>\",\n \"position\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/add/employee",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"add",
"employee"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"enterpriseId\": \"<long>\",\n \"realName\": \"<string>\",\n \"position\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/add/employee",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"add",
"employee"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "修改员工状态",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952999",
"type": "text"
},
{
"key": "Authorization",
"value": "{{yytoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 531176852497240064,\n \"status\": 0\n}"
},
"url": {
"raw": "{{baseUrl1}}/uec/admin/modify/employee/status",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"modify",
"employee",
"status"
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/modify/employee/status",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"modify",
"employee",
"status"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/modify/employee/status",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"modify",
"employee",
"status"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/modify/employee/status",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"modify",
"employee",
"status"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/modify/employee/status",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"modify",
"employee",
"status"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"status\": \"<integer>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/modify/employee/status",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"modify",
"employee",
"status"
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "运营端编辑企业员工",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "503258978847952999",
"type": "text"
},
{
"key": "Authorization",
"value": "{{yytoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 531176852497240064,\n \"realName\": \"大弟\",\n \"position\": \"ADMINISTRATOR\"\n}"
},
"url": {
"raw": "{{baseUrl1}}/uec/admin/update/employee",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"update",
"employee"
]
}
},
"response": [
{
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"realName\": \"<string>\",\n \"position\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/update/employee",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"update",
"employee"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"realName\": \"<string>\",\n \"position\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/update/employee",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"update",
"employee"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"realName\": \"<string>\",\n \"position\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/update/employee",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"update",
"employee"
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"realName\": \"<string>\",\n \"position\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/update/employee",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"update",
"employee"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "POST",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"realName\": \"<string>\",\n \"position\": \"<string>\"\n}"
},
"url": {
"raw": "{{baseUrl}}/uec/admin/update/employee",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"update",
"employee"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "运营端企业员工列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{yytoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl1}}/uec/admin/get/employee-list?enterpriseId=530792971789012992",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"get",
"employee-list"
],
"query": [
{
"key": "enterpriseId",
"value": "530792971789012992"
}
]
}
},
"response": [
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/employee-list?asc=<string>&desc=<string>&enterpriseId=<long>&pageNum=<integer>&pageSize=<integer>&position=<string>&realName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"employee-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseId",
"value": "<long>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "position",
"value": "<string>"
},
{
"key": "realName",
"value": "<string>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/employee-list?asc=<string>&desc=<string>&enterpriseId=<long>&pageNum=<integer>&pageSize=<integer>&position=<string>&realName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"employee-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseId",
"value": "<long>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "position",
"value": "<string>"
},
{
"key": "realName",
"value": "<string>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/employee-list?asc=<string>&desc=<string>&enterpriseId=<long>&pageNum=<integer>&pageSize=<integer>&position=<string>&realName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"employee-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseId",
"value": "<long>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "position",
"value": "<string>"
},
{
"key": "realName",
"value": "<string>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/employee-list?asc=<string>&desc=<string>&enterpriseId=<long>&pageNum=<integer>&pageSize=<integer>&position=<string>&realName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"employee-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseId",
"value": "<long>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "position",
"value": "<string>"
},
{
"key": "realName",
"value": "<string>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "管理员获取联系人详情",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl1}}/uec/admin/get/enterprise-contacts/details?enterpriseId=530792971789012992",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-contacts",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "530792971789012992"
}
]
}
},
"response": [
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise-contacts/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-contacts",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise-contacts/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-contacts",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise-contacts/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-contacts",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise-contacts/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-contacts",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "管理员获取企业对公账户",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl1}}/uec/admin/get/enterprise-corporate-account/details?enterpriseId=530792971789012992",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-corporate-account",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "530792971789012992"
}
]
}
},
"response": [
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise-corporate-account/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-corporate-account",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise-corporate-account/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-corporate-account",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise-corporate-account/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-corporate-account",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise-corporate-account/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-corporate-account",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "管理员获取企业私有账户列表",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl1}}/uec/admin/get/enterprise-private-account/list?enterpriseId=530792971789012992",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-private-account",
"list"
],
"query": [
{
"key": "enterpriseId",
"value": "530792971789012992"
}
]
}
},
"response": [
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise-private-account/list?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-private-account",
"list"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise-private-account/list?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-private-account",
"list"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise-private-account/list?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-private-account",
"list"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise-private-account/list?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise-private-account",
"list"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "管理员获取企业详情",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl1}}/uec/admin/get/enterprise/details?enterpriseId=530792971789012992",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "530792971789012992"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise/details?enterpriseId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"details"
],
"query": [
{
"key": "enterpriseId",
"value": "<long>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
},
{
"name": "管理员获取企业分页列表",
"request": {
"method": "GET",
"header": [
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{yytoken}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl1}}/uec/admin/get/enterprise/page",
"host": [
"{{baseUrl1}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"page"
]
}
},
"response": [
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise/page?asc=<string>&desc=<string>&isBinded=<integer>&name=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"page"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "isBinded",
"value": "<integer>"
},
{
"key": "name",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise/page?asc=<string>&desc=<string>&isBinded=<integer>&name=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"page"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "isBinded",
"value": "<integer>"
},
{
"key": "name",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [],
"body": ""
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise/page?asc=<string>&desc=<string>&isBinded=<integer>&name=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"page"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "isBinded",
"value": "<integer>"
},
{
"key": "name",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/uec/admin/get/enterprise/page?asc=<string>&desc=<string>&isBinded=<integer>&name=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"uec",
"admin",
"get",
"enterprise",
"page"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "isBinded",
"value": "<integer>"
},
{
"key": "name",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [],
"body": ""
}
]
}
]
}
],
"variable": [
{
"key": "baseUrl",
"value": "//47.107.97.166:9000",
"type": "string"
}
]
}