Commit f9c87498 authored by hujun's avatar hujun

取消注释

parent 8fdd6b22
...@@ -224,7 +224,7 @@ class Member extends Basic ...@@ -224,7 +224,7 @@ class Member extends Basic
->order('id DESC')->find(); ->order('id DESC')->find();
if ($code != $note_data->code) { if ($code != $note_data->code) {
// return $this->response(101, '请重新获取验证码'); return $this->response(101, '请重新获取验证码');
} }
} }
......
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