Commit ad7b7874 authored by hujun's avatar hujun

sms_code

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