Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -4,7 +4,7 @@ const TARGET_URL = 'https://api.line.me/v2/bot/message/push' | ... | @@ -4,7 +4,7 @@ const TARGET_URL = 'https://api.line.me/v2/bot/message/push' |
4 | const MULTI_TARGET_URL = 'https://api.line.me/v2/bot/message/multicast' | 4 | const MULTI_TARGET_URL = 'https://api.line.me/v2/bot/message/multicast' |
5 | const BROAD_TARGET_URL = 'https://api.line.me/v2/bot/message/broadcast' | 5 | const BROAD_TARGET_URL = 'https://api.line.me/v2/bot/message/broadcast' |
6 | const TOKEN = 'XOyIf8jsoQKq3b1zqxE4wawAoFU2Hz433AO3w8/ye+i6+2KrXpyfFwY0Dk/xhHQLPgtgPTiEP/m4IRW+SlVhdtzfH6c0Lfdw6nJ95QOugHfNWfviAmn5Uojh8LQJeAy21bvaNMCy11f+qgLSRnXmCgdB04t89/1O/w1cDnyilFU=' | 6 | const TOKEN = 'XOyIf8jsoQKq3b1zqxE4wawAoFU2Hz433AO3w8/ye+i6+2KrXpyfFwY0Dk/xhHQLPgtgPTiEP/m4IRW+SlVhdtzfH6c0Lfdw6nJ95QOugHfNWfviAmn5Uojh8LQJeAy21bvaNMCy11f+qgLSRnXmCgdB04t89/1O/w1cDnyilFU=' |
7 | -const USER_ID = 'Uc4258407a7677769f74ba184ec036651' | 7 | +var USER_ID = 'Uc4258407a7677769f74ba184ec036651' |
8 | 8 | ||
9 | //Single User | 9 | //Single User |
10 | 10 | ... | ... |
-
Please register or login to post a comment