You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

196 lines
5.7 KiB

hystrix:
command:
default:
execution:
isolation:
strategy: SEMAPHORE
thread:
timeoutInMilliseconds: 300000
server:
port: 8111
spring:
application:
name: gateway-server
profiles:
active: devv
cloud:
gateway:
routes:
- id: anrui-buscenter
predicates:
- Path= /buscenter/**
uri: lb://anrui-buscenter
filters:
- StripPrefix=1
- id: anrui-crm
predicates:
- Path= /crm/**
uri: lb://anrui-crm
filters:
- StripPrefix=1
- id: anrui-flowable
predicates:
- Path= /flowable/**
uri: lb://anrui-flowable
filters:
- StripPrefix=1
- id: anrui-portal
predicates:
- Path= /portal/**
uri: lb://anrui-portal
filters:
- StripPrefix=1
- id: anrui-base
predicates:
- Path= /base/**
uri: lb://anrui-base
filters:
- StripPrefix=1
- id: anrui-riskcenter
predicates:
- Path= /riskcenter/**
uri: lb://anrui-riskcenter
filters:
- StripPrefix=1
- id: message-center
predicates:
- Path= /message/**
uri: lb://message-center
filters:
- StripPrefix=1
- id: anrui-scm
predicates:
- Path= /scm/**
uri: lb://anrui-scm
filters:
- StripPrefix=1
- id: anrui-fin
predicates:
- Path= /fin/**
uri: lb://anrui-fin
filters:
- StripPrefix=1
- id: anrui-terminal
predicates:
- Path= /terminal/**
uri: lb://anrui-terminal
filters:
- StripPrefix=1
- id: anrui-reportcenter
predicates:
- Path= /reportcenter/**
uri: lb://anrui-reportcenter
filters:
- StripPrefix=1
- id: yxt-as
predicates:
- Path= /as/**
uri: lb://yxt-as
filters:
- StripPrefix=1
- id: yxt-wms
predicates:
- Path= /wms/**
uri: lb://yxt-wms
filters:
- StripPrefix=1
- id: yxt-base
predicates:
- Path= /yxtbase/**
uri: lb://yxt-base
filters:
- StripPrefix=1
- id: yxt-crm
predicates:
- Path= /yxtcrm/**
uri: lb://yxt-crm
filters:
- StripPrefix=1
- id: yxt-fms
predicates:
- Path= /fms/**
uri: lb://yxt-fms
filters:
- StripPrefix=1
- id: yxt-pms
predicates:
- Path= /pms/**
uri: lb://yxt-pms
filters:
- StripPrefix=1
- id: yxt-sms
predicates:
- Path= /sms/**
uri: lb://yxt-sms
filters:
- StripPrefix=1
ignore:
whites:
- /portal/v1/regions/treeList
- /portal/v1/sysuser/reGetPwd #忘记密码
- /portal/v1/sysuser/login #pc端登录
-
- /portal/v1/sysuser/loginByNoVeriCode #登录无验证码
- /portal/v1/sysuser/signOut #pc 退出登录
- /portal/v1/sysuser/save #pc端登录
- /portal/v1/captcha/clickWord #验证码
- /portal/v1/appuser/login #app端登录
- /portal/v1/appuser/sendVerificationCodeForApp #app端验证码
- /portal/v1/appuser/checkResetPwdCode #app端验证找回密码的验证码
- /portal/v1/appuser/resetPwd #app端重置密码(找回密码)
- /portal/v1/appversion/save #更新app框架
- /portal/v1/appsubsetversion/save #更新app子应用(新增)
- /portal/v1/appsubsetversion/update #更新app子应用(更新)
- /portal/v1/appversion/selectNewAppVersion #获取最新版本
- /portal/v1/appversion/selectNewAppVersion2 #获取最新版本
- /portal/v1/wxuser/sendMessageCode #客户端注册获取验证码
- /portal/v1/wxuser/registsUser #客户端注册
- /portal/v1/wxuser/login #客户端登录
- /portal/file/getImgBase64
- /portal/v1/wxuser/checkResetPwdCode #客户端端验证找回密码的验证码
- /portal/v1/wxuser/resetPwd #修改密码
- /portal/v1/sysstaffinfo/searchAppContactsList #通讯录搜索
- /base/v1/basevehiclebrand/selectAppListByManufacturerSid # 查询品牌
- /portal/file/upload #上传文件
- /crm/v1/crmcustomer/getsCard #证件扫描
- /crm/v1/crmcustomertemp/getCustomerTempListByUserSid #获取客户列表
- /base/v1/baseaffiliatcompanyappendix/uploadImage #挂靠公司附件上传
- /base/v1/basedistributorappendix/upload #经销商备案资料
- /base/v1/basefinbank/listPage #查询资方
# 数据字典
- /portal/v1/dictcommons/typeValues # 获取下拉框
# 手机批量上传
- /base/file/batchUploadImage
- /portal/file/batchUploadImage
- /terminal/autoservice/v1/getVins/{modelSid}/{configSid} #获取车架号
# 手机端根据使用orgSid查询生产厂商列表
- /base/v1/basemanufacturer/selectAppListByOrgSid
# 查询中介单位
- /base/v1/basedistributor/getAppDistributorList
# 查询挂靠单位
- /base/v1/baseaffiliatcompany/getAppAffiliatList
# 省市县
- /portal/v1/regions/getProvince
- /portal/v1/regions/getCity
- /portal/v1/regions/getCounty
- /portal/v1/wxuser/test
- /portal/v1/appuser/updateAppId #解绑用户的appId
whitesTwo: #包含所有
###swagger相关开始
- /doc.html
- /webjars/**
- /swagger-resources
- /v2/**
- /favicon.ico
- /upload/**
###swagger相关结束