可以透過後台設定 在圖文選單那邊 api的話在create的時候要給參數 Line API文件 裡面有一個chatBarText
要先到Line Notify 進行申請,可以選擇傳訊息到私人聊天或是群組聊天 詳細教學可參考自建 LINE Notify 訊息通知
$result = (new User())->SIGNIN($body) ; if ($result['code'] !== 400) { $...
var datas = '............' ; var maxTimes = 5 ; //因為Line的多則訊息上限是5 var messag...
$.ajax({ url: 'https://tw.rter.info/capi.php', type: 'GET',...
我的建議是不要寫hard code把固定的東西當模版,剩下的靠參數去動態生成你的訊息 如果不會的話,其實還有一招...Google Apps Script以下簡...
Before { "DB_USERNAME": "root", "DB_PASSWORD":...
function funcX(input) { return new Promise((resolve, reject) => {...
in_array (PHP 4, PHP 5, PHP 7) in_array — Checks if a value exists in an array...
$('.btn-primary').click(function(){ var cont = $(this).text(); $('#edita...