1
This commit is contained in:
parent
12dc9253a1
commit
33924e9454
@ -45,6 +45,7 @@ DROP TABLE IF EXISTS `t_box_order`;
|
||||
CREATE TABLE `t_box_order` (
|
||||
`idx` bigint NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||||
`game_id` int(11) NOT NULL DEFAULT '0' COMMENT 'game id',
|
||||
`func_id` int(11) NOT NULL DEFAULT '0' COMMENT 'func_id 1:预售 2:商店',
|
||||
`batch_idx` int(11) NOT NULL DEFAULT '0' COMMENT '批次号idx',
|
||||
`order_id` varchar(60) NOT NULL DEFAULT '' COMMENT '订单id',
|
||||
`type` varchar(60) NOT NULL DEFAULT '' COMMENT 'type',
|
||||
|
@ -193,6 +193,7 @@ class MarketController extends BaseController {
|
||||
$tokenType = 0;
|
||||
$fieldsKv = array(
|
||||
'game_id' => 2006,
|
||||
'func_id' => funcId,
|
||||
'batch_idx' => $currBatchMeta['id'],
|
||||
'order_id' => $orderId,
|
||||
'type' => $type,
|
||||
|
Loading…
x
Reference in New Issue
Block a user