Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
yunxin
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
3b7c7e01
authored
May 18, 2020
by
huangchengyi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
2.0
parent
d1a795a1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
app/Http/Controllers/ServerController.php
app/Http/Controllers/ServerController.php
View file @
3b7c7e01
...
...
@@ -40,7 +40,7 @@ class ServerController extends Controller
//联营数据导出服务
public
function
goodsComListServer
(
$info
){
$res
=
ExportModel
::
GoodsComListExport
(
json_decode
(
$info
,
true
));
return
$res
;
return
json_encode
(
$res
)
;
}
##########################
/*
...
...
@@ -54,7 +54,7 @@ class ServerController extends Controller
//自营数据导出服务
public
function
goodsListServer
(
$info
){
$res
=
ExportModel
::
GoodsListExport
(
json_decode
(
$info
,
true
));
return
$res
;
return
json_encode
(
$res
)
;
}
##########################
/*
...
...
@@ -68,7 +68,7 @@ class ServerController extends Controller
//自营数据导出服务
public
function
orderListServer
(
$info
){
$res
=
ExportModel
::
OrderListExport
(
json_decode
(
$info
,
true
));
return
$res
;
return
json_encode
(
$res
)
;
}
##########################
/*
...
...
@@ -82,7 +82,7 @@ class ServerController extends Controller
//自营数据导出服务
public
function
putawayListServer
(
$info
){
$res
=
ExportModel
::
PutawayListExport
(
json_decode
(
$info
,
true
));
return
$res
;
return
json_encode
(
$res
)
;
}
...
...
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