tj
2025-05-28 6ef1b14f735acdc3ff77a50da1bb09a5bb983dcc
types/index.ts
@@ -1,9 +1,3 @@
export interface ProtocolData {
    id: number;
    title: string;
    content: string;
}
export interface WxUser {
    openId: String;
    sessionKey: String;
@@ -11,6 +5,21 @@
    user: {},
    phoneNumber: String;
    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{
@@ -89,4 +98,10 @@
    /** 封面图片描述主题 */
    coverTitle?: string;
    avatar?: String;
    nickname?: String;
    createTime?: String;
}