Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박찬수
/
enjoy_soccer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박찬수
2022-06-09 12:41:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a21a30a46e0fcf2af72b1ff2d1dab8b169cd6024
a21a30a4
1 parent
4f950ca5
USERID const to var
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
push.js
push.js
View file @
a21a30a
...
...
@@ -4,7 +4,7 @@ const TARGET_URL = 'https://api.line.me/v2/bot/message/push'
const
MULTI_TARGET_URL
=
'https://api.line.me/v2/bot/message/multicast'
const
BROAD_TARGET_URL
=
'https://api.line.me/v2/bot/message/broadcast'
const
TOKEN
=
'XOyIf8jsoQKq3b1zqxE4wawAoFU2Hz433AO3w8/ye+i6+2KrXpyfFwY0Dk/xhHQLPgtgPTiEP/m4IRW+SlVhdtzfH6c0Lfdw6nJ95QOugHfNWfviAmn5Uojh8LQJeAy21bvaNMCy11f+qgLSRnXmCgdB04t89/1O/w1cDnyilFU='
const
USER_ID
=
'Uc4258407a7677769f74ba184ec036651'
var
USER_ID
=
'Uc4258407a7677769f74ba184ec036651'
//Single User
...
...
Please
register
or
login
to post a comment