|
|
@ -23,9 +23,9 @@ class SsgController extends BaseController {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$promoteId = I("promote_id", 0);
|
|
|
|
$promoteId = I("promote_id", 0);
|
|
|
|
$user = session("user_auth");
|
|
|
|
$user = session("user_auth");
|
|
|
|
// if ($user) {
|
|
|
|
if ($user) {
|
|
|
|
// redirect(U("ssg/index", array('promete_id' => $promoteId)));
|
|
|
|
redirect(U("ssg/index", array('promete_id' => $promoteId)));
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// /*if (!$promoteId) {
|
|
|
|
// /*if (!$promoteId) {
|
|
|
|
// echo "链接失效,请重新向推广员索取链接。";
|
|
|
|
// echo "链接失效,请重新向推广员索取链接。";
|
|
|
|