sun-pc-linux 1 개월 전
부모
커밋
85e2d8a20a
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/api/api.http

+ 6 - 0
src/api/api.http

@@ -31,6 +31,12 @@ Authorization: Bearer xxx
     "roles": ["admin/student"]
 }
 
+### 
+# 用户详情,自己
+GET http://{{host}}/user/profile HTTP/1.1
+Content-Type: application/json
+Authorization: Bearer xxx
+
 
 ### 
 # 删除用户