types/index.ts
@@ -1,9 +1,3 @@ export interface ProtocolData { id: number; title: string; content: string; } export interface WxUser { openId: String; sessionKey: String; @@ -13,6 +7,21 @@ purePhoneNumber: String; } export interface WechatLoginData { code: string imgurl?: string nickname?: string inviter?: string phoneNumber?: string purePhoneNumber?: string } export interface ProtocolData { id: number; title: string; content: string; } export interface FilmWorks{ id?: number;