[add] 新增Line登入

This commit is contained in:
2024-03-06 17:28:02 +08:00
parent 0d799db21c
commit c89cac38f8
4 changed files with 71 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
import { ILiffData } from "../define/interface";
export interface ReqLogin {
name: string
token: string
}
export type ResLogin = number
export type ResLogin = ILiffData