lvhao 3 weeks ago
parent
commit
68baf8a594
1 changed files with 1 additions and 0 deletions
  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;
 		}