Commit 09bd2722 authored by Junling Bu's avatar Junling Bu
Browse files

chore

parent 488a830e
...@@ -61,8 +61,10 @@ litemall: ...@@ -61,8 +61,10 @@ litemall:
# 短信息用于通知客户,例如发货短信通知,注意配置格式;template-name,template-templateId 请参考 NotifyType 枚举值 # 短信息用于通知客户,例如发货短信通知,注意配置格式;template-name,template-templateId 请参考 NotifyType 枚举值
sms: sms:
enable: false enable: false
appid: 111111111 # 如果是腾讯云短信,则设置active的值tencent
appkey: xxxxxxxxxxxxxx # 如果是阿里云短信,则设置active的值aliyun
active: tencent
sign: litemall
template: template:
- name: paySucceed - name: paySucceed
templateId: 156349 templateId: 156349
...@@ -72,6 +74,13 @@ litemall: ...@@ -72,6 +74,13 @@ litemall:
templateId: 158002 templateId: 158002
- name: refund - name: refund
templateId: 159447 templateId: 159447
tencent:
appid: 111111111
appkey: xxxxxxxxxxxxxx
aliyun:
regionId: xxx
accessKeyId: xxx
accessKeySecret: xxx
# 微信模版通知配置 # 微信模版通知配置
# 微信模版用于通知客户或者运营者,注意配置格式;template-name,template-templateId 请参考 NotifyType 枚举值 # 微信模版用于通知客户或者运营者,注意配置格式;template-name,template-templateId 请参考 NotifyType 枚举值
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment