Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
c5884306e61a4aff27d799f02bc00b2cbb40050f
1 parent
be8532e3
update order address
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
c588430
...
...
@@ -1177,6 +1177,8 @@ class HomeController extends AbstractAction
$result
=
array
(
'code'
=>
400
,
'message'
=>
'缺失必填项'
,
'data'
=>
''
);
break
;
}
//address_id解密
$address_id
=
Encryption
::
decrypt
(
$address_id
);
$result
=
OrderData
::
updateDeliveryAddress
(
$order_code
,
$address_id
);
if
(
!
isset
(
$result
[
'code'
]))
{
break
;
...
...
Please
register
or
login
to post a comment