wugg 7 kuukautta sitten
vanhempi
commit
ca801eee4d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      app/bug/controller/WechatPush.php

+ 2 - 2
app/bug/controller/WechatPush.php

@@ -84,8 +84,8 @@ class WechatPush extends Base{
 
     public function getList(){
         $post = $this->request->param([
-            "page"=>"",
-            "size"=>"",
+            "page"=>1,
+            "size"=>15,
             "push_name"=>"",
             "belong"=>"",
             ],"post","trim");