ezKit 1.11.2__tar.gz → 1.11.3__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ezKit
3
- Version: 1.11.2
3
+ Version: 1.11.3
4
4
  Summary: Easy Kit
5
5
  Author: septvean
6
6
  Author-email: septvean@gmail.com
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ezKit
3
- Version: 1.11.2
3
+ Version: 1.11.3
4
4
  Summary: Easy Kit
5
5
  Author: septvean
6
6
  Author-email: septvean@gmail.com
@@ -3,7 +3,7 @@ from setuptools import find_packages, setup
3
3
 
4
4
  setup(
5
5
  name='ezKit',
6
- version='1.11.2',
6
+ version='1.11.3',
7
7
  author='septvean',
8
8
  author_email='septvean@gmail.com',
9
9
  description='Easy Kit',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes