...
This commit is contained in:
parent
05de1aef26
commit
6509b8c68a
@ -6,5 +6,7 @@ namespace services;
|
||||
|
||||
class BuyShopGoodsCbService
|
||||
{
|
||||
|
||||
public function process($order){
|
||||
|
||||
}
|
||||
}
|
@ -4,6 +4,7 @@ namespace services;
|
||||
|
||||
require_once('phpcommon/bchelper.php');
|
||||
require_once ('services/callback/BuyPassCbService.php');
|
||||
require_once ('services/callback/BuyShopGoodsCbService.php');
|
||||
|
||||
use phpcommon\SqlHelper;
|
||||
|
||||
@ -29,7 +30,8 @@ class gameItemMallBuyOk {
|
||||
|
||||
} else {
|
||||
// 老宋 处理...
|
||||
|
||||
$shopGoodsCbService = new BuyShopGoodsCbService();
|
||||
$shopGoodsCbService->process($orderDb);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user