|
@@ -6,7 +6,7 @@
|
|
|
## 鉴权接口
|
|
|
|
|
|
```http
|
|
|
-POST http://127.0.0.1:12128/api/verification
|
|
|
+POST http://133.96.94.176:12128/api/verification
|
|
|
Content-Type: application/json
|
|
|
|
|
|
{
|
|
@@ -42,7 +42,7 @@ callType findRoleList
|
|
|
userName 用户名,支持模糊搜索
|
|
|
|
|
|
```http
|
|
|
-POST http://127.0.0.1:12128/rest/flow/api
|
|
|
+POST http://133.96.94.176:12128/rest/flow/api
|
|
|
Content-Type: application/json
|
|
|
|
|
|
{
|
|
@@ -94,7 +94,7 @@ Content-Type: application/json
|
|
|
## 根据登录账号获取用户
|
|
|
|
|
|
```http
|
|
|
-POST http://127.0.0.1:12128/rest/flow/api
|
|
|
+POST http://133.96.94.176:12128/rest/flow/api
|
|
|
Content-Type: application/json
|
|
|
|
|
|
{
|
|
@@ -133,7 +133,7 @@ Connection: close
|
|
|
## 根据用户ID获取用户接口
|
|
|
|
|
|
```http
|
|
|
-POST http://127.0.0.1:12128/rest/flow/api
|
|
|
+POST http://133.96.94.176:12128/rest/flow/api
|
|
|
Content-Type: application/json
|
|
|
|
|
|
{
|
|
@@ -172,7 +172,7 @@ Connection: close
|
|
|
## 根据用户id获取角色id列表
|
|
|
|
|
|
```http
|
|
|
-POST http://127.0.0.1:12128/rest/flow/api
|
|
|
+POST http://133.96.94.176:12128/rest/flow/api
|
|
|
Content-Type: application/json
|
|
|
|
|
|
{
|
|
@@ -203,7 +203,7 @@ Connection: close
|
|
|
## 根据角色id获取用户id列表
|
|
|
|
|
|
```http
|
|
|
-POST http://127.0.0.1:12128/rest/flow/api
|
|
|
+POST http://133.96.94.176:12128/rest/flow/api
|
|
|
Content-Type: application/json
|
|
|
|
|
|
{
|
|
@@ -221,7 +221,7 @@ userName 可选 为空字符串与不传这个参数相同处理 可模糊查
|
|
|
loginId 可选 为空字符串与不传这个参数相同处理
|
|
|
|
|
|
```http
|
|
|
-POST http://127.0.0.1:12128/rest/flow/api
|
|
|
+POST http://133.96.94.176:12128/rest/flow/api
|
|
|
Content-Type: application/json
|
|
|
|
|
|
{
|
|
@@ -298,7 +298,7 @@ Connection: close
|
|
|
## 根据用户查找角色+城市信息
|
|
|
|
|
|
```http
|
|
|
-POST http://127.0.0.1:12128/rest/flow/api
|
|
|
+POST http://133.96.94.176:12128/rest/flow/api
|
|
|
Content-Type: application/json
|
|
|
|
|
|
{
|