|
@@ -26,9 +26,7 @@ class User extends BaseController {
|
|
|
'avatar' => input('avatar'),
|
|
|
'key' => md5(input('unionid').CommonService::getSetData($channelId)['channel_auth_code'])
|
|
|
];
|
|
|
- var_dump(input());
|
|
|
- die();
|
|
|
-// Session::set('wxId',input('unionid'));
|
|
|
+ Session::set('wxId',input('unionid'));
|
|
|
header('Location:http://mudu.tv/activity.php?a=userAssign&'.http_build_query($params));
|
|
|
}
|
|
|
|