团购:基础接口

This commit is contained in:
luying
2022-10-09 19:11:29 +08:00
parent 9ba3081e54
commit 2d3a1c7c30
16 changed files with 542 additions and 5 deletions
@@ -250,5 +250,11 @@
"activityType": 46,
"name": "POP_NOTICE",
"string": "打脸公告"
},
{
"id": 49,
"activityType": 49,
"name": "GROUP_SHOP",
"string": "团购"
}
]
+1 -1
View File
@@ -33,6 +33,6 @@
"DEBUG_TIME": 1,
"CHECK_WORD": 1,
"CAN_PAY": 1,
"SKIP_ENCODE": 0,
"SKIP_ENCODE": 1,
"NEED_REBATE": 0
}