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