From 18a4451e5b7bf8f7f6a260796acb24adb3b2ccda Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期一, 14 十月 2024 15:34:28 +0800
Subject: [PATCH] 修正提现逻辑,实现重新建单支付 API

---
 cylsg/cylsg.Application/applicationsettings.json |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/cylsg/cylsg.Application/applicationsettings.json b/cylsg/cylsg.Application/applicationsettings.json
index 4b91598..d20414e 100644
--- a/cylsg/cylsg.Application/applicationsettings.json
+++ b/cylsg/cylsg.Application/applicationsettings.json
@@ -1,14 +1,14 @@
 锘縶
   "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
   "SpecificationDocumentSettings": {
-    "DocumentTitle": "Furion | 宸濆嵃闆舵椂宸�",
+    "DocumentTitle": " 宸濆嵃涓存椂宸�",
     "GroupOpenApiInfos": [
       {
         "Group": "Default",
-        "Title": "宸濆嵃闆舵椂宸�",
-        "Description": "宸濆嵃闆舵椂宸�",
+        "Title": "宸濆嵃涓存椂宸�",
+        "Description": "宸濆嵃涓存椂宸�",
         "Version": "1.0.0",
-
+        "Order": 10,
         "Contact": {
           "Name": "",
 
@@ -21,6 +21,11 @@
       }
     ]
   },
+
+  "VerifyFace": {
+    "Enable": true
+  },
+
   "CorsAccessorSettings": {
     "WithExposedHeaders": [
       "access-token",

--
Gitblit v1.9.1