|
@@ -53,7 +53,8 @@ public class GoogleServiceTest {
|
|
|
gtmAdminService.createContainer(
|
|
|
"230206anit40",
|
|
|
"https://www.sourcingstone.com",
|
|
|
- "泉州索兴石业有限公司#" + this.getClass().getSimpleName());
|
|
|
+ "泉州索兴石业有限公司#" + this.getClass().getSimpleName(),
|
|
|
+ "191734056");
|
|
|
System.out.println(FastJsonUtil.toJSONString(googleGTM));
|
|
|
|
|
|
gtmAdminService.deleteContainer(googleGTM.getSiteCode());
|