1
This commit is contained in:
parent
bd70ebfecb
commit
a90a911321
@ -49,7 +49,6 @@ class PayController {
|
|||||||
|
|
||||||
public function aggregatePay()
|
public function aggregatePay()
|
||||||
{
|
{
|
||||||
if (SERVER_ENV == _ONLINE) {
|
|
||||||
if (!phpcommon\isValidSessionId(
|
if (!phpcommon\isValidSessionId(
|
||||||
$_REQUET['account_id'],
|
$_REQUET['account_id'],
|
||||||
$_REQUET['session_id']
|
$_REQUET['session_id']
|
||||||
@ -60,11 +59,7 @@ class PayController {
|
|||||||
));
|
));
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
$openid = 'ouPbc4gvHQ_eRRtPKb6BhHGpheB8';
|
|
||||||
if (isset($_REQUEST['account_id'])) {
|
|
||||||
$openid = phpcommon\extractOpenId($_REQUEST['account_id']);
|
$openid = phpcommon\extractOpenId($_REQUEST['account_id']);
|
||||||
}
|
|
||||||
$orderid = $this->getOrderId();
|
$orderid = $this->getOrderId();
|
||||||
if (empty($orderid)) {
|
if (empty($orderid)) {
|
||||||
die();
|
die();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user