Commit 16e89ee8 authored by hujun's avatar hujun

发送验证码不返回

parent e8ad8058
......@@ -147,7 +147,7 @@ class Member extends Basic
$jwt_data['phone'] = $phone;
$jwt_data['code'] = $_code;
$data['data']['sms_code'] = $_code;
// $data['data']['sms_code'] = $_code;
$data['data']['token'] = $jwt->createToken($jwt_data);
$data['status'] = 200;
$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