This commit is contained in:
hujiabin 2024-10-09 17:49:25 +08:00
parent 759a2c9b87
commit fe62121447
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class SavingPot(object):
],
'response': [
_common.RspHead(),
['!data', [Info()], '存钱罐信息'],
['data', Info(), '存钱罐信息'],
]
},{
'name': 'smashOpenS',

View File

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