Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대선
/
Recruitment_Information_chatbot
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
김대선
2021-06-09 17:58:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
968593d56b2ff2feadbeb129b4e60cbd9c6c19ab
968593d5
1 parent
98bbdc67
app.js postbac data 오류수정
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
968593d
...
...
@@ -150,7 +150,7 @@ app.post('/hook', function (req, res) {
"action"
:
{
"type"
:
"postback"
,
"label"
:
"다음 보기"
,
"data"
:
postbackData
[
0
]
+
"
"
+
finish
+
"
"
+
postbackData
[
2
]
"data"
:
postbackData
[
0
]
+
"
|||"
+
finish
+
"|||
"
+
postbackData
[
2
]
},
"style"
:
"primary"
,
"color"
:
"#fbc2eb"
...
...
Please
register
or
login
to post a comment