Commit c5ebcdc2 by 冷斌

fix bug

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