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

修复微信客服部分接口地址错误问题,新增客户群详情接口是否返回群成员名称参数 #734

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

Conversation

yuhaiyang
Copy link
Contributor

No description provided.

:param chat_id: 客户群ID
:return: 返回的 JSON 数据包
"""
return self._post("externalcontact/groupchat/get", data={"chat_id": chat_id})
return self._post("externalcontact/groupchat/get", data={"chat_id": chat_id,"need_name": need_name})
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 ','

@@ -58,16 +58,16 @@ def list_all(self, status_filter: int = 0, owner_userid_list: List = None, limit
break
return chat_list

def get(self, chat_id: str):
def get(self, chat_id: str, need_name = 0):
Copy link

Choose a reason for hiding this comment

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

unexpected spaces around keyword / parameter equals

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