Commit 5111c014 authored by christ's avatar christ

Merge branch 'master_dev' of git.shenbd.com:qm-develop/shenbd into ccw

parents a2d02a38 a0c65ce8
......@@ -51,5 +51,37 @@ class SmsTemplateConst{
'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