feat:REQ-1419 代码逻辑优化

This commit is contained in:
zuoqinbo 2023-10-27 19:16:29 +08:00
parent a850d3a622
commit e994631afa
4 changed files with 18 additions and 30 deletions

View File

@ -22,7 +22,7 @@ spring:
cloud:
nacos:
config:
server-addr: ${NACOS_HOST:dev-nacos.axzo.cn}:${NACOS_PORT:80}
server-addr: ${NACOS_HOST:https://dev-nacos.axzo.cn}:${NACOS_PORT:443}
file-extension: yaml
namespace: ${NACOS_NAMESPACE_ID:f82179f1-81a9-41a1-a489-4f9ab5660a6e}
---

View File

@ -0,0 +1,17 @@
###
POST {{host}}/api/im/robot/tag/save
Accept: application/json
Content-Type: application/json
{"tagName":"机器人Tag2","color":"RED"}
> reponse-check.js

View File

@ -1,29 +0,0 @@
###
POST {{host}}/api/saas-role-user/list
Accept: application/json
Content-Type: application/json
{
"identityIds": [809,631]
}
> reponse-check.js
###
POST {{host}}/api/saas-role-user/delete
Accept: application/json
Content-Type: application/json
{
}
> reponse-check.js