Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0d651dd5
authored
Jan 18, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整下载合同
parent
2ecf7389
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
app/Http/Controllers/OrderController.php
app/Http/Controllers/OrderController.php
View file @
0d651dd5
...
@@ -527,11 +527,6 @@ Class OrderController extends Controller
...
@@ -527,11 +527,6 @@ Class OrderController extends Controller
if
(
$request
->
isMethod
(
'post'
))
{
if
(
$request
->
isMethod
(
'post'
))
{
$order_id
=
$request
->
input
(
'order_id'
);
$order_id
=
$request
->
input
(
'order_id'
);
if
(
!
$actionLog
){
errorLog
(
Error
::
E_ADD_FAILED
,
'添加操作记录失败'
);
return
[
'errcode'
=>
Error
::
E_ADD_FAILED
,
'errmsg'
=>
'添加操作记录失败'
];
}
$apiUrl
=
Config
(
'website.api_domain'
);
$apiUrl
=
Config
(
'website.api_domain'
);
$k1
=
time
();
$k1
=
time
();
$k2
=
md5
(
md5
(
$k1
)
.
'fh6y5t4rr351d2c3bryi'
);
$k2
=
md5
(
md5
(
$k1
)
.
'fh6y5t4rr351d2c3bryi'
);
...
@@ -541,6 +536,11 @@ Class OrderController extends Controller
...
@@ -541,6 +536,11 @@ Class OrderController extends Controller
$OrderActionLogModel
=
new
OrderActionLogModel
();
$OrderActionLogModel
=
new
OrderActionLogModel
();
$actionLog
=
$OrderActionLogModel
->
addLog
(
$order_id
,
$request
->
user
->
userId
,
2
,
'下载合同'
);
$actionLog
=
$OrderActionLogModel
->
addLog
(
$order_id
,
$request
->
user
->
userId
,
2
,
'下载合同'
);
if
(
!
$actionLog
){
errorLog
(
Error
::
E_ADD_FAILED
,
'添加操作记录失败'
);
return
[
'errcode'
=>
Error
::
E_ADD_FAILED
,
'errmsg'
=>
'添加操作记录失败'
];
}
return
[
'errcode'
=>
0
,
'errmsg'
=>
''
,
'data'
=>
$downLoadUrl
];
return
[
'errcode'
=>
0
,
'errmsg'
=>
''
,
'data'
=>
$downLoadUrl
];
}
}
}
}
...
...
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