liff-functions.js 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. function getProfile() {
  2. liff
  3. .getProfile()
  4. .then(profile => {
  5. console.log(JSON.stringify(profile));
  6. window.alert(JSON.stringify(profile));
  7. })
  8. .catch(e => {
  9. console.log(e);
  10. window.alert(e);
  11. });
  12. }
  13. function getAccessToken() {
  14. window.alert(liff.getAccessToken());
  15. }
  16. function getContext() {
  17. window.alert(JSON.stringify(liff.getContext()));
  18. }
  19. function sendMessage() {
  20. liff
  21. .sendMessages([{ type: "text", text: "中文測試 Hello from LIFF2.0" }])
  22. .then(() => {
  23. window.alert("Message has been sent");
  24. })
  25. .catch(e => {
  26. window.alert(e);
  27. });
  28. }
  29. function login() {
  30. liff.login();
  31. }
  32. function scanCode() {
  33. liff
  34. .scanCode()
  35. .then(result => {
  36. window.alert(JSON.stringify(result));
  37. })
  38. .catch(e => {
  39. window.alert(e);
  40. });
  41. }
  42. function openWindow() {
  43. liff.openWindow({
  44. url: "https://sirateek.me",
  45. external: true
  46. });
  47. }
  48. function closeWindow() {
  49. liff.closeWindow();
  50. }
  51. function logout() {
  52. if (liff.isLoggedIn()) {
  53. liff.logout();
  54. window.alert("Successfully to Logout");
  55. location.reload();
  56. }
  57. }
  58. // function createFlexMessageData() {
  59. // var flex = {
  60. // "type": "flex",
  61. // "altText": redistitle,
  62. // "contents": redisdata,
  63. // };
  64. // return flex;
  65. // }
  66. var _title = "MISA 向您分享了最新消息!";
  67. function createFlexMessageData() {
  68. var myFlexContent = {
  69. "type": "bubble",
  70. "hero": {
  71. "type": "box",
  72. "layout": "vertical",
  73. "contents": [
  74. {
  75. "type": "box",
  76. "layout": "vertical",
  77. "contents": [
  78. {
  79. "type": "text",
  80. "text": "MISA 新年度 新思維",
  81. "color": "#ffffff",
  82. "align": "center",
  83. "offsetTop": "3px",
  84. "size": "lg",
  85. "weight": "bold"
  86. }
  87. ],
  88. "backgroundColor": "#dd462b",
  89. "paddingAll": "15px"
  90. },
  91. {
  92. "type": "box",
  93. "layout": "vertical",
  94. "contents": [
  95. {
  96. "type": "image",
  97. "size": "full",
  98. "margin": "none",
  99. "url": "https://upload.cc/i1/2023/01/07/U4iHYt.jpg"
  100. }
  101. ],
  102. "paddingStart": "5px",
  103. "paddingEnd": "5px",
  104. "height": "220px",
  105. "paddingTop": "10px"
  106. }
  107. ]
  108. },
  109. "body": {
  110. "type": "box",
  111. "layout": "vertical",
  112. "contents": [
  113. {
  114. "type": "text",
  115. "text": "【2023 新的一年如何翻轉慣性思考邏輯",
  116. "weight": "bold",
  117. "size": "sm",
  118. "align": "center",
  119. "wrap": true
  120. },
  121. {
  122. "type": "text",
  123. "text": "創造新思維模式】",
  124. "weight": "bold",
  125. "size": "sm",
  126. "align": "center",
  127. "wrap": true
  128. },
  129. {
  130. "type": "text",
  131. "text": "「經營管理」的面向非常廣泛",
  132. "weight": "bold",
  133. "size": "sm",
  134. "align": "center",
  135. "wrap": true,
  136. "margin": "xxl"
  137. },
  138. {
  139. "type": "text",
  140. "text": "曾國棟院士透過線上課程視頻",
  141. "weight": "bold",
  142. "size": "sm",
  143. "align": "center",
  144. "wrap": true,
  145. "margin": "sm"
  146. },
  147. {
  148. "type": "text",
  149. "text": "為您分析歸納在職場管理會遇到的問題",
  150. "weight": "bold",
  151. "size": "sm",
  152. "align": "center",
  153. "wrap": true,
  154. "margin": "sm"
  155. },
  156. {
  157. "type": "text",
  158. "text": "跳出框架,充分建立基本的心理建設",
  159. "weight": "bold",
  160. "size": "sm",
  161. "align": "center",
  162. "margin": "sm",
  163. "wrap": true
  164. },
  165. {
  166. "type": "text",
  167. "text": "幫助您減少摸索的時間",
  168. "weight": "bold",
  169. "size": "sm",
  170. "align": "center",
  171. "margin": "sm",
  172. "wrap": true
  173. },
  174. {
  175. "type": "text",
  176. "text": "新年度跨越思維",
  177. "weight": "bold",
  178. "size": "sm",
  179. "align": "center",
  180. "margin": "xxl"
  181. },
  182. {
  183. "type": "text",
  184. "text": "讓您瞭解成功領導者在想什麼!",
  185. "weight": "bold",
  186. "size": "sm",
  187. "align": "center",
  188. "margin": "sm"
  189. }
  190. ]
  191. },
  192. "footer": {
  193. "type": "box",
  194. "layout": "vertical",
  195. "spacing": "sm",
  196. "contents": [
  197. {
  198. "type": "box",
  199. "layout": "vertical",
  200. "contents": [
  201. {
  202. "type": "button",
  203. "style": "link",
  204. "height": "sm",
  205. "action": {
  206. "type": "uri",
  207. "label": "活動主頁",
  208. "uri": "https://www.misaglobal.org/event"
  209. },
  210. "color": "#ffffff"
  211. }
  212. ],
  213. "backgroundColor": "#dd462b",
  214. "cornerRadius": "md"
  215. },
  216. {
  217. "type": "box",
  218. "layout": "vertical",
  219. "contents": [
  220. {
  221. "type": "button",
  222. "style": "link",
  223. "height": "sm",
  224. "action": {
  225. "type": "uri",
  226. "label": "活動分享",
  227. "uri": "https://liff.googo.org/misa-event/"
  228. },
  229. "color": "#dd462b"
  230. }
  231. ],
  232. "cornerRadius": "md",
  233. "margin": "lg",
  234. "borderColor": "#dd462b",
  235. "borderWidth": "normal"
  236. },
  237. {
  238. "type": "box",
  239. "layout": "vertical",
  240. "contents": [
  241. {
  242. "type": "button",
  243. "style": "link",
  244. "height": "sm",
  245. "action": {
  246. "type": "uri",
  247. "label": "官方網站",
  248. "uri": "https://www.misaglobal.org/"
  249. },
  250. "color": "#dd462b"
  251. }
  252. ],
  253. "cornerRadius": "md",
  254. "margin": "lg",
  255. "borderColor": "#dd462b",
  256. "borderWidth": "normal"
  257. },
  258. {
  259. "type": "box",
  260. "layout": "vertical",
  261. "contents": [
  262. {
  263. "type": "image",
  264. "url": "https://static.kolable.com/images/misa/logo.png/120?v=1641520480847"
  265. }
  266. ],
  267. "margin": "none",
  268. "position": "absolute",
  269. "offsetStart": "108px",
  270. "offsetTop": "130px"
  271. }
  272. ],
  273. "flex": 0,
  274. "height": "200px"
  275. }
  276. };
  277. var flex = {
  278. "type": "flex",
  279. "altText": _title,
  280. "contents": myFlexContent,
  281. };
  282. return flex;
  283. }
  284. var redisdata = '';
  285. function shareTargetPicker() {
  286. if (liff.isApiAvailable('shareTargetPicker')) {
  287. liff.shareTargetPicker([{
  288. type: "text",
  289. text: "Hello, World!"
  290. }])
  291. .then(
  292. liff.openWindow({
  293. url: "https://liff.googo.org/misa-liff/",
  294. external: true
  295. })
  296. ).catch(function(res) {
  297. liff.openWindow({
  298. url: "https://liff.googo.org/misa-liff/",
  299. external: true
  300. })
  301. alert(`${res} Failed to launch ShareTargetPicker`)
  302. })
  303. }
  304. else {
  305. alert("你的 LINE App 暫時不支援 Share Target Picker ,將開始外部瀏覽器。")
  306. liff.openWindow({
  307. url: "https://liff.googo.org/misa-liff/",
  308. external: true
  309. });
  310. }
  311. }
  312. async function sendShare() {
  313. const result = await liff.shareTargetPicker([
  314. {
  315. "type": "bubble",
  316. "hero": {
  317. "type": "box",
  318. "layout": "vertical",
  319. "contents": [
  320. {
  321. "type": "box",
  322. "layout": "vertical",
  323. "contents": [
  324. {
  325. "type": "text",
  326. "text": "MISA 新年度 新思維",
  327. "color": "#ffffff",
  328. "align": "center",
  329. "offsetTop": "3px",
  330. "size": "lg",
  331. "weight": "bold"
  332. }
  333. ],
  334. "backgroundColor": "#dd462b",
  335. "paddingAll": "15px"
  336. },
  337. {
  338. "type": "box",
  339. "layout": "vertical",
  340. "contents": [
  341. {
  342. "type": "image",
  343. "size": "full",
  344. "margin": "none",
  345. "url": "https://upload.cc/i1/2023/01/07/U4iHYt.jpg"
  346. }
  347. ],
  348. "paddingStart": "5px",
  349. "paddingEnd": "5px",
  350. "height": "220px",
  351. "paddingTop": "10px"
  352. }
  353. ]
  354. },
  355. "body": {
  356. "type": "box",
  357. "layout": "vertical",
  358. "contents": [
  359. {
  360. "type": "text",
  361. "text": "【2023 新的一年如何翻轉慣性思考邏輯",
  362. "weight": "bold",
  363. "size": "sm",
  364. "align": "center",
  365. "wrap": true
  366. },
  367. {
  368. "type": "text",
  369. "text": "創造新思維模式】",
  370. "weight": "bold",
  371. "size": "sm",
  372. "align": "center",
  373. "wrap": true
  374. },
  375. {
  376. "type": "text",
  377. "text": "「經營管理」的面向非常廣泛",
  378. "weight": "bold",
  379. "size": "sm",
  380. "align": "center",
  381. "wrap": true,
  382. "margin": "xxl"
  383. },
  384. {
  385. "type": "text",
  386. "text": "曾國棟院士透過線上課程視頻",
  387. "weight": "bold",
  388. "size": "sm",
  389. "align": "center",
  390. "wrap": true,
  391. "margin": "sm"
  392. },
  393. {
  394. "type": "text",
  395. "text": "為您分析歸納在職場管理會遇到的問題",
  396. "weight": "bold",
  397. "size": "sm",
  398. "align": "center",
  399. "wrap": true,
  400. "margin": "sm"
  401. },
  402. {
  403. "type": "text",
  404. "text": "跳出框架,充分建立基本的心理建設",
  405. "weight": "bold",
  406. "size": "sm",
  407. "align": "center",
  408. "margin": "sm",
  409. "wrap": true
  410. },
  411. {
  412. "type": "text",
  413. "text": "幫助您減少摸索的時間",
  414. "weight": "bold",
  415. "size": "sm",
  416. "align": "center",
  417. "margin": "sm",
  418. "wrap": true
  419. },
  420. {
  421. "type": "text",
  422. "text": "新年度跨越思維",
  423. "weight": "bold",
  424. "size": "sm",
  425. "align": "center",
  426. "margin": "xxl"
  427. },
  428. {
  429. "type": "text",
  430. "text": "讓您瞭解成功領導者在想什麼!",
  431. "weight": "bold",
  432. "size": "sm",
  433. "align": "center",
  434. "margin": "sm"
  435. }
  436. ]
  437. },
  438. "footer": {
  439. "type": "box",
  440. "layout": "vertical",
  441. "spacing": "sm",
  442. "contents": [
  443. {
  444. "type": "box",
  445. "layout": "vertical",
  446. "contents": [
  447. {
  448. "type": "button",
  449. "style": "link",
  450. "height": "sm",
  451. "action": {
  452. "type": "uri",
  453. "label": "活動主頁",
  454. "uri": "https://www.misaglobal.org/event"
  455. },
  456. "color": "#ffffff"
  457. }
  458. ],
  459. "backgroundColor": "#dd462b",
  460. "cornerRadius": "md"
  461. },
  462. {
  463. "type": "box",
  464. "layout": "vertical",
  465. "contents": [
  466. {
  467. "type": "button",
  468. "style": "link",
  469. "height": "sm",
  470. "action": {
  471. "type": "uri",
  472. "label": "活動分享",
  473. "uri": "https://liff.googo.org/misa-event/"
  474. },
  475. "color": "#dd462b"
  476. }
  477. ],
  478. "cornerRadius": "md",
  479. "margin": "lg",
  480. "borderColor": "#dd462b",
  481. "borderWidth": "normal"
  482. },
  483. {
  484. "type": "box",
  485. "layout": "vertical",
  486. "contents": [
  487. {
  488. "type": "button",
  489. "style": "link",
  490. "height": "sm",
  491. "action": {
  492. "type": "uri",
  493. "label": "官方網站",
  494. "uri": "https://www.misaglobal.org/"
  495. },
  496. "color": "#dd462b"
  497. }
  498. ],
  499. "cornerRadius": "md",
  500. "margin": "lg",
  501. "borderColor": "#dd462b",
  502. "borderWidth": "normal"
  503. },
  504. {
  505. "type": "box",
  506. "layout": "vertical",
  507. "contents": [
  508. {
  509. "type": "image",
  510. "url": "https://static.kolable.com/images/misa/logo.png/120?v=1641520480847"
  511. }
  512. ],
  513. "margin": "none",
  514. "position": "absolute",
  515. "offsetStart": "108px",
  516. "offsetTop": "130px"
  517. }
  518. ],
  519. "flex": 0,
  520. "height": "200px"
  521. }
  522. }
  523. ])
  524. if (result) {
  525. alert(`[${result.status}] Message sent!`)
  526. } else {
  527. const [majorVer, minorVer, patchVer] = (liff.getLineVersion() || "").split('.');
  528. if (minorVer === undefined) {
  529. alert('ShareTargetPicker was canceled in external browser')
  530. return
  531. }
  532. if (parseInt(majorVer) >= 10 && parseInt(minorVer) >= 10 && parseInt(patchVer) > 0) {
  533. alert('ShareTargetPicker was canceled in LINE app')
  534. }
  535. }
  536. }