作者 郭文星

123

... ... @@ -208,7 +208,7 @@ class Index extends Api
$data=['wid'=>$id];
$res =HttpHelper::postheader($url,$data,"",$token);
$res=json_decode($res,true);
return $this->success($res['message'],$res['data']);
return $res;
}
}
\ No newline at end of file
... ...