MCPcopy
hub / github.com/wechatpy/wechatpy / get_latest_audit_status

Method get_latest_audit_status

wechatpy/client/api/wxa.py:270–280  ·  view source on GitHub ↗

查询最近一次提交的审核状态 详情请参考 https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&id=open1489140610_Uavc4 :return: 一个包含 status, reason, auditid 的 dict。status 0为审核成功,1为审核失败,2为审核中。

(self)

Source from the content-addressed store, hash-verified

268 )
269
270 def get_latest_audit_status(self):
271 """
272 查询最近一次提交的审核状态
273 详情请参考
274 https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&id=open1489140610_Uavc4
275
276 :return: 一个包含 status, reason, auditid 的 dict。status 0为审核成功,1为审核失败,2为审核中。
277 """
278 return self._get(
279 'wxa/get_latest_auditstatus'
280 )
281
282 def release(self):
283 """

Callers

nothing calls this directly

Calls 1

_getMethod · 0.45

Tested by

no test coverage detected