智慧教务系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
389 B

<?php
return [
//手机验证码
'verify_code' => [
'content' => '您的手机验证码{code},请不要轻易告诉其他人'
],
'member_verify_code' => [
'content' => '您的手机验证码{code},请不要轻易告诉其他人',
],
'recharge_success' => [
'content' => '您充值金额¥{price}, 充值后金额¥{balance}',
]
];