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
9c18ebe4
Commit
9c18ebe4
authored
Apr 17, 2019
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
6a8e37a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Square.php
application/api_broker/controller/Square.php
+1
-1
route.php
application/route.php
+1
-1
No files found.
application/api_broker/controller/Square.php
View file @
9c18ebe4
...
...
@@ -68,8 +68,8 @@ class Square extends Basic
public
function
getSquareInfo
(){
header
(
'Access-Control-Allow-Origin:*'
);
$params
=
$this
->
params
;
if
(
!
isset
(
$params
[
'id'
]))
{
return
$this
->
response
(
"101"
,
"参数不全"
);
}
...
...
application/route.php
View file @
9c18ebe4
...
...
@@ -679,7 +679,7 @@ Route::group('broker', [
'agentUserFollow'
=>
[
'api_broker/Client/agentUserFollow'
,
[
'method'
=>
'get'
]],
//客户列表
'agentSearch'
=>
[
'api_broker/Client/agentSearch'
,
[
'method'
=>
'get'
]],
//经纪人搜索
'getULabelsListApp'
=>
[
'api_broker/Client/getULabelsListApp'
,
[
'method'
=>
'get|post'
]],
//客户标签
'getULabelsList'
=>
[
'api_broker/Client/getULabelsListApp'
,
[
'method'
=>
'get|post'
]],
//客户标签
'getULabelsList'
=>
[
'api_broker/Client/getULabelsListApp'
,
[
'method'
=>
'get|post'
]],
//客户标签
'all_user'
=>
[
'api_broker/Client/all_user'
,
[
'method'
=>
'post|get'
]],
//全部客户 朱伟
'inviteList'
=>
[
'api_broker/Client/inviteList'
,
[
'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