|
@@ -4,9 +4,9 @@ spring:
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
druid:
|
|
druid:
|
|
|
- url: jdbc:mysql://192.168.1.222:3306/zz_edu_saas?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
|
|
|
|
|
|
|
+ url: jdbc:mysql://gz-cdb-4l867lmp.sql.tencentcdb.com:22924/zz_edu_question
|
|
|
username: root
|
|
username: root
|
|
|
- password: zhongzheng2021
|
|
|
|
|
|
|
+ password: Zckj2025!@#
|
|
|
# 初始连接数
|
|
# 初始连接数
|
|
|
initialSize: 5
|
|
initialSize: 5
|
|
|
# 最小连接池数量
|
|
# 最小连接池数量
|
|
@@ -29,13 +29,13 @@ spring:
|
|
|
webStatFilter:
|
|
webStatFilter:
|
|
|
enabled: true
|
|
enabled: true
|
|
|
statViewServlet:
|
|
statViewServlet:
|
|
|
- enabled: true
|
|
|
|
|
|
|
+ enabled: false
|
|
|
# 设置白名单,不填则允许所有访问
|
|
# 设置白名单,不填则允许所有访问
|
|
|
allow:
|
|
allow:
|
|
|
url-pattern: /druid/*
|
|
url-pattern: /druid/*
|
|
|
# 控制台管理用户名和密码
|
|
# 控制台管理用户名和密码
|
|
|
login-username: ruoyi
|
|
login-username: ruoyi
|
|
|
- login-password: 123456
|
|
|
|
|
|
|
+ login-password: XYY@2025
|
|
|
filter:
|
|
filter:
|
|
|
stat:
|
|
stat:
|
|
|
enabled: true
|
|
enabled: true
|
|
@@ -49,13 +49,13 @@ spring:
|
|
|
# redis 配置
|
|
# redis 配置
|
|
|
redis:
|
|
redis:
|
|
|
# 地址
|
|
# 地址
|
|
|
- host: 192.168.1.222
|
|
|
|
|
|
|
+ host: 129.204.199.100
|
|
|
# 端口,默认为6379
|
|
# 端口,默认为6379
|
|
|
port: 6379
|
|
port: 6379
|
|
|
# 数据库索引
|
|
# 数据库索引
|
|
|
database: 0
|
|
database: 0
|
|
|
# 密码
|
|
# 密码
|
|
|
- password: zhongzheng2021_redis
|
|
|
|
|
|
|
+ password: zhichen@@2025
|
|
|
# 连接超时时间
|
|
# 连接超时时间
|
|
|
timeout: 10s
|
|
timeout: 10s
|
|
|
lettuce:
|
|
lettuce:
|
|
@@ -68,18 +68,27 @@ spring:
|
|
|
max-active: 8
|
|
max-active: 8
|
|
|
# #连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
# #连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
|
max-wait: -1ms
|
|
max-wait: -1ms
|
|
|
|
|
+tengxun:
|
|
|
|
|
+ cos:
|
|
|
|
|
+ endpoint: https://file.gdzckj.net # oss对外服务的访问域名
|
|
|
|
|
+ accessKeyId: AKIDjJfIitpWyB9sMccPyJTQ82mHXZMtAD1Z # 访问身份验证中用到用户标识
|
|
|
|
|
+ accessKeySecret: MTZQ1OXUDgtsc6KJ1e8ORGrGVXKtEfz5 # 用户用于加密签名字符串和oss用来验证签名字符串的密钥
|
|
|
|
|
+ bucketName: zhichen-prod-1346729515 # oss的存储空间
|
|
|
|
|
+ dir:
|
|
|
|
|
+ prefix: cos/images/ # 上传文件夹路径前缀 `
|
|
|
aliyun:
|
|
aliyun:
|
|
|
oss:
|
|
oss:
|
|
|
- endpoint: https://file-dev.xyyxt.net # oss对外服务的访问域名
|
|
|
|
|
|
|
+ endpoint: https://file.xyyxt.net # oss对外服务的访问域名
|
|
|
accessKeyId: LTAI5tDbpYmpifZYNX8S3kt1 # 访问身份验证中用到用户标识
|
|
accessKeyId: LTAI5tDbpYmpifZYNX8S3kt1 # 访问身份验证中用到用户标识
|
|
|
accessKeySecret: jCdSPAj58ZXOLsWpV8bCgNOYrEK0de # 用户用于加密签名字符串和oss用来验证签名字符串的密钥
|
|
accessKeySecret: jCdSPAj58ZXOLsWpV8bCgNOYrEK0de # 用户用于加密签名字符串和oss用来验证签名字符串的密钥
|
|
|
- bucketName: zhongzheng-test # oss的存储空间
|
|
|
|
|
|
|
+ bucketName: zhongzheng-prod # oss的存储空间
|
|
|
policy:
|
|
policy:
|
|
|
expire: 30 # 签名有效期(S)
|
|
expire: 30 # 签名有效期(S)
|
|
|
maxSize: 100 # 上传文件大小(M)
|
|
maxSize: 100 # 上传文件大小(M)
|
|
|
- callback: http://120.79.166.78:19012/aliyun/oss/callback # 文件上传成功后的回调地址
|
|
|
|
|
|
|
+ callback: https://api.xyyxt.net/aliyun/oss/callback # 文件上传成功后的回调地址
|
|
|
dir:
|
|
dir:
|
|
|
prefix: oss/images/ # 上传文件夹路径前缀 `
|
|
prefix: oss/images/ # 上传文件夹路径前缀 `
|
|
|
|
|
+
|
|
|
poliv:
|
|
poliv:
|
|
|
token:
|
|
token:
|
|
|
userid: d5f6d309fe
|
|
userid: d5f6d309fe
|
|
@@ -87,7 +96,6 @@ poliv:
|
|
|
readtoken: f2c397b4-e2a3-46dc-9266-e6a43ac26a35
|
|
readtoken: f2c397b4-e2a3-46dc-9266-e6a43ac26a35
|
|
|
secretkey: xpPrYdcbA1
|
|
secretkey: xpPrYdcbA1
|
|
|
|
|
|
|
|
-
|
|
|
|
|
wx:
|
|
wx:
|
|
|
small:
|
|
small:
|
|
|
appid: wxd3c8ae80cf43a305
|
|
appid: wxd3c8ae80cf43a305
|
|
@@ -106,110 +114,108 @@ wx:
|
|
|
mchid: 1342013901
|
|
mchid: 1342013901
|
|
|
key: GdXyPxYjZx1234123yJzXgDxYpXyjpx9
|
|
key: GdXyPxYjZx1234123yJzXgDxYpXyjpx9
|
|
|
appsecret: GdXyPxYjZx1234123yJzXgDxYpXyjpx9
|
|
appsecret: GdXyPxYjZx1234123yJzXgDxYpXyjpx9
|
|
|
- notifyUrl: http://120.79.166.78:19012/wx/pay/callback
|
|
|
|
|
|
|
+ notifyUrl: https://api.xyyxt.net/wx/pay/callback
|
|
|
scanLogin:
|
|
scanLogin:
|
|
|
- host: https://testm.xyyxt.net/
|
|
|
|
|
|
|
+ host: https://m.xyyxt.net/
|
|
|
|
|
|
|
|
wisdomExamRoom:
|
|
wisdomExamRoom:
|
|
|
mchid: 10001
|
|
mchid: 10001
|
|
|
appid: ZZ-YXT-GZ-20220820-0001
|
|
appid: ZZ-YXT-GZ-20220820-0001
|
|
|
app_secret: mt70O1s/Xd5LwuH7yHLpj9R+tKUn5j9vTnCvmgBnbJDA11Hpl7+q4lEZliqPAjN+YHPn9bGmHkAbw5XwhhMiYg==
|
|
app_secret: mt70O1s/Xd5LwuH7yHLpj9R+tKUn5j9vTnCvmgBnbJDA11Hpl7+q4lEZliqPAjN+YHPn9bGmHkAbw5XwhhMiYg==
|
|
|
- host: JhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsic2hhbmp1LXJlc291cmNlIl0sI
|
|
|
|
|
|
|
+ host: http://bg.sam457.site:9020
|
|
|
|
|
|
|
|
certificate:
|
|
certificate:
|
|
|
- host: http://192.168.1.38:8000/
|
|
|
|
|
|
|
+ host: https://m.xyyxt.net/
|
|
|
|
|
|
|
|
|
|
+liveGotoURL: https://
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-liveGotoURL: http://
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-enCodeVersion: trial
|
|
|
|
|
|
|
+enCodeVersion: release
|
|
|
|
|
|
|
|
oldStudySys:
|
|
oldStudySys:
|
|
|
- syncPath: http://gdxypx.xy.com/System/PostUserStudyRecords
|
|
|
|
|
- sharePath: http://192.168.1.210:8086/witsystem/dataapi/SaleOrder
|
|
|
|
|
- shareCanclePath: http://192.168.1.210:8086/witsystem/dataapi/ordercance
|
|
|
|
|
- searchGradeCount: http://gdxypx.xy.com/System/BussinessApi/OfficialGradeCount
|
|
|
|
|
- pushGradeCount: http://gdxypx.xy.com/System/BussinessApi/OfficialGradeCountAuto
|
|
|
|
|
- educationalInspector: http://192.168.1.210/EduSystem/BusinessApi/NewYxtUserPrompt
|
|
|
|
|
- classUserListPath: http://gdxypx.xy.com/System/BussinessApi/UserCourseCategoryListcno
|
|
|
|
|
- classOpenPath: http://gdxypx.xy.com/System/BussinessApi/OpenClass
|
|
|
|
|
- salePassword: http://gdxypx.xy.com/WitSystem/BussinessApi/GetSaleInfo
|
|
|
|
|
- updateInvoicePath: http://gdxypx.xy.com/system/BussinessApi/UpdateInvoiceData
|
|
|
|
|
- createExamPath: http://gdxypx.xy.com/system/BussinessApi/CreateSameClass
|
|
|
|
|
- saveInvoice: http://gdxypx.xy.com/WitSystem/BussinessApi/InvoiceUpdate
|
|
|
|
|
|
|
+ syncPath: https://www.xyyxt.net/System/PostUserStudyRecords
|
|
|
|
|
+ sharePath: https://www.xyyxt.net/witsystem/dataapi/SaleOrder
|
|
|
|
|
+ shareCanclePath: https://www.xyyxt.net/witsystem/dataapi/ordercance
|
|
|
|
|
+ searchGradeCount: https://www.xyyxt.net/System/BussinessApi/OfficialGradeCount
|
|
|
|
|
+ pushGradeCount: https://www.xyyxt.net/System/BussinessApi/OfficialGradeCountAuto
|
|
|
|
|
+ educationalInspector: https://zs.gdzzkj.net/EduSystem/BusinessApi/NewYxtUserPrompt
|
|
|
|
|
+ classUserListPath: https://www.xyyxt.net/System/BussinessApi/UserCourseCategoryListcno
|
|
|
|
|
+ classOpenPath: https://www.xyyxt.net/System/BussinessApi/OpenClass
|
|
|
|
|
+ salePassword: http://www.xyyxt.net/WitSystem/BussinessApi/GetSaleInfo
|
|
|
|
|
+ updateInvoicePath: http://www.xyyxt.net/system/BussinessApi/UpdateInvoiceData
|
|
|
|
|
+ createExamPath: http://www.xyyxt.net/system/BussinessApi/CreateSameClass
|
|
|
|
|
+ saveInvoice: https://www.xyyxt.net/WitSystem/BussinessApi/InvoiceUpdate
|
|
|
|
|
|
|
|
officialPush:
|
|
officialPush:
|
|
|
- infoPath: https://jypt-dev.gdcic.net/organjxjy/ShangBaoMingdan
|
|
|
|
|
- periodPath: https://jypt-dev.gdcic.net/organjxjy/XueshiShenqing
|
|
|
|
|
- infoAccount: peixunjigou
|
|
|
|
|
- token: 0ca175b9c0f726a831d895e26933246
|
|
|
|
|
- sevenInfoPath: http://sgry.gdcic.net/organjxjy/ShangBaoMingdan
|
|
|
|
|
- sevenPeriodPath: http://sgry.gdcic.net/organjxjy/XueshiShenqing
|
|
|
|
|
|
|
+ infoPath: https://jypt.gdcic.net/organjxjy/ShangBaoMingdan
|
|
|
|
|
+ periodPath: https://jypt.gdcic.net/organjxjy/XueshiShenqing
|
|
|
|
|
+ infoAccount: GDSXY
|
|
|
|
|
+ token: 01b5d9833987efdff54483cdc9720da6
|
|
|
|
|
+ sevenInfoPath: https://sgry.gdcic.net/organjxjy/ShangBaoMingdan
|
|
|
|
|
+ sevenPeriodPath: https://sgry.gdcic.net/organjxjy/XueshiShenqing
|
|
|
|
|
|
|
|
distributionOldPay:
|
|
distributionOldPay:
|
|
|
- host: http://gdxypx.xy.com/System/BussinessApi/AddRedPackData
|
|
|
|
|
|
|
+ host: https://www.xyyxt.net/System/BussinessApi/AddRedPackData
|
|
|
|
|
|
|
|
handouts:
|
|
handouts:
|
|
|
- savePath: http://192.168.1.7:9090/course/handouts/save
|
|
|
|
|
- updatePath: http://192.168.1.7:9090/course/handouts/edit
|
|
|
|
|
|
|
+ savePath: https://attach.xyyxt.net/course/handouts/save
|
|
|
|
|
+ updatePath: https://attach.xyyxt.net/course/handouts/edit
|
|
|
|
|
|
|
|
Nuonuo:
|
|
Nuonuo:
|
|
|
- host: https://sandbox.nuonuocs.cn/open/v1/services
|
|
|
|
|
- APPkey: SD39149760
|
|
|
|
|
- APPSecret: SD168A248B2844E0
|
|
|
|
|
|
|
+ host: https://sdk.nuonuo.com/open/v1/services
|
|
|
|
|
+ APPkey: 39149760
|
|
|
|
|
+ APPSecret: 07168A248B2844E0
|
|
|
|
|
|
|
|
oldOrder:
|
|
oldOrder:
|
|
|
- studyRecord: http://gdxypx.xy.com/WitSystem/BussinessApi/GetStudyRecord
|
|
|
|
|
- orderCheck: http://gdxypx.xy.com/WitSystem/BussinessApi/AuditUnderOrder
|
|
|
|
|
- finishOrder: http://gdxypx.xy.com/WitSystem/BussinessApi/CompleteOrder
|
|
|
|
|
- refuseCheck: http://gdxypx.xy.com/WitSystem/BussinessApi/ReFundAuditResult
|
|
|
|
|
- inputOrderSn: http://gdxypx.xy.com/WitSystem/BussinessApi/GetNewYxtinputOrderSn
|
|
|
|
|
- checkOrderStudent: http://gdxypx.xy.com/WitSystem/BussinessApi/ReAuditUnderOrder
|
|
|
|
|
- checkOrderBrokerage: http://gdxypx.xy.com/WitSystem/BussinessApi/CommissionRate
|
|
|
|
|
- refundPay: http://192.168.1.222:5030/common/platform/pay
|
|
|
|
|
- refundPayHandle: http://192.168.1.222:5030/common/platform/pay/handle
|
|
|
|
|
- updateRemark: http://gdxypx.xy.com/WitSystem/BussinessApi/UpdateOrderAuditRemark
|
|
|
|
|
- getResitTimes: http://gdxypx.xy.com/System/BussinessApi/GetResitTimes
|
|
|
|
|
- classEndSaleTipMsg: http://gdxypx.xy.com/WitSystem/BussinessApi/ClassEndSaleTipMsg
|
|
|
|
|
|
|
+ studyRecord: http://www.xyyxt.net/WitSystem/BussinessApi/GetStudyRecord
|
|
|
|
|
+ orderCheck: http://www.xyyxt.net/WitSystem/BussinessApi/AuditUnderOrder
|
|
|
|
|
+ finishOrder: http://www.xyyxt.net/WitSystem/BussinessApi/CompleteOrder
|
|
|
|
|
+ refuseCheck: http://www.xyyxt.net/WitSystem/BussinessApi/ReFundAuditResult
|
|
|
|
|
+ inputOrderSn: http://www.xyyxt.net/WitSystem/BussinessApi/GetNewYxtinputOrderSn
|
|
|
|
|
+ checkOrderStudent: http://www.xyyxt.net/WitSystem/BussinessApi/ReAuditUnderOrder
|
|
|
|
|
+ checkOrderBrokerage: http://www.xyyxt.net/WitSystem/BussinessApi/CommissionRate
|
|
|
|
|
+ refundPay: https://cloud.xyyxt.net/common/platform/pay
|
|
|
|
|
+ refundPayHandle: https://cloud.xyyxt.net/common/platform/pay/handle
|
|
|
|
|
+ updateRemark: http://www.xyyxt.net/WitSystem/BussinessApi/UpdateOrderAuditRemark
|
|
|
|
|
+ getResitTimes: http://www.xyyxt.net/System/BussinessApi/GetResitTimes
|
|
|
|
|
+ classEndSaleTipMsg: http://www.xyyxt.net/WitSystem/BussinessApi/ClassEndSaleTipMsg
|
|
|
oldSys:
|
|
oldSys:
|
|
|
- host: http://gdxypx.xy.com
|
|
|
|
|
- goods: http://gdxypx.xy.com/System/BussinessApi/NewYxtLogin
|
|
|
|
|
|
|
+ host: http://test.jqbao.net
|
|
|
|
|
+ goods: http://www.xyyxt.net/system/BussinessApi/NewYxtLogin
|
|
|
question: http://192.168.1.121:8057/WordData/GetMeasureList
|
|
question: http://192.168.1.121:8057/WordData/GetMeasureList
|
|
|
questionDetail: http://192.168.1.121:8057/WordData/GetTopicList
|
|
questionDetail: http://192.168.1.121:8057/WordData/GetTopicList
|
|
|
- studyCheck: http://gdxypx.xy.com/System/BussinessApi/EjStudyCheck
|
|
|
|
|
|
|
+ studyCheck: http://www.xyyxt.net/System/BussinessApi/EjStudyCheck
|
|
|
|
|
|
|
|
invoice:
|
|
invoice:
|
|
|
- host: http://192.168.1.222:7077/sys/common/openMplatform/log
|
|
|
|
|
|
|
+ host: https://ptapi.gdzzkj.net/sys/common/openMplatform/log
|
|
|
|
|
+
|
|
|
|
|
+liveHost: https://sso.xyyxt.net
|
|
|
|
|
|
|
|
-liveHost: http://192.168.1.222:6009
|
|
|
|
|
|
|
+fileHost: http://39.108.7.155:9099
|
|
|
|
|
|
|
|
-fileHost: http://192.168.1.24:9099
|
|
|
|
|
|
|
|
|
|
exam:
|
|
exam:
|
|
|
- applySave: http://192.168.1.7:9099/cd/exam/save
|
|
|
|
|
- applyUpdate: http://192.168.1.7:9099/cd/exam/update
|
|
|
|
|
- applyDelete: http://192.168.1.7:9099/cd/exam/delete
|
|
|
|
|
- subscribeSave: http://192.168.1.7:9099/cd/subscribe/save
|
|
|
|
|
- subscribeSaveExam: http://192.168.1.7:9099/cd/subscribe/save/exam
|
|
|
|
|
- subscribeUpdateExam: http://192.168.1.7:9099/cd/subscribe/update/exam
|
|
|
|
|
- subscribeAddExamNum: http://192.168.1.7:9099/cd/subscribe/add/num
|
|
|
|
|
- subscribeAddExamResult: http://192.168.1.7:9099/cd/exam/add/exam/result
|
|
|
|
|
- subscribeAddCertificate: http://192.168.1.7:9099/cd/exam/add/exam/result/certificate
|
|
|
|
|
|
|
+ applySave: http://39.108.7.155:9099/cd/exam/save
|
|
|
|
|
+ applyUpdate: http://39.108.7.155:9099/cd/exam/update
|
|
|
|
|
+ applyDelete: http://39.108.7.155:9099/cd/exam/delete
|
|
|
|
|
+ subscribeSave: http://39.108.7.155:9099/cd/subscribe/save
|
|
|
|
|
+ subscribeSaveExam: http://39.108.7.155:9099/cd/subscribe/save/exam
|
|
|
|
|
+ subscribeUpdateExam: http://39.108.7.155:9099/cd/subscribe/update/exam
|
|
|
|
|
+ subscribeAddExamNum: http://39.108.7.155:9099/cd/subscribe/add/num
|
|
|
|
|
+ subscribeAddExamResult: http://39.108.7.155:9099/cd/exam/add/exam/result
|
|
|
|
|
+ subscribeAddCertificate: http://39.108.7.155:9099/cd/exam/add/exam/result/certificate
|
|
|
question: http://120.79.166.78:19013/common/question/getMeasureList
|
|
question: http://120.79.166.78:19013/common/question/getMeasureList
|
|
|
questionDetail: http://120.79.166.78:19013/common/question/getTopicList
|
|
questionDetail: http://120.79.166.78:19013/common/question/getTopicList
|
|
|
|
|
|
|
|
shared:
|
|
shared:
|
|
|
- statistics: http://gdxypx.xy.com/WitSystem/BussinessApi/HighSeasData
|
|
|
|
|
- customer: http://gdxypx.xy.com/WitSystem/BussinessApi/CustomerStatsData
|
|
|
|
|
- cert: http://gdxypx.xy.com/WitSystem/BussinessApi/CertStatsData
|
|
|
|
|
- orderArea: http://gdxypx.xy.com/WitSystem/BussinessApi/OrderAreaData
|
|
|
|
|
- rateData: http://gdxypx.xy.com//WitSystem/BussinessApi/CustomerConversionRateData
|
|
|
|
|
- rateTrend: http://gdxypx.xy.com/WitSystem/BussinessApi/CustomerConversionRateTrendData
|
|
|
|
|
- customerOrder: http://gdxypx.xy.com/WitSystem/BussinessApi/CustomerOrderData
|
|
|
|
|
- tenantData: http://gdxypx.xy.com/witsystem/bussinessapi/GetOrgList
|
|
|
|
|
- saleData: http://gdxypx.xy.com/witsystem/bussinessapi/GetSaleListByOrgId
|
|
|
|
|
|
|
+ statistics: http://www.xyyxt.net/WitSystem/BussinessApi/HighSeasData
|
|
|
|
|
+ customer: http://www.xyyxt.net/WitSystem/BussinessApi/CustomerStatsData
|
|
|
|
|
+ cert: http://www.xyyxt.net/WitSystem/BussinessApi/CertStatsData
|
|
|
|
|
+ orderArea: http://www.xyyxt.net/WitSystem/BussinessApi/OrderAreaData
|
|
|
|
|
+ rateData: http://www.xyyxt.net//WitSystem/BussinessApi/CustomerConversionRateData
|
|
|
|
|
+ rateTrend: http://www.xyyxt.net/WitSystem/BussinessApi/CustomerConversionRateTrendData
|
|
|
|
|
+ customerOrder: http://www.xyyxt.net/WitSystem/BussinessApi/CustomerOrderData
|
|
|
|
|
+ tenantData: http://www.xyyxt.net/witsystem/bussinessapi/GetOrgList
|
|
|
|
|
+ saleData: http://www.xyyxt.net/witsystem/bussinessapi/GetSaleListByOrgId
|
|
|
|
|
|
|
|
ZsBank:
|
|
ZsBank:
|
|
|
publickey: BNsIe9U0x8IeSe4h/dxUzVEz9pie0hDSfMRINRXc7s1UIXfkExnYECF4QqJ2SnHxLv3z/99gsfDQrQ6dzN5lZj0=
|
|
publickey: BNsIe9U0x8IeSe4h/dxUzVEz9pie0hDSfMRINRXc7s1UIXfkExnYECF4QqJ2SnHxLv3z/99gsfDQrQ6dzN5lZj0=
|
|
@@ -217,4 +223,4 @@ ZsBank:
|
|
|
sm4key: VuAzSWQhsoNqzn0K
|
|
sm4key: VuAzSWQhsoNqzn0K
|
|
|
|
|
|
|
|
record:
|
|
record:
|
|
|
- downloadPath: http://192.168.1.7:9090/common/user/data/download
|
|
|
|
|
|
|
+ downloadPath: http://39.108.7.155:9090/common/user/data/download
|