作者 郭文星

123

... ... @@ -22,7 +22,7 @@ class Index extends Api
public function index()
{
$res=$this->senWxmsgToDriverUser(376);
$this->success('请求成功');
$this->success('请求成功',$res);
}
... ...