Merge branch 'hjb' of git.kingsome.cn:server/game2006api into hjb
This commit is contained in:
commit
5bcba3451f
@ -1393,7 +1393,6 @@ CREATE TABLE `t_mall` (
|
||||
`seller_address` varchar(60) NOT NULL DEFAULT '' COMMENT 'seller_address',
|
||||
`item_id` int(11) NOT NULL DEFAULT '0' COMMENT '物品id',
|
||||
`item_num` bigint NOT NULL DEFAULT '0' COMMENT '物品数量',
|
||||
`currency_name` varchar(60) NOT NULL DEFAULT '' COMMENT 'currency_name',
|
||||
`currency` varchar(60) NOT NULL COMMENT 'currency',
|
||||
`price` varchar(255) NOT NULL DEFAULT '' COMMENT 'price',
|
||||
`status` int(11) NOT NULL DEFAULT '0' COMMENT 'status',
|
||||
|
@ -16,7 +16,7 @@ class OutAppPlanetController extends BaseController {
|
||||
|
||||
const BEGIN_TOKEN_ID = 280001;
|
||||
const END_TOKEN_ID = 280300;
|
||||
const PRICE = 1;
|
||||
const PRICE = 300;
|
||||
const PERIOD = 1;
|
||||
|
||||
public function buy()
|
||||
|
Loading…
x
Reference in New Issue
Block a user