Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenchuanwen
my-yaf-project
Commits
e650e460
Commit
e650e460
authored
Dec 29, 2018
by
liuyuzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
短信功能
parent
125b3068
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
Cart.php
application/controllers/Cart.php
+1
-1
SmsTemplateConst.php
application/library/Our/SmsTemplateConst.php
+2
-3
No files found.
application/controllers/Cart.php
View file @
e650e460
...
@@ -44,7 +44,7 @@ class CartController extends \Our\Controller_AbstractApi{
...
@@ -44,7 +44,7 @@ class CartController extends \Our\Controller_AbstractApi{
//获取购物车为空时的广告位
//获取购物车为空时的广告位
$advService
=
\Business\Common\AdvServiceModel
::
getInstance
();
$advService
=
\Business\Common\AdvServiceModel
::
getInstance
();
$emptyCartAdvs
=
$advService
->
getEmptyCartAdvs
();
$emptyCartAdvs
=
$advService
->
getEmptyCartAdvs
();
$cartList
[
'advs'
]
=
$emptyCartAdvs
;
$cartList
[
'advs'
]
=
$emptyCartAdvs
?
$emptyCartAdvs
:
array
()
;
$this
->
success
(
$cartList
);
$this
->
success
(
$cartList
);
}
}
...
...
application/library/Our/SmsTemplateConst.php
View file @
e650e460
...
@@ -76,10 +76,9 @@ class SmsTemplateConst{
...
@@ -76,10 +76,9 @@ class SmsTemplateConst{
),
),
//尊敬的${storename},您的店铺由于${reason}无法通过审核,请登录商户后台查看。
//尊敬的${storename},您的店铺由于${reason}无法通过审核,请登录商户后台查看。
'storeCheckUnpass'
=>
array
(
'storeCheckUnpass'
=>
array
(
'templateId'
=>
'SMS_15
1547302
'
,
'templateId'
=>
'SMS_15
4495028
'
,
'parameters'
=>
array
(
'parameters'
=>
array
(
'storename'
,
'storename'
'reason'
)
)
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment