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