Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD]自定义工作台接口 #766

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

jellyfrank
Copy link

新增应用管理中的自定义工作台接口

@jellyfrank jellyfrank closed this Aug 8, 2023
@jellyfrank jellyfrank reopened this Aug 8, 2023
@@ -25,3 +25,4 @@
from wechatpy.work.client.api.kf_message import WeChatKFMessage # NOQA
from wechatpy.work.client.api.export import WeChatExport # NOQA
from wechatpy.work.client.api.living import WeChatLiving # NOQA
from wechatpy.work.client.api.workbench import WeChatWorkBench
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'wechatpy.work.client.api.workbench.WeChatWorkBench' imported but unused

"invite_wx": wx_id
}

return self._post("/kfaccount/inviteworker",data)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing whitespace after ','

@@ -203,3 +203,22 @@ def get_records(self, start_time, end_time, msgid=1, number=10000):
data=record_data,
)
return res

def bind_service_wx(self,account_id,wx_id):
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing whitespace after ','

@@ -48,3 +50,19 @@ def get_user_info(self, code):
"code": code,
},
)

def get_user_detail(self,ticket):
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing whitespace after ','

https://developer.work.weixin.qq.com/document/path/90262
"""

def get(self,data_type,start_time,end_time,user_ids):
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing whitespace after ','


from wechatpy.client.api.base import BaseWeChatAPI

class WeChatCheckIn(BaseWeChatAPI):
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected 2 blank lines, found 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant