Browse Source

feat(live): live 绑定问题

gemercheung 3 năm trước cách đây
mục cha
commit
c165479864
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/api/scene/model.ts

+ 2 - 2
src/api/scene/model.ts

@@ -4,10 +4,10 @@ import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel';
  */
 export type PageParams = BasicPageParams;
 export interface bindAnchorListParam extends BasicPageParams {
-  brandId?: number;
+  brandId?: number | string;
   canShow?: number;
   type?: number;
-  userId?: string;
+  userId?: number | string;
 }
 export interface SceneDownloadParam {
   sceneNum?: string;