Handy_Cao 2 vuotta sitten
vanhempi
commit
cd4f98133a
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      src/types/model/swap.d.ts

+ 4 - 1
src/types/model/swap.d.ts

@@ -23,7 +23,10 @@ declare namespace Model {
     }
 
     /** 查询市场板块 请求 */
-    interface TjmdMarketSectionReq {}
+    interface TjmdMarketSectionReq {
+        ///  当前页
+        page?: number
+    }
 
     /** 查询市场板块 响应 */
     interface TjmdMarketSectionRsp {