|
@@ -1460,6 +1460,14 @@ class APIMgr():
|
|
header = GSTORE['headers']
|
|
header = GSTORE['headers']
|
|
response = self.s.post(f"{cfg.target_host}/jyapi/domain/userAuthInfo",headers=header)
|
|
response = self.s.post(f"{cfg.target_host}/jyapi/domain/userAuthInfo",headers=header)
|
|
return response
|
|
return response
|
|
|
|
+ #删除使用人员
|
|
|
|
+ def deluseperson(self):
|
|
|
|
+ headers = GSTORE['headers']
|
|
|
|
+ json = {
|
|
|
|
+ "entniche_power_id": 35272
|
|
|
|
+ }
|
|
|
|
+ response = self.s.post(f"{cfg.target_host}/jyapi/entManageApplication/delUsePerson", headers=headers ,json=json)
|
|
|
|
+ return response
|
|
|
|
|
|
#pc/微信招标采购搜索-数据导出
|
|
#pc/微信招标采购搜索-数据导出
|
|
def pc_wx_searchExport(self):
|
|
def pc_wx_searchExport(self):
|