Browse Source

新增技巧练习页面2

JXDS18FUJT 2 years ago
parent
commit
30408cdebd
2 changed files with 12 additions and 0 deletions
  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
+    }
+    
+}