liff-functions.js 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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 redisdata = '';
  67. function shareTargetPicker() {
  68. liff.shareTargetPicker([
  69. {
  70. 'type': 'flex',
  71. "contents": {
  72. "type": "bubble",
  73. "hero": {
  74. "type": "box",
  75. "layout": "vertical",
  76. "contents": [
  77. {
  78. "type": "box",
  79. "layout": "vertical",
  80. "contents": [
  81. {
  82. "type": "text",
  83. "text": "MISA 沙龍小聚",
  84. "color": "#ffffff",
  85. "align": "center",
  86. "offsetTop": "3px",
  87. "size": "lg",
  88. "weight": "bold"
  89. }
  90. ],
  91. "backgroundColor": "#f39a00",
  92. "paddingAll": "15px"
  93. },
  94. {
  95. "type": "box",
  96. "layout": "vertical",
  97. "contents": [
  98. {
  99. "type": "image",
  100. "size": "full",
  101. "margin": "none",
  102. "url": "https://upload.cc/i1/2022/12/02/TrCvmp.jpg"
  103. }
  104. ],
  105. "paddingStart": "5px",
  106. "paddingEnd": "5px",
  107. "height": "220px",
  108. "paddingTop": "10px"
  109. }
  110. ]
  111. },
  112. "body": {
  113. "type": "box",
  114. "layout": "vertical",
  115. "contents": [
  116. {
  117. "type": "text",
  118. "text": "2022 年即將過去,",
  119. "weight": "bold",
  120. "size": "sm",
  121. "align": "center"
  122. },
  123. {
  124. "type": "text",
  125. "text": "MISA 將在 12 月份舉辦兩場沙龍小聚",
  126. "weight": "bold",
  127. "size": "sm",
  128. "align": "center",
  129. "wrap": true,
  130. "margin": "sm"
  131. },
  132. {
  133. "type": "text",
  134. "text": "歡迎各位 MISA 校友前來共襄盛舉!",
  135. "weight": "bold",
  136. "size": "sm",
  137. "align": "center",
  138. "margin": "sm"
  139. },
  140. {
  141. "type": "separator",
  142. "margin": "md"
  143. },
  144. {
  145. "type": "text",
  146. "text": "本次 12/21 的沙龍小聚由",
  147. "weight": "bold",
  148. "size": "sm",
  149. "align": "center",
  150. "margin": "md"
  151. },
  152. {
  153. "type": "text",
  154. "text": "「數位行銷賈伯斯」 之稱的王偉羽校友",
  155. "weight": "bold",
  156. "size": "sm",
  157. "align": "center",
  158. "margin": "sm"
  159. },
  160. {
  161. "type": "text",
  162. "text": "以及邀請商周 CEO 學院",
  163. "weight": "bold",
  164. "size": "sm",
  165. "align": "center",
  166. "margin": "sm"
  167. },
  168. {
  169. "type": "text",
  170. "text": "「最高滿意度講師」 吳兆田博士",
  171. "weight": "bold",
  172. "size": "sm",
  173. "align": "center",
  174. "margin": "sm"
  175. },
  176. {
  177. "type": "text",
  178. "text": "透過互動體驗帶領企業主利用策略、工具",
  179. "weight": "bold",
  180. "size": "sm",
  181. "align": "center",
  182. "wrap": true,
  183. "margin": "sm"
  184. },
  185. {
  186. "type": "text",
  187. "text": "應對現代「人才荒」的挑戰",
  188. "weight": "bold",
  189. "size": "sm",
  190. "align": "center",
  191. "margin": "sm"
  192. }
  193. ]
  194. },
  195. "footer": {
  196. "type": "box",
  197. "layout": "vertical",
  198. "spacing": "sm",
  199. "contents": [
  200. {
  201. "type": "box",
  202. "layout": "vertical",
  203. "contents": [
  204. {
  205. "type": "button",
  206. "style": "link",
  207. "height": "sm",
  208. "action": {
  209. "type": "uri",
  210. "label": "馬上報名",
  211. "uri": "https://pse.is/4k9ysk"
  212. },
  213. "color": "#ffffff"
  214. }
  215. ],
  216. "backgroundColor": "#f39a00",
  217. "cornerRadius": "md"
  218. },
  219. {
  220. "type": "box",
  221. "layout": "vertical",
  222. "contents": [
  223. {
  224. "type": "button",
  225. "style": "link",
  226. "height": "sm",
  227. "action": {
  228. "type": "uri",
  229. "label": "官方網站",
  230. "uri": "https://www.misaglobal.org/"
  231. },
  232. "color": "#f39a00"
  233. }
  234. ],
  235. "cornerRadius": "md",
  236. "margin": "lg",
  237. "borderColor": "#f39a00",
  238. "borderWidth": "normal"
  239. },
  240. {
  241. "type": "box",
  242. "layout": "vertical",
  243. "contents": [
  244. {
  245. "type": "image",
  246. "url": "https://static.kolable.com/images/misa/logo.png/120?v=1641520480847"
  247. }
  248. ],
  249. "margin": "none",
  250. "position": "absolute",
  251. "offsetStart": "108px",
  252. "offsetTop": "77px"
  253. }
  254. ],
  255. "flex": 0,
  256. "height": "150px"
  257. }
  258. },
  259. }
  260. ])
  261. .then(function (res) {
  262. if (res) {
  263. // succeeded in sending a message through TargetPicker
  264. console.log(`[${res.status}] Message sent!`)
  265. } else {
  266. const [majorVer, minorVer] = (liff.getLineVersion() || "").split('.');
  267. if (parseInt(majorVer) == 10 && parseInt(minorVer) < 11) {
  268. // LINE 10.3.0 - 10.10.0
  269. // Old LINE will access here regardless of user's action
  270. console.log('TargetPicker was opened at least. Whether succeeded to send message is unclear')
  271. } else {
  272. // LINE 10.11.0 -
  273. // sending message canceled
  274. console.log('TargetPicker was closed!')
  275. }
  276. }
  277. }).catch(function (error) {
  278. // something went wrong before sending a message
  279. console.log('something wrong happen', error)
  280. })
  281. // const url = 'https://liff.googo.org:9898/yuri'
  282. // axios
  283. // .get(url)
  284. // .then(({data}) => {
  285. // redisdata=data.data;
  286. // redistitle=data.title;
  287. // console.log(redistitle);
  288. // console.log(redisdata);
  289. // liff.shareTargetPicker([
  290. // {
  291. // type: "text",
  292. // text: "Test!"
  293. // }
  294. // ])
  295. // .then(
  296. // console.log("ShareTargetPicker was launched")
  297. // ).catch(function (res) {
  298. // alert(res);
  299. // console.log("Failed to launch ShareTargetPicker", res)
  300. // })
  301. // // liff
  302. // // .shareTargetPicker([
  303. // // createFlexMessageData()
  304. // // ])
  305. // // .then(() => {
  306. // // alert("Shared to the friend(s) you picked");
  307. // // })
  308. // // .catch(function(res) {
  309. // // alert(res);
  310. // // });
  311. // });
  312. }