|
|
@@ -179,7 +179,7 @@ class ToolController extends BaseController
|
|
|
* 自动送钉钉提醒
|
|
|
*/
|
|
|
public function actionAutoSendDingTalkTable() {
|
|
|
- $ip = 'http://ng-frontend-api.elken.com';
|
|
|
+ $ip = 'https://ng-frontend-api.elken.com';
|
|
|
// $ip = 'http://16.163.228.151:8026';
|
|
|
$curl = curl_init();
|
|
|
curl_setopt($curl, CURLOPT_URL, $ip . '/v1/site/send-notice');
|