Commit ae8085fb by mushishixian

验证码返回

parent 180d0e8f
...@@ -225,7 +225,7 @@ class AuthApiController extends Controller ...@@ -225,7 +225,7 @@ class AuthApiController extends Controller
return $this->setError('Email code send failed'); return $this->setError('Email code send failed');
} }
return $this->setSuccess('Email code send success'); return $this->setSuccess('Email code send success '.$code);
} }
} }
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 sign in to comment