lvhao 4 주 전
부모
커밋
68baf8a594
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/CoreApp/controllers/Shop.php

+ 1 - 0
core/CoreApp/controllers/Shop.php

@@ -367,6 +367,7 @@ class Shop extends Start_Controller {
 			$output = json_decode($output,true);
 			echo "<pre>";
 			print_r($output);
+			die;
 			$this->shop->save(array('code'=>$output["access_token"],'codetime'=>substr($output["expire_time"],0,10)),$_GET['state']);
 			header('Location:http://'.$_SERVER['HTTP_HOST'].'/user/');exit;
 		}