作者 郭文星

123

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