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;
 		}