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