跳到主要內容

function LineNotify_($data, $token) 說明

function LineNotify_($data, $token)[code]$data = String 1000 characters max[/code]or[code]$data = array( message=>String 1000 characters max imageThumbnail=>HTTPS URL Maximum size of 240×240px JPEG imageFullsize=>HTTPS URL Maximum size of 2048×2048px JPEG stickerPackageId=>Number Package ID. stickerId=>Number Sticker ID. notificationDisabled=>true: The user doesn't receive a push notification when the message is sent.);;;[/code]

function LineNotify_($data, $token) 說明
function LineNotify_($data, $token)
[code]
$data = String 1000 characters max
[/code]
or
[code]
$data = array(
"message"=>String 1000 characters max
"imageThumbnail"=>HTTPS URL Maximum size of 240×240px JPEG
"imageFullsize"=>HTTPS URL Maximum size of 2048×2048px JPEG
"stickerPackageId"=>Number Package ID.
"stickerId"=>Number Sticker ID.
"notificationDisabled"=>true: The user doesn't receive a push notification when the message is sent.
);;;[/code]