|
|
@@ -176,7 +176,7 @@ class ToolController extends BaseController
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 自动送钉钉提醒
|
|
|
+ * 自动送钉钉提醒(会员端)
|
|
|
*/
|
|
|
public function actionAutoSendDingTalkFrontend() {
|
|
|
$ip = 'https://fapi.ekhkad.com';
|
|
|
@@ -198,7 +198,7 @@ class ToolController extends BaseController
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 自动送钉钉提醒
|
|
|
+ * 自动送钉钉提醒(管理端)
|
|
|
*/
|
|
|
public function actionAutoSendDingTalkBackend() {
|
|
|
$ip = 'https://bapi.ekhkad.com';
|
|
|
@@ -223,7 +223,7 @@ class ToolController extends BaseController
|
|
|
* 自动推送跨境商品到wst
|
|
|
*/
|
|
|
public function actionAutoLogistics() {
|
|
|
- $ip = 'https://bapi.ekhkad.com';
|
|
|
+ $ip = 'https://fapi.ekhkad.com';
|
|
|
$curl = curl_init();
|
|
|
curl_setopt($curl, CURLOPT_URL, $ip . '/v1/shop/logistics-auto');
|
|
|
curl_setopt($curl, CURLOPT_TIMEOUT, 5000);
|