作者 Cool
1 个管道 的构建 通过 耗费 10 秒

发送短信调试

... ... @@ -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();
... ...