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
951b0098
Commit
951b0098
authored
Jan 07, 2019
by
zw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
c4d9bb38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
User.php
application/api_broker/controller/User.php
+8
-6
No files found.
application/api_broker/controller/User.php
View file @
951b0098
...
...
@@ -736,10 +736,10 @@ class User extends Basic
public
function
userDetail
()
{
$params
=
$this
->
params
;
$params
=
array
(
/*
$params = array(
"user_id" => 187,
"agent_id" => 1,
);
);
*/
if
(
!
isset
(
$params
[
'user_id'
])
||
!
isset
(
$params
[
'agent_id'
]))
{
return
$this
->
response
(
"101"
,
"参数不全"
);
...
...
@@ -760,9 +760,11 @@ class User extends Basic
}
/**
* 客户动态
/**客户动态
* @return \think\Response
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public
function
userLog
(){
$params
=
$this
->
params
;
...
...
@@ -823,10 +825,10 @@ class User extends Basic
public
function
userDetailFull
()
{
$params
=
$this
->
params
;
$params
=
array
(
/*
$params = array(
"user_id" => 187,
"agent_id" => 1,
);
);
*/
if
(
!
isset
(
$params
[
'user_id'
])
||
!
isset
(
$params
[
'agent_id'
]))
{
return
$this
->
response
(
"101"
,
"参数不全"
);
...
...
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