|
@@ -53,7 +53,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'])) {
|
|
@@ -69,8 +69,8 @@ class Auditing extends Core
|
|
|
}
|
|
|
}
|
|
|
if (isset($result['reason'])) {
|
|
|
- //$html['说明'] = $result['reason'];
|
|
|
- //$update['statusDesc'] = $result['reason'];
|
|
|
+ $html['说明'] = $result['reason'];
|
|
|
+ $update['statusDesc'] = $result['reason'];
|
|
|
}
|
|
|
|
|
|
if ($update) {
|