|
@@ -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
|
|
|
+ "¤cyCode=" + currencyCode
|
|
|
+ "&timezone=" + timezoneId;
|