MCPcopy
hub / github.com/wechatpy/wechatpy / get

Method get

wechatpy/client/api/tag.py:25–38  ·  view source on GitHub ↗

获取公众号已创建的标签 :return: 所有标签列表

(self)

Source from the content-addressed store, hash-verified

23 )
24
25 def get(self):
26 """
27 获取公众号已创建的标签
28
29 :return: 所有标签列表
30
31 """
32
33 res = self._get(
34 'tags/get',
35 result_processor=lambda x: x['tags']
36 )
37
38 return res
39
40 def update(self, tag_id, name):
41 """

Callers 12

__init__Method · 0.45
access_tokenMethod · 0.45
refresh_tokenMethod · 0.45
iter_tag_usersMethod · 0.45
showMethod · 0.45
_getMethod · 0.45
upload_articlesMethod · 0.45
send_articlesMethod · 0.45
send_linkMethod · 0.45
get_jsapi_ticketMethod · 0.45
get_jsapi_card_ticketMethod · 0.45
get_jsapi_card_paramsMethod · 0.45

Calls 1

_getMethod · 0.45

Tested by

no test coverage detected