|
@@ -104,7 +104,7 @@ class Login extends Controller
|
|
|
Cache::set('sendcode_'.$phone,$code,600);
|
|
|
Cache::set('sendcode_handle_id'.$handle_id, $phone, 600);
|
|
|
$info = send_message::sendSms2UpDate($phone,$code);
|
|
|
- return json_encode(['status'=>'ok','code'=>'0000','need_code'=> true, 'phone' => $phone, 'hander_id' => $handle_id]);
|
|
|
+ return json_encode(['status'=>'ok','code'=>'0000','need_code'=> true, 'phone' => $phone, 'handle_id' => $handle_id]);
|
|
|
}
|
|
|
|
|
|
//医生类
|