stylive_519_2

This commit is contained in:
dengbw
2022-05-19 16:31:42 +08:00
parent 7db088250d
commit 4ee2359830
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -59,10 +59,10 @@ class Polyv extends HD_Controller
}
}
}
//if ($params['sd']) {
echo 'startTime=' . date('Y-m-d H:i:s', $startTime) . '&endTime=' . date('Y-m-d H:i:s', $endTime) . '<br><br>';
echo json_encode($results, JSON_UNESCAPED_UNICODE);
//}
if ($params['sd']) {
echo 'startTime=' . date('Y-m-d H:i:s', $startTime) . '&endTime=' . date('Y-m-d H:i:s', $endTime) . '<br><br>';
echo json_encode($results, JSON_UNESCAPED_UNICODE);
}
}
/**
+1 -1
View File
@@ -68,7 +68,7 @@ class Live extends Wxapp
$sign_package = [];
$url = http_host_com('home') . "/h5/syt/live?skey={$skey}";
if ($checkua == 'wxwork') {//企业微信
$this->load->library('wx_qyapi_agent', ['app' => 'lichene_1000024']);
$this->load->library('wx_qyapi_agent', ['app' => 'lichene_1000005']);
$this->load->library('wx_qyapi', ['app' => 'lichene']);
$this->set_auth_wxwork($url);
$sign_package = $this->wx_qyapi->getSignPackage();