Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
hujun
tl_estate
Commits
a176bb48
Commit
a176bb48
authored
Apr 10, 2018
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
11741e0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
OrderLog.php
application/api_broker/controller/OrderLog.php
+4
-4
route.php
application/route.php
+1
-0
No files found.
application/api_broker/controller/OrderLog.php
View file @
a176bb48
...
...
@@ -377,15 +377,15 @@ class OrderLog extends Basic
/**
* @return \think\Response
*/
/* public function searchAgents
()
public
function
searchBargainList
()
{
$params
=
$this
->
params
;
$params = array(
/*
$params = array(
"submit_agent_id" => 1,
"keyword" => "17717536291",
"page_no" => 1,
"page_size" => 15
);
);
*/
if
(
!
isset
(
$params
[
"submit_agent_id"
])
||
!
isset
(
$params
[
"keyword"
]))
{
return
$this
->
response
(
"101"
,
"请求参数错误"
);
...
...
@@ -402,7 +402,7 @@ class OrderLog extends Basic
return
$this
->
response
(
"101"
,
"request error,msg:"
.
$e
);
}
}
*/
}
/**
* 搜索经纪人
...
...
application/route.php
View file @
a176bb48
...
...
@@ -367,6 +367,7 @@ Route::group('broker', [
'bargainDetail'
=>
[
'api_broker/OrderLog/bargainDetail'
,
[
'method'
=>
'get|post'
]
],
'searchAgents'
=>
[
'api_broker/OrderLog/searchAgents'
,
[
'method'
=>
'get'
]
],
'searchBargainList'
=>
[
'api_broker/OrderLog/searchBargainList'
,
[
'method'
=>
'get'
]
],
'appAgentAuth'
=>
[
'api_broker/Report/appAgentAuth'
,
[
'method'
=>
'get'
]
],
...
...
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