1
This commit is contained in:
parent
da2626b2cd
commit
742e798f5a
@ -388,6 +388,7 @@ class Goods(object):
|
|||||||
['bought_times', 0, '已购买次数'],
|
['bought_times', 0, '已购买次数'],
|
||||||
['total_buy_times', 0, '总的可购买次数'],
|
['total_buy_times', 0, '总的可购买次数'],
|
||||||
]
|
]
|
||||||
|
|
||||||
class NewGoods(object):
|
class NewGoods(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
|
@ -105,15 +105,6 @@ class ShopController extends BaseAuthedController
|
|||||||
|
|
||||||
public function _handlePre()
|
public function _handlePre()
|
||||||
{
|
{
|
||||||
// if (SERVER_ENV == _ONLINE) {
|
|
||||||
// if (getReqVal('client_uuid', '') != '499af8a0-a1bc-0b0e-dc79-a42cb3f103dc') {
|
|
||||||
// if ((getReqVal('c', '') != 'Battle')) {
|
|
||||||
// phpcommon\sendError(1001, 'session expiration');
|
|
||||||
// die();
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
$a = getReqVal('a', '');
|
$a = getReqVal('a', '');
|
||||||
if (
|
if (
|
||||||
$a != 'buyGoodsDirect' &&
|
$a != 'buyGoodsDirect' &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user