|
@@ -49,7 +49,7 @@ class Auditing extends Core
|
|
|
$oauth = $wechat->oauth($oauth['id']);
|
|
|
$oauth['oauth'] = $oauth['value'];
|
|
|
$oauth['auditid'] = $auditid;
|
|
|
- $result = $wechat->curl('applet_auditstatus', $oauth, false);
|
|
|
+ //$result = $wechat->curl('applet_auditstatus', $oauth, false);
|
|
|
|
|
|
$update = array();
|
|
|
if (isset($result['status'])) {
|