Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wechatpy/wechatpy
/ get
Method
get
wechatpy/pay/__init__.py:180–185 ·
view source on GitHub ↗
(self, url, **kwargs)
Source
from the content-addressed store, hash-verified
178
return
data
179
180
def
get(self, url, **kwargs):
181
return
self._request(
182
method=
'get'
,
183
url_or_endpoint=url,
184
**kwargs
185
)
186
187
def
post(self, url, **kwargs):
188
return
self._request(
Callers
15
__init__
Method · 0.45
media_id
Method · 0.45
title
Method · 0.45
description
Method · 0.45
thumb_media_id
Method · 0.45
title
Method · 0.45
description
Method · 0.45
music_url
Method · 0.45
hq_music_url
Method · 0.45
__get__
Method · 0.45
to_xml
Method · 0.45
to_xml
Method · 0.45
Calls
1
_request
Method · 0.95
Tested by
9
test_department_get
Method · 0.36
test_chat_get
Method · 0.36
test_external_contact_get
Method · 0.36
test_group_get
Method · 0.36
test_group_getid
Method · 0.36
test_get_menu
Method · 0.36
test_get_user_info
Method · 0.36
next_openid_mock
Method · 0.36
test_jsapi_get_jsapi_card_ticket
Method · 0.36