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