删除不需要的配置
This commit is contained in:
@ -82,14 +82,6 @@ file:
|
|||||||
yshop:
|
yshop:
|
||||||
#通知相关配置
|
#通知相关配置
|
||||||
notify:
|
notify:
|
||||||
mail:
|
|
||||||
# 邮件通知配置,邮箱一般用于接收业务通知例如收到新的订单,sendto 定义邮件接收者,通常为商城运营人员
|
|
||||||
enable: false
|
|
||||||
host: smtp.exmail.qq.com
|
|
||||||
username: ex@ex.com.cn
|
|
||||||
password: XXXXXXXXXXXXX
|
|
||||||
sendfrom: ex@ex.com.cn
|
|
||||||
sendto: ex@qq.com
|
|
||||||
|
|
||||||
# 短消息模版通知配置
|
# 短消息模版通知配置
|
||||||
# 短信息用于通知客户,例如发货短信通知,注意配置格式;template-name,template-templateId 请参考 NotifyType 枚举值
|
# 短信息用于通知客户,例如发货短信通知,注意配置格式;template-name,template-templateId 请参考 NotifyType 枚举值
|
||||||
@ -98,7 +90,7 @@ yshop:
|
|||||||
# 如果是腾讯云短信,则设置active的值tencent
|
# 如果是腾讯云短信,则设置active的值tencent
|
||||||
# 如果是阿里云短信,则设置active的值aliyun
|
# 如果是阿里云短信,则设置active的值aliyun
|
||||||
active: tencent
|
active: tencent
|
||||||
sign: litemall
|
sign: yshop
|
||||||
template:
|
template:
|
||||||
- name: paySucceed
|
- name: paySucceed
|
||||||
templateId: 156349
|
templateId: 156349
|
||||||
|
@ -91,15 +91,6 @@ file:
|
|||||||
yshop:
|
yshop:
|
||||||
#通知相关配置
|
#通知相关配置
|
||||||
notify:
|
notify:
|
||||||
mail:
|
|
||||||
# 邮件通知配置,邮箱一般用于接收业务通知例如收到新的订单,sendto 定义邮件接收者,通常为商城运营人员
|
|
||||||
enable: false
|
|
||||||
host: smtp.exmail.qq.com
|
|
||||||
username: ex@ex.com.cn
|
|
||||||
password: XXXXXXXXXXXXX
|
|
||||||
sendfrom: ex@ex.com.cn
|
|
||||||
sendto: ex@qq.com
|
|
||||||
|
|
||||||
# 短消息模版通知配置
|
# 短消息模版通知配置
|
||||||
# 短信息用于通知客户,例如发货短信通知,注意配置格式;template-name,template-templateId 请参考 NotifyType 枚举值
|
# 短信息用于通知客户,例如发货短信通知,注意配置格式;template-name,template-templateId 请参考 NotifyType 枚举值
|
||||||
sms:
|
sms:
|
||||||
@ -107,7 +98,7 @@ yshop:
|
|||||||
# 如果是腾讯云短信,则设置active的值tencent
|
# 如果是腾讯云短信,则设置active的值tencent
|
||||||
# 如果是阿里云短信,则设置active的值aliyun
|
# 如果是阿里云短信,则设置active的值aliyun
|
||||||
active: tencent
|
active: tencent
|
||||||
sign: litemall
|
sign: yshop
|
||||||
template:
|
template:
|
||||||
- name: paySucceed
|
- name: paySucceed
|
||||||
templateId: 156349
|
templateId: 156349
|
||||||
@ -126,20 +117,6 @@ yshop:
|
|||||||
accessKeySecret: xxx
|
accessKeySecret: xxx
|
||||||
|
|
||||||
|
|
||||||
# 微信模版通知配置
|
|
||||||
# 微信模版用于通知客户或者运营者,注意配置格式;template-name,template-templateId 请参考 NotifyType 枚举值
|
|
||||||
wx:
|
|
||||||
enable: false
|
|
||||||
template:
|
|
||||||
- name: paySucceed
|
|
||||||
templateId: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
||||||
- name: captcha
|
|
||||||
templateId: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
||||||
- name: ship
|
|
||||||
templateId: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
||||||
- name: refund
|
|
||||||
templateId: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
||||||
|
|
||||||
# 快鸟物流查询配置
|
# 快鸟物流查询配置
|
||||||
express:
|
express:
|
||||||
enable: true
|
enable: true
|
||||||
|
Reference in New Issue
Block a user