|
@@ -768,7 +768,7 @@ class ReadOauth
|
|
|
$param = $request->except('_url');
|
|
|
if (isset($param['bid'])) unset($param['bid']);
|
|
|
if(isset($param['bid'])) unset($param['bid']);
|
|
|
- unset($param['from_type']);
|
|
|
+ //unset($param['from_type']);
|
|
|
$other_str = 'r=1';
|
|
|
if($param){
|
|
|
$other_str = http_build_query($param);
|