From 40bf16f6c1587c84b36a3dc96b9970125e0c2870 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 22 六月 2021 12:57:44 +0800
Subject: [PATCH] 1111 【中心】增加请求审核时间(调整到53003)
---
Tool/WebCenter/Coupon/webapp.py | 6 ------
Tool/WebCenter/CouponCode/webapp.py | 4 ++++
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/Tool/WebCenter/Coupon/webapp.py b/Tool/WebCenter/Coupon/webapp.py
index c0b5a65..0030943 100644
--- a/Tool/WebCenter/Coupon/webapp.py
+++ b/Tool/WebCenter/Coupon/webapp.py
@@ -368,9 +368,3 @@
return json.dumps({orderID:codeList}, ensure_ascii=False)
-
-# 鏌ヨ瀹℃牳鏃堕棿
-@myapp.route('/auditdate.php')
-def QueryAuditdate():
- return "2021-06-22 11:30:00"
-
diff --git a/Tool/WebCenter/CouponCode/webapp.py b/Tool/WebCenter/CouponCode/webapp.py
index afef13f..10d6398 100644
--- a/Tool/WebCenter/CouponCode/webapp.py
+++ b/Tool/WebCenter/CouponCode/webapp.py
@@ -502,3 +502,7 @@
mylog.debug("SendDataCollectorBillInfo error %s"%e)
+# 鏌ヨ瀹℃牳鏃堕棿
+@myapp.route('/auditdate.php')
+def QueryAuditdate():
+ return "2021-06-22 11:30:00"
--
Gitblit v1.8.0