Explorar el Código

post改为get

zhanghongrui hace 2 años
padre
commit
e8d8410cc9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/maillist/serch/maillist_serch.js

+ 1 - 1
pages/maillist/serch/maillist_serch.js

@@ -51,7 +51,7 @@ Page({
 
 
   loadData(data){
-    http.send_post("/system/AppPBookController/getPBookList", data, this.getBookListSuccess)
+    http.send_get("/system/AppPBookController/getPBookList", data, this.getBookListSuccess)
   },
   getBookListSuccess(res) {