@@ -130,7 +130,7 @@ class CmsContentTemplateSetRepository
try {
$sign = generateSign(['ids' => $res_id], config('customer.app_secret'));
- $url = config("customer.app_service_url") . '/homeProduct';
+ $url = config("customer.app_service_url") . '/product/homeProduct';
$array = [
'json' => ['sign' => $sign, 'ids' => $res_id], 'query' => [], 'http_errors' => false, 'headers' => ['Authorization' => "Bearer " . JWTAuth::getToken()]
];