Commit 5f241f5e authored by 冯超鹏's avatar 冯超鹏

no message

parent de6c3ce2
Pipeline #241 canceled with stages
......@@ -77,7 +77,7 @@ class SmsailiyunController
// 可选,设置模板参数, 假如模板中存在变量需要替换则为必填项
$request->setTemplateParam(json_encode(array( // 短信模板中字段的值
"cphone"=>"15200013720",
"position"=>"您的设备尾号为" . 5712,
"position"=>"您的设备尾号为" . 4274,
"alarm" => '离线'
), JSON_UNESCAPED_UNICODE));
// ['cphone' => 16631150870, 'position' => '您的设备尾号为' . 5712, 'alarm' => '离线']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment