...
|
...
|
@@ -1809,8 +1809,8 @@ class User extends Api |
|
|
$data['is_enough'] = 2;
|
|
|
|
|
|
//发送短信,通知客户
|
|
|
$mobile = 13780608990;
|
|
|
$mobile1 = 15588311507;
|
|
|
$mobile = 15620699961; // 13780608990
|
|
|
$mobile1 = 13920339175; // 15588311507
|
|
|
$content = "【仁甲看见SHOP】提醒您,您有新的苹果客户,客户电话为:$user[mobile] ,请您及时回复!";
|
|
|
//发送短信
|
|
|
$send = new Pay();
|
...
|
...
|
|