|
@@ -756,8 +756,8 @@ class ReadOauth
|
|
|
|
|
|
private function yqTest(Request $request, $uid,$channel_id)
|
|
|
{
|
|
|
- if (!$request->has('from_type')) return '';
|
|
|
- $from_type = $request->get('from_type');
|
|
|
+ if (!$request->has('fromtype')) return '';
|
|
|
+ $from_type = $request->get('fromtype');
|
|
|
if(empty($from_type)){
|
|
|
return '';
|
|
|
}
|