Browse Source

Merge branch 'master' of zx/cuspay into master

project 7 years ago
parent
commit
5165bdbf66
1 changed files with 14 additions and 13 deletions
  1. 14 13
      src/main/resources/application.yml

+ 14 - 13
src/main/resources/application.yml

@@ -93,17 +93,18 @@ mybatis:
         type-aliases-package: com.emato.cuspay
 
 wx: 
-  payment: 
-    declare:
-      url: https://api.mch.weixin.qq.com/cgi-bin/mch/customs/customdeclareorder
-    query:
-      url: https://api.mch.weixin.qq.com/cgi-bin/mch/customs/customdeclarequery
-  notice:
-    count: 2
+    payment:
+        declare:
+            url: https://api.mch.weixin.qq.com/cgi-bin/mch/customs/customdeclareorder
+        query:
+            url: https://api.mch.weixin.qq.com/cgi-bin/mch/customs/customdeclarequery
+
 db:
-  wx:
-    #定时器报关一次区的数据
-    declare:
-      limit: 20
-    notify:
-      limit: 20
+    merch:
+        notice:
+            limit: 20
+            count: 2
+    wx:
+        #定时器报关一次区的数据
+        declare:
+            limit: 20