tj
2025-05-27 fa74612c99459a8b4e94121d2d3bfcc42915208b
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;