This commit is contained in:
aozhiwei 2023-11-06 15:36:44 +08:00
parent 03b72f8195
commit 5b220600b5

View File

@ -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( $params = array(
'token' => $jwt 'token' => $jwt
); );
@ -665,6 +666,7 @@ class UserController extends BaseAuthedController {
$this->_rspData(array( $this->_rspData(array(
'property_chg' => $propertyChgService->toDto(), 'property_chg' => $propertyChgService->toDto(),
)); ));
error_log(11111111111111111111111111);
} }
public function setUserHonor(){ public function setUserHonor(){