[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

7
define/interface.ts Normal file
View File

@@ -0,0 +1,7 @@
// Liff資料
export interface ILiffData {
userId: string;
displayName: string;
statusMessage: string;
pictureUrl: string;
}