MCPcopy
hub / github.com/wechatpy/wechatpy / get_qrcode

Method get_qrcode

wechatpy/client/api/wxa.py:183–192  ·  view source on GitHub ↗

获取体验小程序的体验二维码 返回 Response 类型,header 中带有 Content-Type 与 Content-disposition 类型 详情请参考 https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&id=open1489140610_Uavc4 :rtype: requests.Response

(self)

Source from the content-addressed store, hash-verified

181 )
182
183 def get_qrcode(self):
184 """
185 获取体验小程序的体验二维码
186 返回 Response 类型,header 中带有 Content-Type 与 Content-disposition 类型
187 详情请参考
188 https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&id=open1489140610_Uavc4
189
190 :rtype: requests.Response
191 """
192 return self._get('wxa/get_qrcode')
193
194 def get_category(self):
195 """

Callers

nothing calls this directly

Calls 1

_getMethod · 0.45

Tested by

no test coverage detected