Skip to content

Commit 66ea5c0

Browse files
add new type
1 parent ad9594a commit 66ea5c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

model/ScopeType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ class ScopeType{
44
const BASE_USER_INFO = "BASE_USER_INFO";
55
const AGREEMENT_PAY = "AGREEMENT_PAY";
66
const USER_INFO = "USER_INFO";
7+
const USER_LOGIN_ID = "USER_LOGIN_ID";
8+
const HASH_LOGIN_ID = "HASH_LOGIN_ID";
9+
const SEND_OTP = "SEND_OTP";
710

811
}

0 commit comments

Comments
 (0)