Commit 303601d0 authored by twj's avatar twj

暂时取消后台短信通知用户充值成功,twj

parent 0246007e
...@@ -86,7 +86,8 @@ class Recharge extends Model ...@@ -86,7 +86,8 @@ class Recharge extends Model
/*$content = \think\Config::get('sms_template')['stock_offline_auditing_success']; /*$content = \think\Config::get('sms_template')['stock_offline_auditing_success'];
$content = str_replace(array("#var#","#amount#"),array($user_mobile,money_convert($charge['money'])), $content); $content = str_replace(array("#var#","#amount#"),array($user_mobile,money_convert($charge['money'])), $content);
$res = sendsms_mandao('',$content,'');*/ $res = sendsms_mandao('',$content,'');*/
self::sms_recharge('stock_offline_auditing_success',$user_mobile,$charge['money']); //暂时取消后台短信通知用户充值成功,twj,20240618
//self::sms_recharge('stock_offline_auditing_success',$user_mobile,$charge['money']);
break; break;
case 2: case 2:
self::sms_recharge('stock_offline_auditing_fail',$user_mobile,$charge['money']); self::sms_recharge('stock_offline_auditing_fail',$user_mobile,$charge['money']);
......
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