Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
ic_server_welfare
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
70107b40
authored
Sep 02, 2019
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加请求参数
parent
2f40c610
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
app/Http/Controllers/UserIntegralsController.php
storage/laravels.json
storage/laravels.pid
app/Http/Controllers/UserIntegralsController.php
View file @
70107b40
...
...
@@ -86,7 +86,14 @@ class UserIntegralsController extends Controller
return
Log
::
Info
(
'批量修改参数不是数组'
);
}
$data
=
[
'status'
=>
(
int
)
$request
->
status
,
'update_time'
=>
time
()];
$data
=
[
'status'
=>
(
int
)
$request
->
status
,
'update_time'
=>
time
(),
'audit_time'
=>
time
(),
'audit_id'
=>
$request
->
get
(
'audit_id'
),
'audit_reason'
=>
$request
->
get
(
'audit_reason'
),
'audit_email'
=>
$request
->
get
(
'audit_email'
),
];
$res
=
$userIntegral
->
batchUpdateStatus
(
$ids
,
$data
);
if
(
$res
)
{
...
...
storage/laravels.json
View file @
70107b40
This diff is collapsed.
Click to expand it.
storage/laravels.pid
View file @
70107b40
9913
\ No newline at end of file
3309
\ No newline at end of file
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