支付:修复支付测试bug

This commit is contained in:
luying
2022-05-16 11:30:18 +08:00
parent b55ccbedb8
commit 51f859f120
6 changed files with 20 additions and 14 deletions

View File

@@ -23,7 +23,6 @@ export const REF_CIRCLE_MAIL_TIME = 6; // 统一一天刷新定期邮件时间
export const PUSH_BATCH = 100; // 推送分批人数
export const PUSH_INTERVAL = 5 * 1000; // 分批时间5秒一批
export enum TIME_OUTPUT_TYPE {
DATE = 1,
STAMP_10 = 2,
@@ -1117,4 +1116,6 @@ export enum GuideUnloadNum {
// 功能开启id写死
export enum SYSTEM_OPEN_ID {
EXPEDITION = 36, // 远征
}
}
export const DEBUG_PRICE = 0.01;