소스 검색

新增技巧练习页面2

JXDS18FUJT 2 년 전
부모
커밋
30408cdebd
2개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      src/api/login/type.d.ts
  2. 12 0
      src/api/open/type.d.ts

+ 0 - 0
src/api/type.d.ts → src/api/login/type.d.ts


+ 12 - 0
src/api/open/type.d.ts

@@ -0,0 +1,12 @@
+interface Res{
+    code:number,
+    msg:string
+
+} 
+interface selectFreeQuestionInfoRes extends Res{
+  
+    data:{
+        token:string
+    }
+    
+}