创建门店
This commit is contained in:
@@ -50,6 +50,8 @@ import java.util.stream.Collectors;
|
||||
@RequestMapping("/pc/test")
|
||||
public class PCTestController {
|
||||
|
||||
@Resource
|
||||
private SyncMainSysServer syncMainSysServer;
|
||||
@Resource
|
||||
private CommonService commonService;
|
||||
@Resource
|
||||
@@ -80,6 +82,12 @@ public class PCTestController {
|
||||
@Resource
|
||||
LinePayDAO linePayDAO;
|
||||
|
||||
@GetMapping("/syncStore")
|
||||
public ResponseResult<Boolean> syncStore(@RequestParam("shopId")Long shopId){
|
||||
syncMainSysServer.syncStore(shopId);
|
||||
return ResponseResult.success(Boolean.TRUE);
|
||||
}
|
||||
|
||||
@GetMapping("/sendMessage")
|
||||
public ResponseResult<Boolean> sendMessage(@RequestParam("lineId")Long lineId,
|
||||
@RequestParam("pointId")Long pointId,
|
||||
|
||||
@@ -4,8 +4,8 @@ default.datasource.url=jdbc:mysql://dingpushcoolcollege.mysql.rds.aliyuncs.com:3
|
||||
default.datasource.username=coolstore
|
||||
default.datasource.password=CSCErYcXniNYm7bT
|
||||
|
||||
redis.host.uri=http://userInfo:Cx111111@tstore-coolcollege.redis.rds.aliyuncs.com:6379/0
|
||||
redis.isv.host.uri=http://userInfo:Cx111111@tstore-coolcollege.redis.rds.aliyuncs.com:6379/2
|
||||
#redis
|
||||
redis.host.uri=http://userInfo:Cx111111@tstore-coolcollege-open.redis.rds.aliyuncs.com:6379/0
|
||||
|
||||
#pagehelper
|
||||
pagehelper.helper-dialect=mysql
|
||||
@@ -26,56 +26,57 @@ mybatis.configuration.map-underscore-to-camel-case=true
|
||||
isv.domain=https://abstore-isv.coolstore.cn/isv
|
||||
|
||||
#rocketmq \u914D\u7F6E
|
||||
rocketmq.accessKey=zK2oVEz4G1ts23d2
|
||||
rocketmq.secretKey=0UstLCS0mh2ASgBh
|
||||
rocketmq.nameSrvAdder=http://rmq-cn-9lb38l1rx04.cn-hangzhou.rmq.aliyuncs.com:8080
|
||||
rocketmq.topic=simple_message
|
||||
rocketmq.accessKey=LTAI5tGBwmXwZkMuHK4MudMJ
|
||||
rocketmq.secretKey=bnZoUMRQ9834STgz5E291YrqlBu6yn
|
||||
rocketmq.nameSrvAdder=http://MQ_INST_1748142459508127_BZfpFxuJ.cn-hangzhou.mq.aliyuncs.com:8080
|
||||
rocketmq.topic=zx_simple_message
|
||||
rocketmq.orderTopic=zx_order_message
|
||||
|
||||
#oss配置
|
||||
oss.host=https://oss-store.coolcollege.cn/
|
||||
oss.accessKeyId=LTAI5t6Zk3Y3vyrMXC87jGYB
|
||||
oss.accessKeySecret=6Gw06jtW5xNKWqbhnt1KmVZx1z9Dev
|
||||
oss.endpoint=oss-cn-hangzhou.aliyuncs.com
|
||||
oss.bucket=cool-store-hsay
|
||||
oss.file.dir=partner/171cddee76471740/
|
||||
#oss.host=https://oss-store.coolcollege.cn/
|
||||
#oss.accessKeyId=LTAI5t6Zk3Y3vyrMXC87jGYB
|
||||
#oss.accessKeySecret=6Gw06jtW5xNKWqbhnt1KmVZx1z9Dev
|
||||
#oss.endpoint=oss-cn-hangzhou.aliyuncs.com
|
||||
#oss.bucket=cool-store-hsay
|
||||
#oss.file.dir=partner/171cddee76471740/
|
||||
oss.excelFile.dir=lineExcel/
|
||||
oss.accessKeyId=LTAI5tGBwmXwZkMuHK4MudMJ
|
||||
oss.accessKeySecret=bnZoUMRQ9834STgz5E291YrqlBu6yn
|
||||
oss.bucket=store-ossfile
|
||||
oss.file.dir=eid/${mybatis.configuration.variables.enterpriseId}/
|
||||
oss.endpoint=oss-cn-hangzhou.aliyuncs.com
|
||||
oss.host=https://oss-cool.coolstore.cn/
|
||||
|
||||
|
||||
#cdn地址
|
||||
cdn.url=https://testhsaypic.coolstore.cn
|
||||
cdn.url=https://oss-cool.coolstore.cn
|
||||
|
||||
#TRTC
|
||||
trtc.sdkAppId=1600026212
|
||||
trtc.secretKey=e036b654c665f649f053a01ff6f5652a826980027be298d4d49949f6e26434a5
|
||||
trtc.video.callback.secretKey=ur4wq2iFbRI03Q35
|
||||
|
||||
weixin.appId=wx997f2206e276e513
|
||||
weixin.appSecret=2ddea4374abeace05e83c948392c2952
|
||||
weixin.appId=wxd77a2761c1911ee1
|
||||
weixin.appSecret=fb669b90fcdcdd0e2da21b6e066df83e
|
||||
weixin.index.url=pages/index/index
|
||||
|
||||
signKey=77fea013c3a6459685b83c21a2fc3411
|
||||
fixMobileOpenid=HSAY5531DA7
|
||||
#xxljob配置
|
||||
#xxljob配置
|
||||
xxl.job.admin.addresses=
|
||||
xxl.job.executor.appname=${spring.application.name}
|
||||
xxl.job.executor.ip=
|
||||
xxl.job.executor.port=31001
|
||||
xxl.job.executor.logpath=logs/xxl-job/jobhandler
|
||||
xxl.job.executor.logretentiondays=3
|
||||
xxl.job.accessToken=25365115eed84e9ba5e0040abb255a09
|
||||
|
||||
xxl.job.admin.addresses = http://10.6.48.226:10001/xxl-job-admin
|
||||
xxl.job.executor.appname = ${spring.application.name}
|
||||
xxl.job.executor.ip =
|
||||
xxl.job.executor.port = 40301
|
||||
xxl.job.executor.logpath = logs/xxl-job/jobhandler
|
||||
xxl.job.executor.logretentiondays = 30
|
||||
xxl.job.accessToken = 25365115eed84e9ba5e0040abb255a09
|
||||
|
||||
exhibition.channel.id=52399
|
||||
recommended.channel.id=52400
|
||||
|
||||
wx.pay.privateKeyPath=D:\\weixin\\apiclient_key.pem
|
||||
|
||||
aliyun.accessKeyId=LTAI5tQ6QBnWaB5LaJYz6zcD
|
||||
aliyun.accessKeySecret=spqsOgtfr54cwK861O3N3fInydTgjA
|
||||
|
||||
cool.app.id=80685
|
||||
coolstore.page.domain=https://t2store.coolstore.cn
|
||||
coolstore.page.domain=https://tstore.coolstore.cn
|
||||
|
||||
xfsg.url=https://inf-test.xianfengsg.com/InfService
|
||||
|
||||
@@ -84,6 +85,51 @@ aliyun.sms.accessKeySecret=WIMjO4BjVg3YAHwmplq86yOyS2HMpa
|
||||
aliyun.sms.signName=酷店掌
|
||||
|
||||
mybatis.configuration.variables.enterpriseId=5558ce7a3aa84e3590392fcaa8697ffb
|
||||
enterprise.dingCorpId=ding0006ae30cf81071ea1320dcb25e91351
|
||||
enterprise.dingCorpId=wpayJeDAAAhGIFgUJpJN-zg39JuNbYhg
|
||||
|
||||
##qywx.task.notice.url1=https://tstore-api.coolstore.cn/notice?corpId=%s&appType=%s&target=%s
|
||||
qywx.task.notice.url2=https://tstore-h5.coolstore.cn/?corpId=%s&appType=%s#/notice?target=%s¬iceType=zx&corpId=%s&appType=%s&eid=%s
|
||||
|
||||
#机会点地址
|
||||
third.party.appKey=IGSAEQoakR2HEaYx
|
||||
third.party.appSecret=aPsA99K1obFeFm3m
|
||||
zx.opportunity.url=https://snp.wenmatech.com/
|
||||
|
||||
#大数据地址
|
||||
zx.big.data.url=https://ds.zhengxinfood.com/
|
||||
zx.big.data.appKey=ff203b5567744feaaae49fb86f58c5bf
|
||||
zx.big.data.appSecret=35b8b9a400b4430fa022190be0913cd6
|
||||
|
||||
#火吗POS
|
||||
api.auth.url=https://api.hmdzg.top
|
||||
api.auth.username=VA59C0ubfcpcVpl
|
||||
api.auth.secret=H9YKHF6R7N16Fvy
|
||||
|
||||
#新管家账号
|
||||
xgj.api.auth.url=http://117.139.13.24:11180
|
||||
xgj.api.auth.username=6446346061e043e392dd53c9c8d1af0b
|
||||
xgj.api.auth.secret=3ba6e4c5632547b8b2b3acefe08667bb
|
||||
xgj.api.token.url=http://117.139.13.24:29000
|
||||
|
||||
#云流水账号
|
||||
#yls.api.auth.url=http://scm330-test.366ec.net
|
||||
#yls.api.auth.username=096d4009072c927c
|
||||
#yls.api.auth.secret=3b56198f096d4009072c927c96fbc8b6
|
||||
|
||||
yls.api.auth.url=http://yuanguiwuliu.com
|
||||
yls.api.auth.username=096d4009072c927c
|
||||
yls.api.auth.secret=3b56198f096d4009072c927c96fbc8b6
|
||||
|
||||
#新掌柜账号
|
||||
xzg.api.auth.url=http://webapi.zhengxinfood.com
|
||||
|
||||
zx.food.url=https://datacenter.zhengxinfood.com
|
||||
|
||||
cool.api.appKey=k8J7fG2qR5tY9vX3
|
||||
cool.api.secret=wP4sN6dL8zK2xM9c
|
||||
|
||||
#maozhejun userID
|
||||
special.user.id=wpayJeDAAAhGIFgUJpJN-zg39JuNbYhg_woayJeDAAA0TC8mkCJeXouw94hYA-D3Q
|
||||
|
||||
ask.bot.url=https://test.auth.wx.askbot.cn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user