Explorar el Código

feat(live): live 绑定问题

gemercheung hace 3 años
padre
commit
c165479864
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;