作者 lyh

gx

... ... @@ -303,8 +303,8 @@ class LoginController extends BaseController
$start = '';
$end = '';
if($response['code'] == 200){
$start = $response['creation_date'];
$end = $response['expiration_date'];
$start = $response['text']['creation_date'];
$end = $response['text']['expiration_date'];
}
return ['start'=>$start,'end'=>$end];
}
... ...