Toggle navigation
Toggle navigation
This project
Loading...
Sign in
조현아
/
LINEBOT
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
yangjisu
2019-06-07 11:51:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
03350a7bb751a8e8f57318db007401a049a9f0cb
03350a7b
1 parent
fdd3c72f
remove Menu.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
144 deletions
menu.js
menu.js
deleted
100644 → 0
View file @
fdd3c72
curl
-
v
-
X
POST
https
:
//api.line.me/v2/bot/richmenu \
-
H
'Authorization: Bearer FemJMku1wbyrrbrvVcrppKimYhKbtsJKNZ5F4DgxtRKvZNYqY8lLamQLau8IlucsNKMgimU35uD+HaqVKHtrZ1L9IaPNBMdIBo5YSgcDwAf9lVMvieFK1dwpddi98XCdI2ma7kEIy5h3LzmEF3CLOQdB04t89/1O/w1cDnyilFU='
\
-
H
'Content-Type:application/json'
\
-
d
\
'{
"size": {
"width": 800,
"height": 540
},
"selected": false,
"name": "번역 옵션",
"chatBarText": "번역 옵션",
"areas": [{
"bounds": {
"x": 0,
"y": 270,
"width": 400,
"height": 270
},
"action": {
"type": "message",
"text": "문법을 검사합니다."
}
},
{
"bounds": {
"x": 400,
"y": 270,
"width": 400,
"height": 270
},
"action": {
"type": "message",
"text": "이미지 내 문장을 번역합니다."
}
},
{
"bounds": {
"x": 0,
"y": 540,
"width": 400,
"height": 270
},
"action": {
"type": "message",
"quickReply": {
"items": [{
"type": "action",
"action": {
"type": "message",
"label": "영어",
"text": "영어"
}
},
{
"type": "action",
"action": {
"type": "message",
"label": "일본어",
"text": "일본어"
}
},
{
"type": "action",
"action": {
"type": "message",
"label": "중국어",
"text": "중국어"
}
},
{
"type": "action",
"action": {
"type": "message",
"label": "스페인어",
"text": "스페인어"
}
},
{
"type": "action",
"action": {
"type": "message",
"label": "독일어",
"text": "독일어"
}
},
{
"type": "action",
"action": {
"type": "message",
"label": "프랑스어",
"text": "프랑스어"
}
},
{
"type": "action",
"action": {
"type": "message",
"label": "러시아어",
"text": "러시아어"
}
},
{
"type": "action",
"action": {
"type": "message",
"label": "태국어",
"text": "태국어"
}
},
{
"type": "action",
"action": {
"type": "message",
"label": "인도네시아어",
"text": "인도네시아어"
}
},
{
"type": "action",
"action": {
"type": "message",
"label": "베트남어",
"text": "베트남어"
}
}
]
}
}
},
{
"bounds": {
"x": 400,
"y": 540,
"width": 400,
"height": 270
},
"action": {
"type": "message",
"text": "음성 듣기를 수행합니다."
}
}
]
}'
\ No newline at end of file
Please
register
or
login
to post a comment