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
5a190cec
Commit
5a190cec
authored
Jun 14, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9e7f24f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Broker.php
application/api_broker/controller/Broker.php
+1
-1
BrokerValidate.php
application/api_broker/validate/BrokerValidate.php
+2
-1
No files found.
application/api_broker/controller/Broker.php
View file @
5a190cec
...
...
@@ -488,7 +488,7 @@ class Broker extends Basic
return
$this
->
response
(
"101"
,
"身份验证失败!"
);
}
$entrust_type
=
$params
[
"entrust_type"
];
$entrust_type
=
$params
[
"entrust_type"
]
?
$params
[
"entrust_type"
]
:
0
;
$result
=
[];
if
(
$entrust_type
==
0
){
$s_phone_follow_up
=
new
UPhoneFollowUpTemporary
(
$this
->
siteId
);
...
...
application/api_broker/validate/BrokerValidate.php
View file @
5a190cec
...
...
@@ -40,6 +40,7 @@ class BrokerValidate extends Validate
protected
$scene
=
[
// 'add_phone_follow_up_verify' => [ 'labels_id', 'user_id', 'agent_id', 'user_status', 'type' ],
'add_phone_follow_up_verify'
=>
[
'labels_id'
,
'agent_id'
,
'type'
,
'entrust_type'
],
// 'add_phone_follow_up_verify' => ['labels_id', 'agent_id', 'type', 'entrust_type'],
'add_phone_follow_up_verify'
=>
[
'labels_id'
,
'agent_id'
,
'type'
],
];
}
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