正在显示
1 个修改的文件
包含
11 行增加
和
0 行删除
@@ -1807,6 +1807,17 @@ class User extends Api | @@ -1807,6 +1807,17 @@ class User extends Api | ||
1807 | //查询用户余额是否充足 | 1807 | //查询用户余额是否充足 |
1808 | if($user['money'] < $param['total']){ | 1808 | if($user['money'] < $param['total']){ |
1809 | $data['is_enough'] = 2; | 1809 | $data['is_enough'] = 2; |
1810 | + | ||
1811 | + //发送短信,通知客户 | ||
1812 | + $mobile = 13780608990; | ||
1813 | + $mobile1 = 15588311507; | ||
1814 | + $content = "【仁甲看见SHOP】提醒您,您有新的苹果客户,客户电话为:$user[$mobile] ,请您及时回复!"; | ||
1815 | + //发送短信 | ||
1816 | + $send = new Pay(); | ||
1817 | + $send->sms($mobile,$content); | ||
1818 | + $send->sms($mobile1,$content); | ||
1819 | + | ||
1820 | + | ||
1810 | $this->error('error',$data); | 1821 | $this->error('error',$data); |
1811 | 1822 | ||
1812 | }else{ | 1823 | }else{ |
-
请 注册 或 登录 后发表评论