1
This commit is contained in:
parent
759a2c9b87
commit
fe62121447
@ -16,7 +16,7 @@ class SavingPot(object):
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['!data', [Info()], '存钱罐信息'],
|
||||
['data', Info(), '存钱罐信息'],
|
||||
]
|
||||
},{
|
||||
'name': 'smashOpenS',
|
||||
|
@ -50,6 +50,7 @@ class SavingPotController extends BaseAuthedController {
|
||||
$awardService = new services\AwardService();
|
||||
$this->_addItems($items, $awardService,$propertyChgService);
|
||||
$this->_setDailyV(TN_DAILY_DRAW_BIND_GOLD_STATE, 0,1);
|
||||
$this->_setDailyV(TN_DAILY_BIND_GOLD, 0,0);
|
||||
SqlHelper::insert
|
||||
(myself()->_getSelfMysql(),
|
||||
't_user_bind_gold_record',
|
||||
@ -95,6 +96,7 @@ class SavingPotController extends BaseAuthedController {
|
||||
$awardService = new services\AwardService();
|
||||
$this->_addItems($items, $awardService,$propertyChgService);
|
||||
$this->_setDailyV(TN_DAILY_DRAW_BIND_GOLD_STATE, 0,1);
|
||||
$this->_setDailyV(TN_DAILY_BIND_GOLD, 0,0);
|
||||
SqlHelper::insert
|
||||
(myself()->_getSelfMysql(),
|
||||
't_user_bind_gold_record',
|
||||
|
Loading…
x
Reference in New Issue
Block a user