Browse Source

google ads account

wfansh 1 month ago
parent
commit
4332c90617

+ 1 - 1
jeecg-module-demo/src/main/java/org/jeecg/modules/demo/adsaccount/service/impl/AdsAccountServiceImpl.java

@@ -44,7 +44,7 @@ public class AdsAccountServiceImpl extends ServiceImpl<AdsAccountMapper, AdsAcco
         String timezoneId =  adsAccount.getAccountId().replaceAll("\\d+", "");
         TimezoneID timezone = TimezoneID.valueOfId(timezoneId);
 
-        String url = "http://127.0.0.1:8090/api/ads_accounts/createGoogleAdsCustomer?accountName=" + accountName
+        String url = "http://127.0.0.1:8090/api/ads_accounts/createAdsAccount?accountName=" + accountName
                 + "&accountChannel=" + accountChannel
                 + "&currencyCode=" + currencyCode
                 + "&timezone=" + timezoneId;