This commit is contained in:
aozhiwei 2023-07-26 15:34:53 +08:00
parent da2626b2cd
commit 742e798f5a
2 changed files with 1 additions and 9 deletions

View File

@ -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 = [

View File

@ -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' &&