123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- oauth:
- clinet:
- id: zuul-server
- secret: '{cipher}7f1f024fb0bdc11072ce0723af15a09d7a2dc98c51b54743ec9076ab4283fc4d'
- author:
- permit-all: /platform/user/isUniquePhoneNo,/platform/user/login,/merchant/register,/platform/user/logout,/visitUpload/abnormalExecl,/visitUpload/payExecl,/zuul/visitUpload/upload,/visitUpload/businessExecl,/merchant/official/login,/merchant/merchant/sendSms,/merchant/merchant/checkValidateCode,/merchant/merchant/foundPwdByTel,/wxpay/thridLogin/wechatLogin,/ali/thirdLogin/getAuthInfo,/zuul/mybank/upload/uploadPhoto,/mybank/jsapi/notify,/mybank/jsapi/failureNotify,/wxpay/wxpay/jsapi/notify,/zuul/mybank/upload/weChatUploadPhoto,/zuul/mybank/comtika/notify
- zuul:
- ignored-services: "*"
- sensitive-headers:
- add-host-header: true
- host:
- socket-timeout-millis: 10000
- connect-timeout-millis: 10000
- routes:
- api-q:
- path: /platform/**
- serviceId: platform-service
- api-w:
- path: /api/**
- serviceId: api-service
- api-e:
- path: /wallet/**
- serviceId: wallet-service
- api-r:
- path: /order/**
- serviceId: order-service
- api-t:
- path: /equip/**
- serviceId: equip-service
- api-y:
- path: /wxpay/**
- serviceId: wxpay-service
- api-u:
- path: /protocol/**
- serviceId: protocol-service
- api-i:
- path: /instructions/**
- serviceId: instructions-service
- api-o:
- path: /server/**
- serviceId: server-service
- api-p:
- path: /ali/**
- serviceId: ali-service
- api-a:
- path: /sites/**
- serviceId: sites-service
- api-s:
- path: /merchant/**
- serviceId: merchant-service
- api-d:
- path: /gateway/**
- serviceId: zuul-server
- api-f:
- path: /visitUpload/**
- serviceId: upload-service
- api-g:
- path: /oauth/**
- serviceId: oauth-server
- api-h:
- path: /zipkin/**
- serviceId: zipkin-service
- api-j:
- path: /log/**
- serviceId: logs-service
- api-k:
- path: /statement/**
- serviceId: statement-service
- api-l:
- path: /messagepush/**
- serviceId: messagepush-service
- api-z:
- path: /config/**
- serviceId: config-service
- api-x:
- path: /customer/**
- serviceId: customer-service
- api-c:
- path: /mybank/**
- serviceId: mybank-service
- api-v:
- path: /advertising/**
- serviceId: advertising-service
- api-sale:
- path: /sale/**
- serviceId: sale-service
- api-message:
- path: /message/**
- serviceId: message-service
- ribbon:
- ReadTimeout: 37000
- ConnectTimeout: 37000
- ServerListRefreshInterval: 37000
- hystrix:
- command:
- default:
- execution:
- isolation:
- thread:
- timeoutInMilliseconds: 60000
|