Commit d8180b53 authored by hujun's avatar hujun Committed by hujun

edit

parent 635d8afb
......@@ -535,7 +535,7 @@ class Member extends Basic
->whereTime('send_time', '>',time()-300)
->order('id DESC')->find();
if ($code == $note_data->code) {
if ($code == $note_data['code']) {
$data['status'] = 200;
} else {
$data['msg'] = '验证码错误';
......
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