|
|
@@ -0,0 +1,221 @@
|
|
|
+server:
|
|
|
+ port: 1203
|
|
|
+logging:
|
|
|
+ level:
|
|
|
+ org.springframework: INFO
|
|
|
+ com.ssm: DEBUG
|
|
|
+spring:
|
|
|
+ application:
|
|
|
+ name: shop-recycle-order-service
|
|
|
+ datasource:
|
|
|
+ type: com.zaxxer.hikari.HikariDataSource
|
|
|
+ driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
+ url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_order?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
|
|
|
+ username: root
|
|
|
+ password: Fxjxtdacf8f_a3d_202600104d6c_41
|
|
|
+ hikari:
|
|
|
+ connection-timeout: 30000
|
|
|
+ maximum-pool-size: 220
|
|
|
+ minimum-idle: 1
|
|
|
+ main:
|
|
|
+ allow-bean-definition-overriding: true
|
|
|
+ cloud:
|
|
|
+ nacos:
|
|
|
+ discovery:
|
|
|
+ server-addr: ${nacos.service-address}:${nacos.port}
|
|
|
+ service: ${spring.application.name} # 当前服务的名称,默认为 ${spring.application.name}
|
|
|
+ weight: 1 # 服务的权重,取值[1, 100],默认为1
|
|
|
+# redis:
|
|
|
+# port: 6379
|
|
|
+# database: 15
|
|
|
+# password: 3sm_redis
|
|
|
+# host: redis.bak.com
|
|
|
+ redis:
|
|
|
+ sentinel:
|
|
|
+ master: mymaster
|
|
|
+ nodes:
|
|
|
+ - redis.jxfx1.com:27000
|
|
|
+ - redis.jxfx2.com:27000
|
|
|
+ - redis.jxfx3.com:27000
|
|
|
+ password: 3sm_redis
|
|
|
+ database: 15
|
|
|
+
|
|
|
+ rabbitmq:
|
|
|
+ host: mq.bak.com
|
|
|
+ #host: 172.21.172.170
|
|
|
+ #host: 172.21.172.172
|
|
|
+ port: 5672
|
|
|
+ username: guest
|
|
|
+ password: guest
|
|
|
+ virtualHost: shop-recycle-order-image
|
|
|
+ mongodb:
|
|
|
+ database: recycle
|
|
|
+ host: mg.bak.com
|
|
|
+ port: 27017
|
|
|
+# username: root
|
|
|
+# password: '123456'
|
|
|
+
|
|
|
+dubbo:
|
|
|
+ application:
|
|
|
+ name: ${spring.application.name}
|
|
|
+ provider: # 作为提供者的配置
|
|
|
+ registry: # 单注册中心
|
|
|
+ address: nacos://${nacos.service-address}:${nacos.port}
|
|
|
+ filter: tracing
|
|
|
+ consumer:
|
|
|
+ filter: tracing
|
|
|
+
|
|
|
+ protocol:
|
|
|
+ name: dubbo
|
|
|
+ port: 2022
|
|
|
+ dubbo:
|
|
|
+ payload: 41457280
|
|
|
+
|
|
|
+mybatis-plus:
|
|
|
+ mapper-locations: classpath:/mapper/*Mapper.xml
|
|
|
+ global-config:
|
|
|
+ id-type: 0
|
|
|
+ field-strategy: 0
|
|
|
+ db-column-underline: true
|
|
|
+ logic-delete-value: 1
|
|
|
+ logic-not-delete-value: 0
|
|
|
+ configuration:
|
|
|
+ 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:
|
|
|
+ enabled: true
|
|
|
+
|
|
|
+ application-id: shop-recycle-store-wechat-web
|
|
|
+
|
|
|
+ tx-service-group: my_test_tx_group
|
|
|
+ config:
|
|
|
+ type: nacos
|
|
|
+ nacos:
|
|
|
+ namespace:
|
|
|
+ serverAddr: nacos.bak.com:8848
|
|
|
+ group: SEATA_GROUP
|
|
|
+ userName: "nacos"
|
|
|
+ password: "nacos"
|
|
|
+ registry:
|
|
|
+ type: nacos
|
|
|
+ nacos:
|
|
|
+ application: seata-server
|
|
|
+ server-addr: nacos.bak.com:8848
|
|
|
+ namespace:
|
|
|
+ userName: "nacos"
|
|
|
+ password: "nacos"
|
|
|
+
|
|
|
+dinglin:
|
|
|
+ appid : '100302'
|
|
|
+ appsecret : '69FA0CC17AC3428B9B8C8C0941E54347'
|
|
|
+ version : 'v1'
|
|
|
+ company : 'fx'
|
|
|
+ basic-url : 'https://www.cddltx.com/_BusinessApi/v1/openapi'
|
|
|
+ order-pay: '/OrderPay'
|
|
|
+ sf-deliver-tm : '/Order_SFdeliverTm'
|
|
|
+ sf-cancel : '/CanceOrder'
|
|
|
+ sf-schedule : '/Schedule'
|
|
|
+ sf-route-query : '/Order_SFRouteQuery'
|
|
|
+ jd-deliver-tm : '/queryEstimatedFreights'
|
|
|
+ jd-cancel : '/CancelJDOrder'
|
|
|
+ jd-route-query : '/Order_JDRouteQuery'
|
|
|
+ order-detail : '/OrderDetail'
|
|
|
+
|
|
|
+#cxh:
|
|
|
+ # host: https://openapi.zhuanzhuan.com
|
|
|
+ # hostOpenapi: https://openapi.zhuanzhuan.com
|
|
|
+ # authorizeUrl: ${cxh.hostOpenapi}/authorize
|
|
|
+ # refreshTokenUrl: ${cxh.hostOpenapi}/refreshToken
|
|
|
+ # pushHighestOfferUrl: ${cxh.host}/open/router/hunter/pushHighestOffer
|
|
|
+ # pushReceivingNoticeUrl: ${cxh.host}/open/router/hunter/pushReceivingNotice
|
|
|
+ # clientId: 514e7a70-1e5a-4aa7-8e57-aa30d81536ed
|
|
|
+ # clientSecret: ce03ec04-c612-4a48-b86b-a98031f38dd6
|
|
|
+ # pushBargainPriceUrl: ${cxh.host}/open/router/hunter/pushBargainPrice
|
|
|
+ # hostBuy: https://openapi.zhuanzhuan.com
|
|
|
+ # hostOpenapiBuy: https://openapi.zhuanzhuan.com
|
|
|
+ # authorizeUrlBuy: ${cxh.hostOpenapiBuy}/authorize
|
|
|
+ # refreshTokenUrlBuy: ${cxh.hostOpenapiBuy}/refreshToken
|
|
|
+ # saveOrderUrl: ${cxh.hostBuy}/open/router/hunter/applyForSell
|
|
|
+ #agreeOrRejectUrl: ${cxh.hostBuy}/open/router/hunter/confirmOrCancelOrder
|
|
|
+ # queryPayStateUrl: ${cxh.hostBuy}/open/router/hunter/queryPayStateByOrderId
|
|
|
+ #clientIdBuy: fc056817-6b19-4c04-b14b-85af76eaf8f0
|
|
|
+ #clientSecretBuy: caed41ed-84f8-4596-8994-dc2159d2df2b
|
|
|
+ #uid: 446156814355539840
|
|
|
+ # warehouseId: 20230215000002
|
|
|
+ #returnAddressId: 1631566868135284746
|
|
|
+ # saveOrderUrl: ${cxh.hostBuy}/open/router/hunter/applyForSellV2
|
|
|
+ # agreeOrRejectUrl: ${cxh.hostBuy}/open/router/hunter/confirmOrCancelOrderV2
|
|
|
+ # clientIdBuy: d5b3b998-7776-4d74-8058-c0c417cce4ae
|
|
|
+ # clientSecretBuy: c9f79f44-e269-4cae-9515-66d9ebf836b4
|
|
|
+ #uid: 1612760766012168064 #代卖身份
|
|
|
+ #returnAddressId: 1642891625552155213 #退货地址id
|
|
|
+ # uid: 1704072960232663424
|
|
|
+ # returnAddressId: 1713798699739517962
|
|
|
+ # uid2: 446156814355539840
|
|
|
+ # saveOrderUrlOld: ${cxh.hostBuy}/open/router/hunter/applyForSell
|
|
|
+ # agreeOrRejectUrlOld: ${cxh.hostBuy}/open/router/hunter/confirmOrCancelOrder
|
|
|
+ # clientIdBuyOld: d5b3b998-7776-4d74-8058-c0c417cce4ae
|
|
|
+ # clientSecretBuyOld: c9f79f44-e269-4cae-9515-66d9ebf836b4
|
|
|
+ # uidOld: 446156814355539840
|
|
|
+ # returnAddressIdOld: 1631566868135284746
|
|
|
+ # version: new
|
|
|
+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
|
|
|
+ clientId: 88830527-2bca-4904-8aa0-47d43a630fba
|
|
|
+ clientSecret: ba38ccd2-8470-42b0-8e37-7ba5cc2d0078
|
|
|
+ pushBargainPriceUrl: ${cxh.host}/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
|
|
|
+ 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
|
|
|
+ clientIdBuyOld: 0f795a81-9b5a-4a7e-8220-eacd9cdcde0b
|
|
|
+ clientSecretBuyOld: d2176329-4faf-4616-9075-0b05695ab69f
|
|
|
+ uidOld: 330898749679326080
|
|
|
+ returnAddressIdOld: 1505364347633796099
|
|
|
+ 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
|
|
|
+ sign: 16cc2d348ee943e9ea563c74612b8686
|
|
|
+ sign2: 26cc2d348ee943e9ea563c74612b8686
|
|
|
+lbmap:
|
|
|
+ map:
|
|
|
+ lb:
|
|
|
+ sign: oGGlA6bEgqzcWVoxPEKDBoPFqoV0
|
|
|
+ lb2:
|
|
|
+ sign: oG6IA6bEKqzcAPoxPVbBWoPFd8R6
|
|
|
+ lb2lb3:
|
|
|
+ sign: oAAla6begOPcWjoxP5yDBu9TqQV0
|
|
|
+
|
|
|
+tencent-cloud:
|
|
|
+ secretId: 60kIeniT4Ur5BFDzXs0vSsDOWejfP0NX
|
|
|
+ secretKey: AKIDMbdS7ZoskRvFOPDpvugEZifQ0PbcR5Yo
|
|
|
+ cosBucketName: 0791ncfxtd-1390340169
|
|
|
+ region: ap-shanghai
|