Commit aaf34c6a by 冷斌

fix bug

parent 57d3b452
...@@ -2480,11 +2480,9 @@ function sp_delete_physics_img($imglist){ ...@@ -2480,11 +2480,9 @@ 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 . ''; $msg = '【海狮live】您的验证码为test,请您尽快填写!';
$result = $clapi->sendSMS($m, $msg); $result = $clapi->sendSMS($m, $msg);
// $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