|
|
@@ -4,7 +4,7 @@ spring:
|
|
|
application:
|
|
|
name: mdm-server-dkic-b1
|
|
|
profiles:
|
|
|
- active: @environment@
|
|
|
+ active: dev
|
|
|
cloud:
|
|
|
nacos:
|
|
|
config:
|
|
|
@@ -91,8 +91,10 @@ swagger:
|
|
|
wx:
|
|
|
code2Session: https://qyapi.weixin.qq.com/cgi-bin/miniprogram/jscode2session?
|
|
|
accessToken: https://qyapi.weixin.qq.com/cgi-bin/gettoken?
|
|
|
- appId: wx414cffd0fc05e151
|
|
|
- appSecret: 868ec372b9da961eb42989559bc9ccc5
|
|
|
+ # 小程序的appid
|
|
|
+ appId: wxe27c8f5249b7aeab
|
|
|
+ # 小程序的appSecret
|
|
|
+ appSecret: 9bd0efa102f148ff4ca09a1152310555
|
|
|
apiUrl: https://api.weixin.qq.com/sns/jscode2session?
|
|
|
# 企信企业id
|
|
|
corpid: ww796c5d1684937b2f
|
|
|
@@ -104,6 +106,16 @@ wx:
|
|
|
edit_corp_tag: https://qyapi.weixin.qq.com/cgi-bin/externalcontact/edit_corp_tag?access_token=
|
|
|
# 删除企业客户标签
|
|
|
del_corp_tag: https://qyapi.weixin.qq.com/cgi-bin/externalcontact/del_corp_tag?access_token=
|
|
|
+ # 公众号发送消息的api
|
|
|
+ uniform_send: https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=
|
|
|
+ # 公众号发送消息的api-对应获取token
|
|
|
+ token: http://ibossmp.dongkesoft.com:9000/get_access_token
|
|
|
+ # 公众号的appid appSecret 东科软件 公众号
|
|
|
+ wxPublicAccountAppId: wx6bb9335b534f7b28
|
|
|
+ wxPublicAccountAppSecret: 78a99837c113756599d1748b813ca698
|
|
|
+ templateId: V5Ju7-8BfDKJJm1HgH4j5km68rPs777pMVJ0_MKqR00
|
|
|
+
|
|
|
+
|
|
|
# 支付的信息
|
|
|
pay:
|
|
|
# 商户号 微信支付
|
|
|
@@ -148,12 +160,21 @@ xxl:
|
|
|
addresses: http://s.dev01.dkiboss.com:16100
|
|
|
accessToken:
|
|
|
executor:
|
|
|
- appname: mes-mdm
|
|
|
+ appname: xxl-job-mini-customer-reminder
|
|
|
address:
|
|
|
ip:
|
|
|
- port: 16001
|
|
|
+ port: 16111
|
|
|
logpath: /data/applogs/xxl-job/jobhandler
|
|
|
logretentiondays: 30
|
|
|
+ info:
|
|
|
+ plan:
|
|
|
+ job-desc: 跟进任务提醒
|
|
|
+ executo-handler: plan-reminder
|
|
|
+ follow:
|
|
|
+ job-desc: 客户跟进提醒
|
|
|
+ executo-handler: customer-reminder
|
|
|
+ job-group: 1
|
|
|
+ server-url: ${xxl.job.admin.addresses}
|
|
|
|
|
|
|
|
|
pdf-folder: C:\Users\admin\Desktop\pdf\
|