Commit e650e460 authored by liuyuzhen's avatar liuyuzhen

短信功能

parent 125b3068
......@@ -44,7 +44,7 @@ class CartController extends \Our\Controller_AbstractApi{
//获取购物车为空时的广告位
$advService = \Business\Common\AdvServiceModel::getInstance();
$emptyCartAdvs = $advService->getEmptyCartAdvs();
$cartList['advs'] = $emptyCartAdvs;
$cartList['advs'] = $emptyCartAdvs?$emptyCartAdvs:array();
$this->success($cartList);
}
......
......@@ -76,10 +76,9 @@ class SmsTemplateConst{
),
//尊敬的${storename},您的店铺由于${reason}无法通过审核,请登录商户后台查看。
'storeCheckUnpass'=> array(
'templateId'=>'SMS_151547302',
'templateId'=>'SMS_154495028',
'parameters'=>array(
'storename',
'reason'
'storename'
)
)
......
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