Commit 2c8a37c4 authored by sugar's avatar sugar

姓名卡

parent bc0ad8ec
...@@ -25,7 +25,7 @@ class Sms extends Api ...@@ -25,7 +25,7 @@ class Sms extends Api
*/ */
public function send() public function send()
{ {
$name = create_nickname(2); $name = create_nickname();
dump($name);die; dump($name);die;
$mobile = $this->request->post("mobile"); $mobile = $this->request->post("mobile");
$event = $this->request->post("event");//forget_password:忘记密码 $event = $this->request->post("event");//forget_password:忘记密码
......
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