From 1e0e6c8f6b9ebce85de003c03ec6dcabbd0fe011 Mon Sep 17 00:00:00 2001 From: "kuang.yife" Date: Tue, 24 Oct 2023 16:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ruoyi/web/controller/system/ClewController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/ClewController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/ClewController.java index e8f916e4..d5365658 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/ClewController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/ClewController.java @@ -190,7 +190,7 @@ public class ClewController extends BaseController vivoJson.put("srcId", ""); vivoJson.put("dataFrom", "0"); String url = "https://sandbox-marketing-api.vivo.com.cn/openapi/v1/advertiser/behavior/upload"; - String advertiserId = "X"; + String advertiserId = "XX"; String nonce = "XX"; String accessToken = "595a46633e3f8162363a37092037a436f62e4d462102ddbf3eb503fa52017b93"; String timestamp = String.valueOf(System.currentTimeMillis());