Commit ad7b7874 authored by hujun's avatar hujun

sms_code

parent 5f4cc665
...@@ -479,7 +479,7 @@ class Member extends Basic ...@@ -479,7 +479,7 @@ class Member extends Basic
* @throws \think\exception\DbException * @throws \think\exception\DbException
*/ */
public function check_code() { public function check_code() {
$code = $this->params['code']; $code = $this->params['sms_code'];
$phone = $this->params['phone']; $phone = $this->params['phone'];
$data['status'] = 101; $data['status'] = 101;
$data['data'] = array(); $data['data'] = array();
......
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