Commit 515b911f by 赵增煜

增加短信模板

parent 6a6bbd65
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
'password' => env('SMS_PASSWORD'), 'password' => env('SMS_PASSWORD'),
], ],
"templates"=>[ "templates"=>[
'verification_code' => '【同知堂】您的验证码是::code,请在5分钟内使用。', 'verification_code' => '【同知堂】您的验证码是::code,请在2分钟内使用。',
'order_confirmation' => '【同知堂】您的订单号为::order_id,订单总金额为::amount 元。', 'doctor_notification' => '【同知堂】您有一条处方需要开方。',
'shipping_notification' => '【同知堂】您的订单已发货,物流单号为::tracking_number。', 'pharmacist_notification' => '【同知堂】您有一条处方需要审方。',
// 添加更多模板... // 添加更多模板...
] ]
]; ];
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment