sun-pc-linux 4 months ago
parent
commit
c1f235d0a0
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/api/api.http

+ 6 - 0
src/api/api.http

@@ -85,6 +85,12 @@ POST http://{{host}}/admin/user/disable/:id HTTP/1.1
 Content-Type: application/json
 Authorization: Bearer xxx
 
+### 
+# 取消禁用
+POST http://{{host}}/admin/user/enable/:id HTTP/1.1
+Content-Type: application/json
+Authorization: Bearer xxx
+
 
 ### 
 # 用户列表