Commit eba665e2 by 冷斌

fix bug

parent c5ebcdc2
...@@ -2480,8 +2480,8 @@ function sp_delete_physics_img($imglist){ ...@@ -2480,8 +2480,8 @@ function sp_delete_physics_img($imglist){
require_once API_ROOT.'/../sdk/ChuanglanSmsApi.php'; require_once API_ROOT.'/../sdk/ChuanglanSmsApi.php';
$clapi = new ChuanglanSmsApi(); $clapi = new ChuanglanSmsApi();
$msg = '【海狮live】有新的主播申请认证,请您尽快登录后台进行审核!'; $msg = '【海狮live】有新的主播申请认证{$var},请您尽快登录后台进行审核!';
$params = $m . ','; $params = $m . ', ';
$result = $clapi->sendVariableSMS($msg, $params); $result = $clapi->sendVariableSMS($msg, $params);
if(!is_null(json_decode($result))){ if(!is_null(json_decode($result))){
......
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