[add] 新增Line登入
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { ILiffData } from "../define/interface";
|
||||
|
||||
export interface ReqLogin {
|
||||
name: string
|
||||
token: string
|
||||
}
|
||||
|
||||
export type ResLogin = number
|
||||
export type ResLogin = ILiffData
|
||||
Reference in New Issue
Block a user