|
@@ -26,13 +26,13 @@ class Sms extends Controller
|
|
|
*/
|
|
|
public function send()
|
|
|
{
|
|
|
- $phone = input("phone",'18263693516');
|
|
|
+ $phone = input("phone",'15900611139');
|
|
|
$event = input("event",'adminlogin');
|
|
|
if (!$phone || !Validate::regex($phone, "^1\d{10}$")) {
|
|
|
$this->error('手机号不正确');
|
|
|
}
|
|
|
|
|
|
- if ($phone != '18263693516') $this->error('手机号未注册');
|
|
|
+ if ($phone != '15900611139') $this->error('手机号未注册');
|
|
|
$last = Db::name('store_sms')->where(['mobile' => $phone, 'event' => $event])
|
|
|
->order('id', 'DESC')
|
|
|
->find();
|