1
This commit is contained in:
parent
03b72f8195
commit
5b220600b5
@ -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(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user