|
|
|
LINE Messaging API เขียน php error Imagemap message |
|
|
|
|
|
|
|
ผมทำ line bot ตอนนี่ติดทที่ Imagemap message ตอน bot ตอบกลับ มันขึ้นว่า Unable to load photo ซึ่งรูปผมก็เอาขึ้น site แล้ว path ก็ถูกเอา line ไปกดที่ browser ก็สามารถ load ได้ เลยถามว่าต้องแก้ตรงไหนครับ code
array(
'type' => 'imagemap',
'baseUrl' => 'https://px.investorz.com/LINEBot/img/test.jpg',
'altText' => 'this is an imagemap',
'baseSize' =>
array(
'height' => 240,
'width' => 240,
),
'actions' =>
array (
0 =>
array(
'type' => 'uri',
'linkUri' => 'https://example.com/',
'area' =>
array(
'x' => 0,
'y' => 0,
'width' => 520,
'height' => 1040,
),
),
array(
'type' => 'message',
'text' => 'hello',
'area' =>
array(
'x' => 520,
'y' => 0,
'width' => 520,
'height' => 1040,
)
)
)
)
Tag : CakePHP, WebService, Web Service, Windows Azure
|
|
|
|
|
|
Date :
2016-10-09 11:59:21 |
By :
jirawatuthaiwongsak |
View :
4064 |
Reply :
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มีรายละเอียดอื่น ๆ ไหม๊ครับ
|
|
|
|
|
Date :
2016-10-11 11:05:02 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอรายละเอียดตอน connect ด้วยครับ ตอนนี้ผมไม่สามารถต่อกับ line api ได้เลย
|
|
|
|
|
Date :
2016-10-27 01:24:46 |
By :
ต้อง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เข้าใจผิดแล้วครับ baseUrl มันไม่ใช่ src ของรูปภาพนะครับ
ถ้าคุณใส่ 'baseUrl' => 'https://px.investorz.com/LINEBot/img/test.jpg' แบบนี้
Client จะ Request มา url เหล่านี้นะครับ
https://px.investorz.com/LINEBot/img/test.jpg/240
https://px.investorz.com/LINEBot/img/test.jpg/300
https://px.investorz.com/LINEBot/img/test.jpg/460
https://px.investorz.com/LINEBot/img/test.jpg/700
https://px.investorz.com/LINEBot/img/test.jpg/1040
ขอให้โชคดีครับ
|
|
|
|
|
Date :
2017-05-22 00:13:45 |
By :
zPadidaSz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้ว 'baseUrl' ต้องใส่อะไรครับ
|
|
|
|
|
Date :
2017-07-14 10:12:14 |
By :
goingaround |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://px.investorz.com/LINEBot/img/test.jpg เติม # ข้างหลังได้เลยครับ
ตัวอย่าง
https://px.investorz.com/LINEBot/img/test.jpg#
|
|
|
|
|
Date :
2019-01-07 14:15:26 |
By :
Kopkap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|