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
0ee9c9e9
Commit
0ee9c9e9
authored
Jun 19, 2018
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
bc75aed3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
Index.php
application/app_broker/controller/Index.php
+10
-2
No files found.
application/app_broker/controller/Index.php
View file @
0ee9c9e9
...
@@ -64,14 +64,22 @@ class Index
...
@@ -64,14 +64,22 @@ class Index
die
();
die
();
}
else
{
}
else
{
//绑定页
//绑定页
header
(
"Location:"
.
CURRENT_URL
.
"app/dist/index.html#/inviteRegister?referrer_id=160&referrer_source=10"
);
$url
=
"referrer_id=160&referrer_source=10&wx_union_id="
.
$wx_union_id
.
"&device_id="
.
$this
->
createOrderNumber
();
header
(
"Location:"
.
CURRENT_URL
.
"app/dist/index.html#/inviteRegister?"
.
$url
);
die
();
die
();
}
}
}
}
}
}
}
}
/**
* 随机数
* @return string
*/
private
function
createOrderNumber
()
{
return
time
()
.
mt_rand
(
10000
,
99999
);
}
public
function
achieve_fork
()
public
function
achieve_fork
()
{
{
return
view
(
'index/achieve_fork'
);
return
view
(
'index/achieve_fork'
);
...
...
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