正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -314,6 +314,6 @@ class LoginController extends BaseController | @@ -314,6 +314,6 @@ class LoginController extends BaseController | ||
| 314 | )); | 314 | )); |
| 315 | $response = curl_exec($curl); | 315 | $response = curl_exec($curl); |
| 316 | curl_close($curl); | 316 | curl_close($curl); |
| 317 | - echo $response; | 317 | + return $response; |
| 318 | } | 318 | } |
| 319 | } | 319 | } |
-
请 注册 或 登录 后发表评论