diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index eed7d673..6a574d19 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -615,7 +615,8 @@ class UserController extends BaseAuthedController { } } - $url = 'https://pay.cebggame.com/wallet/info?'; + //$url = 'https://pay.cebggame.com/wallet/info?'; + $url = 'https://oauth-svr.cebggame.com/test/wallet/info?'; $params = array( 'token' => $jwt ); @@ -665,6 +666,7 @@ class UserController extends BaseAuthedController { $this->_rspData(array( 'property_chg' => $propertyChgService->toDto(), )); + error_log(11111111111111111111111111); } public function setUserHonor(){