ezKit 1.11.2__py3-none-any.whl → 1.11.3__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- ezKit/qywx.py +2 -1
- {ezKit-1.11.2.dist-info → ezKit-1.11.3.dist-info}/METADATA +1 -1
- {ezKit-1.11.2.dist-info → ezKit-1.11.3.dist-info}/RECORD +6 -6
- {ezKit-1.11.2.dist-info → ezKit-1.11.3.dist-info}/LICENSE +0 -0
- {ezKit-1.11.2.dist-info → ezKit-1.11.3.dist-info}/WHEEL +0 -0
- {ezKit-1.11.2.dist-info → ezKit-1.11.3.dist-info}/top_level.txt +0 -0
ezKit/qywx.py
CHANGED
@@ -60,8 +60,9 @@ class QYWX:
|
|
60
60
|
# Token: https://developer.work.weixin.qq.com/document/path/90665#access-token
|
61
61
|
access_token: str = ""
|
62
62
|
|
63
|
-
def __init__(self, work_id: str, agent_id: str, agent_secret: str):
|
63
|
+
def __init__(self, work_id: str, agent_id: str, agent_secret: str, api_prefix: str = "https://qyapi.weixin.qq.com"):
|
64
64
|
"""Initiation"""
|
65
|
+
self.api_prefix = api_prefix
|
65
66
|
self.work_id = work_id
|
66
67
|
self.agent_id = agent_id
|
67
68
|
self.agent_secret = agent_secret
|
@@ -6,14 +6,14 @@ ezKit/cipher.py,sha256=0T_StbjiNI4zgrjVgcfU-ffKgu1waBA9UDudAnqFcNM,2896
|
|
6
6
|
ezKit/database.py,sha256=r5YNoEzeOeVTlEWI99xXtHTmPZ73_DopS8DTzZk8Lts,12432
|
7
7
|
ezKit/http.py,sha256=ysXzqXFi9zmuVKINbYGwmf9Q5xDVW_DZWrSh6HSVq8M,1800
|
8
8
|
ezKit/mongo.py,sha256=l3jRMmoGrTm16OG4daSCn0JLU1nbYAmTtHokwjLXzoA,2390
|
9
|
-
ezKit/qywx.py,sha256=
|
9
|
+
ezKit/qywx.py,sha256=dGChIIf2V81MwufcPn6hwgSenPuxqK994KRH7ECT-CM,10387
|
10
10
|
ezKit/redis.py,sha256=tdiqfizPYQQTIUumkJGUJsJVlv0zVTSTYGQN0QutYs4,1963
|
11
11
|
ezKit/sendemail.py,sha256=tRXCsJm_RfTJ9xEWe_lTQ5kOs2JxHGPXvq0oWA7prq0,7263
|
12
12
|
ezKit/token.py,sha256=HKREyZj_T2S8-aFoFIrBXTaCKExQq4zE66OHXhGHqQg,1750
|
13
13
|
ezKit/utils.py,sha256=a2RiwOjO83Wi4GmyBRLI1UreaVgNLL66Snbq0HnI37c,42501
|
14
14
|
ezKit/xftp.py,sha256=XyIdr_2rxRVLqPofG6fIYWhAMVsFwTyp46dg5P9FLW4,7774
|
15
|
-
ezKit-1.11.
|
16
|
-
ezKit-1.11.
|
17
|
-
ezKit-1.11.
|
18
|
-
ezKit-1.11.
|
19
|
-
ezKit-1.11.
|
15
|
+
ezKit-1.11.3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
16
|
+
ezKit-1.11.3.dist-info/METADATA,sha256=DdwCdJ3vRgC-lWWRYXxG7viLD_44xAkZQVngFvwEFlk,191
|
17
|
+
ezKit-1.11.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
18
|
+
ezKit-1.11.3.dist-info/top_level.txt,sha256=aYLB_1WODsqNTsTFWcKP-BN0KCTKcV-HZJ4zlHkCFw8,6
|
19
|
+
ezKit-1.11.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|