MCPcopy
hub / github.com/wechatpy/wechatpy / undo_code_audit

Method undo_code_audit

wechatpy/client/api/wxa.py:231–239  ·  view source on GitHub ↗

调用本接口可以撤回当前的代码审核单 注意: 单个帐号每天审核撤回次数最多不超过 1 次,一个月不超过 10 次。 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/code/undocodeaudit.html

(self)

Source from the content-addressed store, hash-verified

229 )
230
231 def undo_code_audit(self):
232 """
233 调用本接口可以撤回当前的代码审核单
234 注意: 单个帐号每天审核撤回次数最多不超过 1 次,一个月不超过 10 次。
235 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/code/undocodeaudit.html
236 """
237 return self._get(
238 'wxa/undocodeaudit'
239 )
240
241 def revert_code_release(self):
242 """

Callers

nothing calls this directly

Calls 1

_getMethod · 0.45

Tested by

no test coverage detected