application-local.properties
5.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
server.port=80
server.session.timeout=10
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=20MB
spring.jackson.time-zone=GMT+8
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
spring.mvc.dateFormat = yyyy-MM-dd HH:mm:ss
spring.gson.serialize-nulls=true
tokenfilter.enable=false
logging.config=classpath:logback-local.xml
mail.host=smtp.taover.com
mail.port=25
mail.username=taover-robot@taover.com
mail.password=Lexi@1798
mail.smtp.auth=true
mail.smtp.sendFrom=taover-robot@taover.com
spring.mvc.dispatch-options-request=true
#spring.datasource.url=jdbc\:mysql\://192.168.3.189\:3306/8zyun_wxorder?useUnicode\=true&characterEncoding\=UTF-8&autoReconnect\=true&zeroDateTimeBehavior\=convertToNull&transformedBitIsBoolean\=true
#spring.datasource.username=root
#spring.datasource.password=root
spring.datasource.url=jdbc\:mysql\://121.42.142.102\:3306/bzyun_wxorder?useUnicode\=true&characterEncoding\=UTF-8&autoReconnect\=true&zeroDateTimeBehavior\=convertToNull&transformedBitIsBoolean\=true
spring.datasource.username=dev
spring.datasource.password=taover02
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.max-idle=10
spring.datasource.max-wait=10000
spring.datasource.min-idle=5
spring.datasource.initial-size=5
#zto analysis address url
#zto.analysisAddress.url=https://localhost/Word_AnalysisAddress
zto.analysisAddress.url=https://hdgateway.zto.com/Word_AnalysisAddress
#taover analysis address url
taover.analysisAddress.url=http://address.taover.com/
#kuaibao
kuaibao.analysisAddress.url=https://kop.kuaidihelp.com/api
kuaibao.analysisAddress.appId=105128
kuaibao.analysisAddress.appKey=3310236ba4d6296e6e2346a7d9c824662510ff87
kuaibao.analysisAddress.method=cloud.address.resolve
kuaibao.analysisAddress.methodSimple=cloud.address.cleanse
#aliyun oss
accessKeyId=H4fIVB56iHjR6zQw
accessKeySecret=7bA395UltFp16kWPJT7Pfz0XYXCk4Q
endpoint=oss-cn-beijing.aliyuncs.com
bucket_contact=8zyun-oss
aliyun.mnsEndpoint=http://1225610490807748.mns.cn-hangzhou.aliyuncs.com
#https://8zyun-oss.oss-cn-beijing.aliyuncs.com
#mobile message url
wwltData=sname=dlmzty00&spwd=A6cU4Tyx&scorpid=&sprdid=1012888
wwltUrl=https://seccf.51welink.com/submitdata/service.asmx/g_Submit
#root ssy callcenter api config
ssy.callcenter.appid=c2MkSTjT8ghM
ssy.callcenter.seckey=7105ec065b8bb30fa6e3f13fccf92d0f
pc.callcenter.appid=c2MkSTjT8ghZ
pc.callcenter.seckey=7105ec065b8bb30fa6e3f13fccf92d0G
ssy.callcenter.subscribePreffixUrl=http://localhost/api/
ssy.callcenter.subscribeSuffixUrl=/wxagentssymessagesubscribe
ssy.callcenter.url.openapiSurrogacyAgent=/api/v2/openapi/surrogacy/agent
ssy.callcenter.url.openapiSurrogacyQuerycontacts=/api/v2/openapi/surrogacy/querycontacts
ssy.callcenter.url.openapiSurrogacySendmessage=/api/v2/openapi/surrogacy/sendmessage
ssy.callcenter.url.openapiSurrogacyRegisteropenapi=/api/v2/openapi/surrogacy/registeropenapi
ssy.callcenter.url.openapiSurrogacyUnregisteropenapi=/api/v2/openapi/surrogacy/unregisteropenapi
ssy.callcenter.url.openapiCallcenterapibridgeService=/api/v2/openapi/callcenterapibridge/service
ssy.callcenter.url.openapiCallGroupMember=/api/v2/openapi/surrogacy/querygroupmember
ssy.upload.url=https://ssep.umsapi.com/api/v1/upload
ssy.callcenter.sendMessage.preffixUrl=https://ssep.umsapi.com
#weixin group text order confirm url
wxorder.url.grouptextorder.confirm=http://localhost:8100/confirm/
wxorder.url.express.search=http://localhost:8100/confirm/query-logistics/
#ssy file server domain
ssy.fileserver.urlpreffix=https://ss0.umsapi.com
wxorder.front.url.host=http://localhost:8100
platform.shop.registerUrl=http://localhost/common/authorization/index
wxorder.platformgoods.matchurl=http://localhost/goods/channelgoods
wxorder.platformgoods.errororderurl=https://localhost/ordererror/index
wxorder.url.excellist=http://localhost/groupexcel/index
#pc api
pc.callcenter.url.openapiSurrogacyRegisteropenapi=http://192.168.3.236:18308/v1/agent
pc.callcenter.url.openapiSurrogacyQuerycontacts=http://192.168.3.236:18308/v1/contacts/
pc.callcenter.url.openapiCallGroupMember=http://192.168.3.236:18308/v1/contact/group_members/
pc.callcenter.url.openapiSurrogacyAgent=http://192.168.3.236:18308/v1/agent
pc.callcenter.url.openapiSurrogacySendmessage=http://192.168.3.236:18308/v1/message_task
pc.callcenter.subscribeUrl=http://192.168.3.146/api/wxagentpcmessagesubscribe
pc.callcenter.url.sendMessageQueueName=oms-pc-msg
pc.callcenter.url.openapiContactsFeaturesgroup=http://192.168.3.236:18308/v1/contacts/
pc.message.url.messageTaskListUrl=http://192.168.3.236:18308/v1/message_task_list
pc.message.url.agentMessageTask=http://192.168.3.236:18308/v1/agent_message_task
#cainiao param
cainiao.link.url=http://link.cainiao.com/gateway/link.do
cainiao.link.paramFormat=json
cainiao.link.appKey=650167
cainiao.link.secretKey=lDO6y26nBJ6b5K96lnA1an447H1L0XK3
cainiao.link.auth.grantpage=http://lcp.cloud.cainiao.com/permission/isv/grantpage.do
cainiao.link.auth.tokenUrl=http://lcp.cloud.cainiao.com/api/permission/exchangeToken.do
cainiao.link.auth.callbackUrl=https://api.oms.8zyun.cn/api/expressprint/auth/cainiao
#fa wang
fineex.method.addOrder=fineex.wms.trades.add
fineex.method.cancelOrder=fineex.wms.trade.cancel
fineex.method.orderProcess=fineex.wms.trade.orderprocess.get
fineex.apiAddress=http://apicloud.fineex.net/Interface/InterfaceWeb/InterfaceFwWMS.ashx
fineex.method.goodsInventory=fineex.wms.product.inventory.get
fineex.method.orderConfirm=fineex.wms.trade.orderdetail.confirm
fineex.method.returnorderAdd=fineex.wms.trade.returnorder.add
qimen.api.appKey=30303007
qimen.api.appSecret=80c63d1d8cf36a4c68b2df25fb93f703
qimen.api.url=https://qimen.api.taobao.com/router/qmtest