Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵增煜
/
tzt-admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
515b911f
authored
Nov 18, 2024
by
赵增煜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加短信模板
parent
6a6bbd65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
config/sms.php
+4
-3
No files found.
config/sms.php
View file @
515b911f
...
...
@@ -6,9 +6,9 @@
'password'
=>
env
(
'SMS_PASSWORD'
),
],
"templates"
=>
[
'verification_code'
=>
'【同知堂】您的验证码是::code,请在
5
分钟内使用。'
,
'
order_confirmation'
=>
'【同知堂】您的订单号为::order_id,订单总金额为::amount 元
。'
,
'
shipping_notification'
=>
'【同知堂】您的订单已发货,物流单号为::tracking_number
。'
,
'verification_code'
=>
'【同知堂】您的验证码是::code,请在
2
分钟内使用。'
,
'
doctor_notification'
=>
'【同知堂】您有一条处方需要开方
。'
,
'
pharmacist_notification'
=>
'【同知堂】您有一条处方需要审方
。'
,
// 添加更多模板...
]
];
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment