{ "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"account\": \"\",\n \"accountType\": \"\",\n \"captcha\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"account\": \"\",\n \"accountType\": \"\",\n \"captcha\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"account\": \"\",\n \"accountType\": \"\",\n \"captcha\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"account\": \"\",\n \"accountType\": \"\",\n \"captcha\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"account\": \"\",\n \"accountType\": \"\",\n \"captcha\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"mobilePhone\": \"\",\n \"name\": \"\",\n \"remark\": \"\",\n \"telephone\": \"\",\n \"wechatAccount\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"mobilePhone\": \"\",\n \"name\": \"\",\n \"remark\": \"\",\n \"telephone\": \"\",\n \"wechatAccount\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"mobilePhone\": \"\",\n \"name\": \"\",\n \"remark\": \"\",\n \"telephone\": \"\",\n \"wechatAccount\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"mobilePhone\": \"\",\n \"name\": \"\",\n \"remark\": \"\",\n \"telephone\": \"\",\n \"wechatAccount\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"mobilePhone\": \"\",\n \"name\": \"\",\n \"remark\": \"\",\n \"telephone\": \"\",\n \"wechatAccount\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"relation\": \"\",\n \"contactsMobile\": \"\",\n \"contactsName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"type\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/add/enterprise-cooperator?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "add", "enterprise-cooperator" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"relation\": \"\",\n \"contactsMobile\": \"\",\n \"contactsName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"type\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/add/enterprise-cooperator?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "add", "enterprise-cooperator" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"relation\": \"\",\n \"contactsMobile\": \"\",\n \"contactsName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"type\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/add/enterprise-cooperator?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "add", "enterprise-cooperator" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"relation\": \"\",\n \"contactsMobile\": \"\",\n \"contactsName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"type\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/add/enterprise-cooperator?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "add", "enterprise-cooperator" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"relation\": \"\",\n \"contactsMobile\": \"\",\n \"contactsName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"type\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/add/enterprise-cooperator?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "add", "enterprise-cooperator" ], "query": [ { "key": "userId", "value": "" } ] } }, "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\": \"\",\n \"name\": \"\",\n \"relation\": \"\",\n \"contactsMobile\": \"\",\n \"contactsName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"type\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"relation\": \"\",\n \"contactsMobile\": \"\",\n \"contactsName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"type\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/enterprise-cooperator?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "enterprise-cooperator" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"relation\": \"\",\n \"contactsMobile\": \"\",\n \"contactsName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"type\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/enterprise-cooperator?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "enterprise-cooperator" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"relation\": \"\",\n \"contactsMobile\": \"\",\n \"contactsName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"type\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/enterprise-cooperator?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "enterprise-cooperator" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"relation\": \"\",\n \"contactsMobile\": \"\",\n \"contactsName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"type\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/enterprise-cooperator?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "enterprise-cooperator" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"relation\": \"\",\n \"contactsMobile\": \"\",\n \"contactsName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"type\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/enterprise-cooperator?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "enterprise-cooperator" ], "query": [ { "key": "userId", "value": "" } ] } }, "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\": \"\",\n \"idList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/enterprise-cooperator/status/by-batch?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "enterprise-cooperator", "status", "by-batch" ], "query": [ { "key": "userId", "value": "", "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\",\n \"idList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/enterprise-cooperator/status/by-batch?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "enterprise-cooperator", "status", "by-batch" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\",\n \"idList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/enterprise-cooperator/status/by-batch?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "enterprise-cooperator", "status", "by-batch" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\",\n \"idList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/enterprise-cooperator/status/by-batch?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "enterprise-cooperator", "status", "by-batch" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\",\n \"idList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/enterprise-cooperator/status/by-batch?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "enterprise-cooperator", "status", "by-batch" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\",\n \"idList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/enterprise-cooperator/status/by-batch?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "enterprise-cooperator", "status", "by-batch" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-cooperator/list?asc=&desc=&name=&pageNum=&pageSize=&relation=&status=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-cooperator", "list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "relation", "value": "" }, { "key": "status", "value": "" }, { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-cooperator/list?asc=&desc=&name=&pageNum=&pageSize=&relation=&status=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-cooperator", "list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "relation", "value": "" }, { "key": "status", "value": "" }, { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-cooperator/list?asc=&desc=&name=&pageNum=&pageSize=&relation=&status=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-cooperator", "list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "relation", "value": "" }, { "key": "status", "value": "" }, { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-cooperator/list?asc=&desc=&name=&pageNum=&pageSize=&relation=&status=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-cooperator", "list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "relation", "value": "" }, { "key": "status", "value": "" }, { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-cooperator/detail/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-cooperator", "detail", ":id" ], "query": [ { "key": "userId", "value": "" } ], "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-cooperator/detail/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-cooperator", "detail", ":id" ], "query": [ { "key": "userId", "value": "" } ], "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-cooperator/detail/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-cooperator", "detail", ":id" ], "query": [ { "key": "userId", "value": "" } ], "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-cooperator/detail/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-cooperator", "detail", ":id" ], "query": [ { "key": "userId", "value": "" } ], "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/all/employees/for/backstage?employeesStatus=&isPassFromBackstage=&phone=&position=&userId=&userName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "all", "employees", "for", "backstage" ], "query": [ { "key": "employeesStatus", "value": "" }, { "key": "isPassFromBackstage", "value": "" }, { "key": "phone", "value": "" }, { "key": "position", "value": "" }, { "key": "userId", "value": "" }, { "key": "userName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/all/employees/for/backstage?employeesStatus=&isPassFromBackstage=&phone=&position=&userId=&userName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "all", "employees", "for", "backstage" ], "query": [ { "key": "employeesStatus", "value": "" }, { "key": "isPassFromBackstage", "value": "" }, { "key": "phone", "value": "" }, { "key": "position", "value": "" }, { "key": "userId", "value": "" }, { "key": "userName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/all/employees/for/backstage?employeesStatus=&isPassFromBackstage=&phone=&position=&userId=&userName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "all", "employees", "for", "backstage" ], "query": [ { "key": "employeesStatus", "value": "" }, { "key": "isPassFromBackstage", "value": "" }, { "key": "phone", "value": "" }, { "key": "position", "value": "" }, { "key": "userId", "value": "" }, { "key": "userName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/all/employees/for/backstage?employeesStatus=&isPassFromBackstage=&phone=&position=&userId=&userName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "all", "employees", "for", "backstage" ], "query": [ { "key": "employeesStatus", "value": "" }, { "key": "isPassFromBackstage", "value": "" }, { "key": "phone", "value": "" }, { "key": "position", "value": "" }, { "key": "userId", "value": "" }, { "key": "userName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/auditing-joining-enterprise-application-list?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "auditing-joining-enterprise-application-list" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/auditing-joining-enterprise-application-list?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "auditing-joining-enterprise-application-list" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/auditing-joining-enterprise-application-list?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "auditing-joining-enterprise-application-list" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/auditing-joining-enterprise-application-list?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "auditing-joining-enterprise-application-list" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "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": "" } ], "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": "" } ], "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": "" } ], "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/passed-employees?employeesStatus=&isPassFromBackstage=&phone=&position=&userId=&userName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "passed-employees" ], "query": [ { "key": "employeesStatus", "value": "" }, { "key": "isPassFromBackstage", "value": "" }, { "key": "phone", "value": "" }, { "key": "position", "value": "" }, { "key": "userId", "value": "" }, { "key": "userName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/passed-employees?employeesStatus=&isPassFromBackstage=&phone=&position=&userId=&userName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "passed-employees" ], "query": [ { "key": "employeesStatus", "value": "" }, { "key": "isPassFromBackstage", "value": "" }, { "key": "phone", "value": "" }, { "key": "position", "value": "" }, { "key": "userId", "value": "" }, { "key": "userName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/passed-employees?employeesStatus=&isPassFromBackstage=&phone=&position=&userId=&userName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "passed-employees" ], "query": [ { "key": "employeesStatus", "value": "" }, { "key": "isPassFromBackstage", "value": "" }, { "key": "phone", "value": "" }, { "key": "position", "value": "" }, { "key": "userId", "value": "" }, { "key": "userName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/passed-employees?employeesStatus=&isPassFromBackstage=&phone=&position=&userId=&userName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "passed-employees" ], "query": [ { "key": "employeesStatus", "value": "" }, { "key": "isPassFromBackstage", "value": "" }, { "key": "phone", "value": "" }, { "key": "position", "value": "" }, { "key": "userId", "value": "" }, { "key": "userName", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\n \"userName\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/apply/to/be/emplyee/of/enterprise?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "apply", "to", "be", "emplyee", "of", "enterprise" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\n \"userName\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/apply/to/be/emplyee/of/enterprise?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "apply", "to", "be", "emplyee", "of", "enterprise" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\n \"userName\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/apply/to/be/emplyee/of/enterprise?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "apply", "to", "be", "emplyee", "of", "enterprise" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\n \"userName\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/apply/to/be/emplyee/of/enterprise?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "apply", "to", "be", "emplyee", "of", "enterprise" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\n \"userName\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/apply/to/be/emplyee/of/enterprise?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "apply", "to", "be", "emplyee", "of", "enterprise" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/audit/employee-joining-application?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "audit", "employee-joining-application" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/audit/employee-joining-application?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "audit", "employee-joining-application" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/audit/employee-joining-application?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "audit", "employee-joining-application" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/audit/employee-joining-application?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "audit", "employee-joining-application" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/audit/employee-joining-application?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "audit", "employee-joining-application" ], "query": [ { "key": "userId", "value": "" } ] } }, "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 \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/grant/admin-role/to/employees?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "grant", "admin-role", "to", "employees" ], "query": [ { "key": "userId", "value": "", "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/grant/admin-role/to/employees?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "grant", "admin-role", "to", "employees" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/grant/admin-role/to/employees?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "grant", "admin-role", "to", "employees" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/grant/admin-role/to/employees?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "grant", "admin-role", "to", "employees" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/grant/admin-role/to/employees?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "grant", "admin-role", "to", "employees" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/grant/admin-role/to/employees?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "grant", "admin-role", "to", "employees" ], "query": [ { "key": "userId", "value": "" } ] } }, "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\": \"\",\n \"position\": \"\",\n \"status\": \"\",\n \"userName\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/employee?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "employee" ], "query": [ { "key": "userId", "value": "", "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"position\": \"\",\n \"status\": \"\",\n \"userName\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/employee?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "employee" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"position\": \"\",\n \"status\": \"\",\n \"userName\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/employee?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "employee" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"position\": \"\",\n \"status\": \"\",\n \"userName\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/employee?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "employee" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"position\": \"\",\n \"status\": \"\",\n \"userName\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/employee?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "employee" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"position\": \"\",\n \"status\": \"\",\n \"userName\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/uec/update/employee?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "update", "employee" ], "query": [ { "key": "userId", "value": "" } ] } }, "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\": \"\",\n \"status\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\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 \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/remove/employees?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "remove", "employees" ], "query": [ { "key": "userId", "value": "", "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"idList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/remove/employees?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "remove", "employees" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"idList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/remove/employees?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "remove", "employees" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"idList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/remove/employees?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "remove", "employees" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"idList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/remove/employees?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "remove", "employees" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"idList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/uec/remove/employees?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "remove", "employees" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-contacts/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-contacts", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-contacts/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-contacts", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-contacts/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-contacts", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-contacts/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-contacts", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-corporate-account/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-corporate-account", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-corporate-account/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-corporate-account", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-corporate-account/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-corporate-account", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-corporate-account/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-corporate-account", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-list/for/order?asc=&desc=&name=&pageNum=&pageSize=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-list", "for", "order" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-list/for/order?asc=&desc=&name=&pageNum=&pageSize=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-list", "for", "order" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-list/for/order?asc=&desc=&name=&pageNum=&pageSize=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-list", "for", "order" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-list/for/order?asc=&desc=&name=&pageNum=&pageSize=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-list", "for", "order" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-private-account/list?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-private-account", "list" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-private-account/list?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-private-account", "list" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-private-account/list?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-private-account", "list" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise-private-account/list?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise-private-account", "list" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise/details?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise", "details" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise/details?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise", "details" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise/details?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise", "details" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/get/enterprise/details?userId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "get", "enterprise", "details" ], "query": [ { "key": "userId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise/by-enterprisename?enterpriseName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise", "by-enterprisename" ], "query": [ { "key": "enterpriseName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise/by-enterprisename?enterpriseName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise", "by-enterprisename" ], "query": [ { "key": "enterpriseName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise/by-enterprisename?enterpriseName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise", "by-enterprisename" ], "query": [ { "key": "enterpriseName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise/by-enterprisename?enterpriseName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise", "by-enterprisename" ], "query": [ { "key": "enterpriseName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise/by-enterprisename?enterpriseName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise", "by-enterprisename" ], "query": [ { "key": "enterpriseName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/modify/enterprise/state?enterpriseId=&status=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "modify", "enterprise", "state" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "status", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/modify/enterprise/state?enterpriseId=&status=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "modify", "enterprise", "state" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "status", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/modify/enterprise/state?enterpriseId=&status=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "modify", "enterprise", "state" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "status", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/modify/enterprise/state?enterpriseId=&status=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "modify", "enterprise", "state" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "status", "value": "" } ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"id\": \"\",\n \"legalPersonIdCardNo\": \"\",\n \"legalPersonName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"receiptRequirement\": \"\",\n \"uniformSocialCreditCode\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"id\": \"\",\n \"legalPersonIdCardNo\": \"\",\n \"legalPersonName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"receiptRequirement\": \"\",\n \"uniformSocialCreditCode\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"id\": \"\",\n \"legalPersonIdCardNo\": \"\",\n \"legalPersonName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"receiptRequirement\": \"\",\n \"uniformSocialCreditCode\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"id\": \"\",\n \"legalPersonIdCardNo\": \"\",\n \"legalPersonName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"receiptRequirement\": \"\",\n \"uniformSocialCreditCode\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"id\": \"\",\n \"legalPersonIdCardNo\": \"\",\n \"legalPersonName\": \"\",\n \"locCityId\": \"\",\n \"locDetail\": \"\",\n \"locDistrictId\": \"\",\n \"locProvinceId\": \"\",\n \"receiptRequirement\": \"\",\n \"uniformSocialCreditCode\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"mobilePhone\": \"\",\n \"name\": \"\",\n \"remark\": \"\",\n \"telephone\": \"\",\n \"wechatAccount\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"mobilePhone\": \"\",\n \"name\": \"\",\n \"remark\": \"\",\n \"telephone\": \"\",\n \"wechatAccount\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"mobilePhone\": \"\",\n \"name\": \"\",\n \"remark\": \"\",\n \"telephone\": \"\",\n \"wechatAccount\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"mobilePhone\": \"\",\n \"name\": \"\",\n \"remark\": \"\",\n \"telephone\": \"\",\n \"wechatAccount\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"mobilePhone\": \"\",\n \"name\": \"\",\n \"remark\": \"\",\n \"telephone\": \"\",\n \"wechatAccount\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountOpeningBranch\": \"\",\n \"bankAccount\": \"\",\n \"bankAccountName\": \"\",\n \"bankName\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"locationBank\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountOpeningBranch\": \"\",\n \"bankAccount\": \"\",\n \"bankAccountName\": \"\",\n \"bankName\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"locationBank\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountOpeningBranch\": \"\",\n \"bankAccount\": \"\",\n \"bankAccountName\": \"\",\n \"bankName\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"locationBank\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountOpeningBranch\": \"\",\n \"bankAccount\": \"\",\n \"bankAccountName\": \"\",\n \"bankName\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"locationBank\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountOpeningBranch\": \"\",\n \"bankAccount\": \"\",\n \"bankAccountName\": \"\",\n \"bankName\": \"\",\n \"enterpriseId\": \"\",\n \"id\": \"\",\n \"locationBank\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\n \"realName\": \"\",\n \"position\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\n \"realName\": \"\",\n \"position\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\n \"realName\": \"\",\n \"position\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\n \"realName\": \"\",\n \"position\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"enterpriseId\": \"\",\n \"realName\": \"\",\n \"position\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"status\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"realName\": \"\",\n \"position\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"realName\": \"\",\n \"position\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"realName\": \"\",\n \"position\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"realName\": \"\",\n \"position\": \"\"\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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"realName\": \"\",\n \"position\": \"\"\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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/employee-list?asc=&desc=&enterpriseId=&pageNum=&pageSize=&position=&realName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "employee-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseId", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "position", "value": "" }, { "key": "realName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/employee-list?asc=&desc=&enterpriseId=&pageNum=&pageSize=&position=&realName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "employee-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseId", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "position", "value": "" }, { "key": "realName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/employee-list?asc=&desc=&enterpriseId=&pageNum=&pageSize=&position=&realName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "employee-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseId", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "position", "value": "" }, { "key": "realName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/employee-list?asc=&desc=&enterpriseId=&pageNum=&pageSize=&position=&realName=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "employee-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseId", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "position", "value": "" }, { "key": "realName", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise-contacts/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise-contacts", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise-contacts/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise-contacts", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise-contacts/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise-contacts", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise-contacts/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise-contacts", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise-corporate-account/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise-corporate-account", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise-corporate-account/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise-corporate-account", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise-corporate-account/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise-corporate-account", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise-corporate-account/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise-corporate-account", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise-private-account/list?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise-private-account", "list" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise-private-account/list?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise-private-account", "list" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise-private-account/list?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise-private-account", "list" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise-private-account/list?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise-private-account", "list" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise/details?enterpriseId=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise", "details" ], "query": [ { "key": "enterpriseId", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise/page?asc=&desc=&isBinded=&name=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise", "page" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "isBinded", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise/page?asc=&desc=&isBinded=&name=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise", "page" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "isBinded", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise/page?asc=&desc=&isBinded=&name=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise", "page" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "isBinded", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "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": "" } ], "url": { "raw": "{{baseUrl}}/uec/admin/get/enterprise/page?asc=&desc=&isBinded=&name=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "uec", "admin", "get", "enterprise", "page" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "isBinded", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "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" } ] }