Commit 57d3b452 by 冷斌

fix bug

parent 72805280
...@@ -2481,8 +2481,11 @@ function sp_delete_physics_img($imglist){ ...@@ -2481,8 +2481,11 @@ 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】有新的主播申请认证,请您尽快登录后台进行审核!';
$params = $m . ''; // $params = $m . '';
$result = $clapi->sendVariableSMS($msg, $params);
$result = $clapi->sendSMS($m, $msg);
// $result = $clapi->sendVariableSMS($msg, $params);
if(!is_null(json_decode($result))){ if(!is_null(json_decode($result))){
$output=json_decode($result,true); $output=json_decode($result,true);
......
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