|
@@ -20,6 +20,7 @@ class User extends BaseController {
|
|
|
'avatar' => input('avatar'),
|
|
|
'key' => md5(input('userid').CommonService::getSetData()['channel_auth_code'])
|
|
|
];
|
|
|
+ session('unionid', input('unionid'));
|
|
|
header('Location:http://mudu.tv/activity.php?a=userAssign&'.http_build_query($params));
|
|
|
}
|
|
|
}
|