1
This commit is contained in:
parent
c76f5e1c5c
commit
99183cdb8b
@ -9,6 +9,15 @@ require_once ('services/callback/common/SignatureService.php');
|
|||||||
|
|
||||||
use phpcommon\SqlHelper;
|
use phpcommon\SqlHelper;
|
||||||
|
|
||||||
|
/*
|
||||||
|
const params = {
|
||||||
|
'c': 'Callback',
|
||||||
|
'a': 'dispatch',
|
||||||
|
'action': 'gameItemMallBuyOk',
|
||||||
|
'trans_id': transId,
|
||||||
|
'order_id': orderId,
|
||||||
|
};
|
||||||
|
*/
|
||||||
class GameItemMallBuyOk {
|
class GameItemMallBuyOk {
|
||||||
|
|
||||||
public function process()
|
public function process()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user