|
|
@ -227,8 +227,8 @@ class Wxserve extends Controller |
|
|
|
{ |
|
|
|
{ |
|
|
|
$appid = $this->request->get('appid'); |
|
|
|
$appid = $this->request->get('appid'); |
|
|
|
$obj = new Server(); |
|
|
|
$obj = new Server(); |
|
|
|
$res = $obj->privacyInfo($appid); |
|
|
|
$res = $obj->getPrivacySetting($appid); |
|
|
|
if ($res == 'ok') { |
|
|
|
if ($res) { |
|
|
|
$result = $obj->submitAuditOne($appid); |
|
|
|
$result = $obj->submitAuditOne($appid); |
|
|
|
if ($result['status']) { |
|
|
|
if ($result['status']) { |
|
|
|
return $this->renderSuccess('success'); |
|
|
|
return $this->renderSuccess('success'); |
|
|
|