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
e8307f0c
Commit
e8307f0c
authored
Mar 01, 2018
by
zfc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跨域
parent
f0d80c7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Client.php
application/api_broker/controller/Client.php
+3
-0
No files found.
application/api_broker/controller/Client.php
View file @
e8307f0c
...
...
@@ -114,6 +114,7 @@ class Client extends Basic
* @throws \think\exception\DbException
*/
public
function
agentUserTb
(){
header
(
'Access-Control-Allow-Origin:*'
);
$table
=
new
Users
;
$data
[
'msg'
]
=
''
;
$time
=
date
(
"Y-m-d H:i:s"
,
time
());
//当前时间
...
...
@@ -163,6 +164,7 @@ class Client extends Basic
* @throws \think\exception\DbException
*/
public
function
agentUserFollow
(){
header
(
'Access-Control-Allow-Origin:*'
);
$table
=
new
UPhoneFollowPp
;
$data
[
'msg'
]
=
''
;
$params
=
$this
->
request
->
param
();
...
...
@@ -208,6 +210,7 @@ class Client extends Basic
* @throws \think\exception\DbException
*/
public
function
getULabelsListApp
()
{
header
(
'Access-Control-Allow-Origin:*'
);
$result
[
'code'
]
=
200
;
$result
[
'msg'
]
=
''
;
...
...
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