|
@@ -20,6 +20,10 @@ function Service() {
|
20
|
20
|
// pictureUrl: "https://sprofile.line-scdn.net/0hAvrrYLRRHllfCwoU_RtgJi9bHTN8ekdLdWRZPmJYQGxnPFwLdG5Za29YSTkyb1AGID9XbzoLEmlTGGk_QV3ibVg7QG5mOVANdm5Uug",
|
21
|
21
|
// }
|
22
|
22
|
|
|
23
|
+ if (['Ud3c9b3df7c92c51c94bc766fc7189bf5', 'U1856545fb999ec7ca759f34685e81207', 'U7ce424b056a71ecd30d5d5f34d37873d', 'U7cc9097f3663b4176054f5e33e31e194'].includes(m_LineUserId)) {
|
|
24
|
+ var vConsole = new VConsole();
|
|
25
|
+ }
|
|
26
|
+
|
23
|
27
|
m_LineUserId = profile.userId || '';
|
24
|
28
|
m_LineName = profile.displayName || '';
|
25
|
29
|
m_LinePicture = profile.pictureUrl || '';
|
|
@@ -27,9 +31,7 @@ function Service() {
|
27
|
31
|
|
28
|
32
|
console.log('lineUserId:', m_LineUserId);
|
29
|
33
|
|
30
|
|
- if (['U1856545fb999ec7ca759f34685e81207', 'U7ce424b056a71ecd30d5d5f34d37873d', 'U7cc9097f3663b4176054f5e33e31e194'].includes(m_LineUserId)) {
|
31
|
|
- var vConsole = new VConsole();
|
32
|
|
- }
|
|
34
|
+
|
33
|
35
|
|
34
|
36
|
// 測試用
|
35
|
37
|
// return Promise.resolve(profile);
|