liumiaomiao 4 months ago
parent
commit
dc0278ecac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/webapi.py

+ 1 - 1
lib/webapi.py

@@ -155,7 +155,7 @@ class APIMgr():
               "buyerTel": "",
               "winnerTel": ""
             }
-        response = session.post(f"{cfg.target_host}/jyapi/jybx/core/mType/searchList", headers=headers, data=data,timeout=10)
+        response = session.post(f"{cfg.target_host}/jyapi/jybx/core/mType/searchList", headers=headers, params=data,timeout=10)
         print(response)
         return response