You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$results = $wf->results();
if ( count( $results ) == 0 ):
$wf->result( 'alfredworkflow_500', 'Please make sure your internet works well.', 'No response, try again!', 'Please make sure your internet works well.', 'icon.png' );
endif;
尝试了代理和非代理均无法成功
总是走到最后 result 的 count 为0