This commit is contained in:
2026-01-09 20:14:10 +08:00
parent 0282dbb0e7
commit 9697bfe3cf
2 changed files with 29 additions and 26 deletions

View File

@@ -142,8 +142,8 @@ file:
#微信小程序
wx:
appid: wx4aa34488b965a331
secret: 558780ecc2750f87e556b0e5496773c9
appid: wx99193c507b93d6db
secret: 79bf8648880746c11f9ef9c5c12e030f
#统一门户认证
oauth:
@@ -154,40 +154,40 @@ oauth:
#内网
usptnw:
#获取访问令牌
nwGatewayGetTokenUrl: http://10.98.80.146/uspt/serviceAPI/getToken
nwGatewayGetTokenUrl: http://ip:80/uspt/serviceAPI/getToken
#获取用户信息
nwGatewayGetUserInfoUrl: http://10.98.80.146/uspt/serviceAPI/getUserInfo
nwGatewayGetUserInfoUrl: http://ip:80/uspt/serviceAPI/getUserInfo
#外网
usptww:
#门户注册
wwRegisterPostUrl: http://10.98.80.50/uspt/webWhiteListServiceAPI/doWebRegister
wwRegisterPostUrl: http://ip:80/uspt/webWhiteListServiceAPI/doWebRegister
#门户登录
wwTokenPostUrl: http://10.98.80.50/uspt/webWhiteListServiceAPI/doWebLogon
wwTokenPostUrl: http://ip:80/uspt/webWhiteListServiceAPI/doWebLogon
#查询用户信息
wwQueryWebUserInfo: http://10.98.80.50/uspt/webWhiteListServiceAPI/queryWebUserInfo
wwQueryWebUserInfo: http://ip:80/uspt/webWhiteListServiceAPI/queryWebUserInfo
#查询个人信息
wwQueryWebPersonalInfoPostUrl: http://10.98.80.50/uspt/webWhiteListServiceAPI/queryWebPersonalInfo
wwQueryWebPersonalInfoPostUrl: http://ip:80/uspt/webWhiteListServiceAPI/queryWebPersonalInfo
#查询单位信息
wwQueryWebEnterpriseInfoPostUrl: http://10.98.80.50/uspt//webWhiteListServiceAPI/queryWebEnterpriseInfo
wwQueryWebEnterpriseInfoPostUrl: http://ip:80/uspt//webWhiteListServiceAPI/queryWebEnterpriseInfo
#用户新增接口
tyAddUserUrl: http://10.98.80.146/qxgl_backend/security/add_user
tyAddUserUrl: http://ip:80/qxgl_backend/security/add_user
#获取当前用户有权系统列表
tyQueryUserSysListUrl: http://10.98.80.146/qxgl_backend/security/get_effective_app_list
tyQueryUserSysListUrl: http://ip:80/qxgl_backend/security/get_effective_app_list
#获取当前用户有权角色列表
tyQueryUserRoleListUrl: http://10.98.80.146/qxgl_backend/security/get_role_by_userid
tyQueryUserRoleListUrl: http://ip:80/qxgl_backend/security/get_role_by_userid
#获取角色功能权限信息
tyQueryRoleInfoUrl: http://10.98.80.146/qxgl_backend/security/get_path_by_role
tyQueryRoleInfoUrl: http://ip:80/qxgl_backend/security/get_path_by_role
#获取用户详细信息
tyQueryUserInfo: http://10.98.80.146/qxgl_backend/security/get_user_by_userid
tyQueryUserInfo: http://ip:80/qxgl_backend/security/get_user_by_userid
#获取机构详细信息
tyQueryUnitInfo: http://10.98.80.146/qxgl_backend/security/get_organization_by_organizationid
tyQueryUnitInfo: http://ip:80/qxgl_backend/security/get_organization_by_organizationid
connect-timeout: 10
read-timeout: 30
write-timeout: 30
#ai
chat:
baseUrl: http://39.98.44.136:8082
baseUrl: http://127.0.0.1:8082
chatUrl: /v1/chat/completions
chatDetailUrl: /core/chat/getPaginationRecords
chatHistoryUrl: /core/chat/getHistories
@@ -202,5 +202,5 @@ chat:
model: qd-job-turbo
audioText:
asr: http://127.0.0.1:8001/asr/file
tts: http://127.0.0.1:19527/synthesize
asr: http://39.98.44.136:8001/asr/file
tts: http://39.98.44.136:19527/synthesize