Compare commits

..

No commits in common. "89b75bbf2bc53f94aea63aaf56753b612660a180" and "b615f5d4fcf7dd19fefed752e24e421538938fbd" have entirely different histories.

3 changed files with 2 additions and 22 deletions

View File

@ -3,7 +3,6 @@ import {EventFun} from '../public/event/event';
import {PayFun} from '../public/pay';
import {ReqSyncBtn, ResSyncBtn, syncBtnKeys} from "../shared/protocols/PtlSyncBtn";
import {PublicShared} from '../shared/public/public';
import {HuoDongFun} from "../public/huodongfun";
const defaultKeys: syncBtnKeys[] = [
'huobanzhaomu', 'yibaichou', 'shouchong',
@ -11,8 +10,7 @@ const defaultKeys: syncBtnKeys[] = [
'zhanling',
'xianshilibao',
'xianshizhaomu',
'G123Gift',
'christmas',
'G123Gift'
// 'kaifukuanghuan',
// 'qiridenglu',
@ -38,17 +36,6 @@ export default async function (call: ApiCall<ReqSyncBtn, ResSyncBtn>) {
change[key] = data[key];
}
break;
case 'christmas':
//领完消失
if (!data[key]) {
let _hdList = await HuoDongFun.gethdList(call, 8)
if (_hdList) {
// 无此活动
data[key] = {active: true};
change[key] = data[key];
}
}
break;
case 'dayjijin':
case 'dengjijijin':
case 'guanqiajijin':

View File

@ -30,4 +30,4 @@ export type defaultSyncBtn = {
export type syncBtnKeys = 'shouchong' | 'kaifukuanghuan' | jijinType | 'zhanling' | 'qiridenglu'
| 'xianshilibao' | 'yibaichou' | 'huobanzhaomu' | 'xianshizhaomu'
| 'leijichongzhi' | 'xinshoulibao' | 'jierihuodong' | 'yuedujijin' | 'zixuanlibao' | 'diaoluoduihuan' | 'chuanshuozhilu'
| 'yangchengmubiao' | 'G123Gift' | 'christmas'
| 'yangchengmubiao' | 'G123Gift'

View File

@ -18826,13 +18826,6 @@ export const serviceProto: ServiceProto<ServiceType> = {
"type": "Literal",
"literal": "G123Gift"
}
},
{
"id": 18,
"type": {
"type": "Literal",
"literal": "christmas"
}
}
]
},