Commit a0c65ce8 authored by liuyuzhen's avatar liuyuzhen

短信验证码配置

parent d00ccf23
...@@ -51,5 +51,37 @@ class SmsTemplateConst{ ...@@ -51,5 +51,37 @@ class SmsTemplateConst{
'storename', 'storename',
) )
), ),
//尊敬的${storename},我的身边店已收到您缴纳的保证金${money}。
'depositIncome' => array(
'templateId'=>'SMS_151547289',
'parameters'=>array(
'storename',
'money'
)
),
//尊敬的${storename},我的身边店已原路退回保证金${money}。
'depositOutcome' => array(
'templateId'=>'SMS_151547293',
'parameters'=>array(
'storename',
'money'
)
),
//尊敬的${storename},您的店铺已经审核通过,请登录商户后台查看。
'storeCheckPass'=> array(
'templateId'=>'SMS_151577269',
'parameters'=>array(
'storename'
)
),
//尊敬的${storename},您的店铺由于${reason}无法通过审核,请登录商户后台查看。
'storeCheckUnpass'=> array(
'templateId'=>'SMS_151547302',
'parameters'=>array(
'storename',
'reason'
)
)
); );
} }
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 to comment