|
|
@@ -42,8 +42,8 @@ config:
|
|
|
cloud:
|
|
|
nacos:
|
|
|
discovery:
|
|
|
- server-addr: ${nacos.service-address}:${nacos.port}
|
|
|
- service: ${spring.application.name}
|
|
|
+ server-addr: nacos.bak.com:8848
|
|
|
+ service: shop-recycle-order-service
|
|
|
weight: 1
|
|
|
redis:
|
|
|
sentinel:
|
|
|
@@ -66,10 +66,10 @@ config:
|
|
|
port: 27017
|
|
|
dubbo:
|
|
|
application:
|
|
|
- name: ${spring.application.name}
|
|
|
+ name: shop-recycle-order-service
|
|
|
provider:
|
|
|
registry:
|
|
|
- address: nacos://${nacos.service-address}:${nacos.port}
|
|
|
+ address: nacos://nacos.bak.com:8848
|
|
|
filter: tracing
|
|
|
consumer:
|
|
|
filter: tracing
|
|
|
@@ -90,9 +90,6 @@ config:
|
|
|
map-underscore-to-camel-case: true
|
|
|
cache-enabled: false
|
|
|
jdbc-type-for-null: null
|
|
|
- nacos:
|
|
|
- service-address: nacos.bak.com
|
|
|
- port: 8848
|
|
|
swagger:
|
|
|
show: true
|
|
|
seata:
|
|
|
@@ -133,27 +130,27 @@ config:
|
|
|
cxh:
|
|
|
host: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com
|
|
|
hostOpenapi: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com
|
|
|
- authorizeUrl: ${cxh.hostOpenapi}/authorize
|
|
|
- refreshTokenUrl: ${cxh.hostOpenapi}/refreshToken
|
|
|
- pushHighestOfferUrl: ${cxh.host}/open/router/hunter/pushHighestOffer
|
|
|
- pushReceivingNoticeUrl: ${cxh.host}/open/router/hunter/pushReceivingNotice
|
|
|
+ authorizeUrl: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com/authorize
|
|
|
+ refreshTokenUrl: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com/refreshToken
|
|
|
+ pushHighestOfferUrl: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com/open/router/hunter/pushHighestOffer
|
|
|
+ pushReceivingNoticeUrl: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com/open/router/hunter/pushReceivingNotice
|
|
|
clientId: 88830527-2bca-4904-8aa0-47d43a630fba
|
|
|
clientSecret: ba38ccd2-8470-42b0-8e37-7ba5cc2d0078
|
|
|
- pushBargainPriceUrl: ${cxh.host}/open/router/hunter/pushBargainPrice
|
|
|
+ pushBargainPriceUrl: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com/open/router/hunter/pushBargainPrice
|
|
|
hostBuy: http://openapi-fxagency.test-wan.zhuanzhuan.com
|
|
|
hostOpenapiBuy: http://openapi-fxagency.test-wan.zhuanzhuan.com
|
|
|
- authorizeUrlBuy: ${cxh.hostOpenapiBuy}/authorize
|
|
|
- refreshTokenUrlBuy: ${cxh.hostOpenapiBuy}/refreshToken
|
|
|
- saveOrderUrl: ${cxh.hostBuy}/open/router/hunter/applyForSellV2
|
|
|
- agreeOrRejectUrl: ${cxh.hostBuy}/open/router/hunter/confirmOrCancelOrderV2
|
|
|
- queryPayStateUrl: ${cxh.hostBuy}/open/router/hunter/queryPayStateByOrderId
|
|
|
+ authorizeUrlBuy: http://openapi-fxagency.test-wan.zhuanzhuan.com/authorize
|
|
|
+ refreshTokenUrlBuy: http://openapi-fxagency.test-wan.zhuanzhuan.com/refreshToken
|
|
|
+ saveOrderUrl: http://openapi-fxagency.test-wan.zhuanzhuan.com/open/router/hunter/applyForSellV2
|
|
|
+ agreeOrRejectUrl: http://openapi-fxagency.test-wan.zhuanzhuan.com/open/router/hunter/confirmOrCancelOrderV2
|
|
|
+ queryPayStateUrl: http://openapi-fxagency.test-wan.zhuanzhuan.com/open/router/hunter/queryPayStateByOrderId
|
|
|
clientIdBuy: 5a23972c-b357-4e7f-a571-c5ac0f5c49e5
|
|
|
clientSecretBuy: 20da1539-cb4f-4fab-8754-236c7931493b
|
|
|
uid: 258448128059820544
|
|
|
warehouseId: 43898636712455
|
|
|
returnAddressId: 1684842881086392387
|
|
|
- saveOrderUrlOld: ${cxh.hostBuy}/open/router/hunter/applyForSell
|
|
|
- agreeOrRejectUrlOld: ${cxh.hostBuy}/open/router/hunter/confirmOrCancelOrder
|
|
|
+ saveOrderUrlOld: http://openapi-fxagency.test-wan.zhuanzhuan.com/open/router/hunter/applyForSell
|
|
|
+ agreeOrRejectUrlOld: http://openapi-fxagency.test-wan.zhuanzhuan.com/open/router/hunter/confirmOrCancelOrder
|
|
|
clientIdBuyOld: 0f795a81-9b5a-4a7e-8220-eacd9cdcde0b
|
|
|
clientSecretBuyOld: d2176329-4faf-4616-9075-0b05695ab69f
|
|
|
uidOld: 330898749679326080
|
|
|
@@ -161,9 +158,9 @@ config:
|
|
|
version: old
|
|
|
lb:
|
|
|
host: https://ecp.xrxyshop.com
|
|
|
- pushHighestOfferUrl: ${lb.host}/terminal/recoveryBid.do
|
|
|
- pushReceivingNoticeUrl: ${lb.host}/terminal/recoveryOfGoodsReceived.do
|
|
|
- getExpressNoUrl: ${lb.host}/terminal/getLogisticsComparison.do
|
|
|
+ pushHighestOfferUrl: https://ecp.xrxyshop.com/terminal/recoveryBid.do
|
|
|
+ pushReceivingNoticeUrl: https://ecp.xrxyshop.com/terminal/recoveryOfGoodsReceived.do
|
|
|
+ getExpressNoUrl: https://ecp.xrxyshop.com/terminal/getLogisticsComparison.do
|
|
|
sign: 16cc2d348ee943e9ea563c74612b8686
|
|
|
sign2: 26cc2d348ee943e9ea563c74612b8686
|
|
|
lbmap:
|