作者 郭文星

123

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