From 0e49d22469b08b73962f13a7f066bc7cd7c8bf10 Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 10 Jan 2022 13:32:24 +0800 Subject: [PATCH] =?UTF-8?q?/=E3=80=81qrcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iformall/douyin/miniapp/api/impl/TtMaQrcodeServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/douyin/miniapp/api/impl/TtMaQrcodeServiceImpl.java b/mallinkService/src/main/java/com/iformall/douyin/miniapp/api/impl/TtMaQrcodeServiceImpl.java index e1d75dc9c..fe42f8fa3 100644 --- a/mallinkService/src/main/java/com/iformall/douyin/miniapp/api/impl/TtMaQrcodeServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/douyin/miniapp/api/impl/TtMaQrcodeServiceImpl.java @@ -21,7 +21,7 @@ public class TtMaQrcodeServiceImpl implements TtMaQrcodeService { @Override public File createTtaCode(String appname, String path, int width) throws WxErrorException { final QrcodeRequestExecutor executor = new QrcodeRequestExecutor(this.ttMaService.getRequestHttp()); - return this.ttMaService.execute(executor, GET_TTACODE_URL, new TtMaQrcode(appname,path, width)); + return this.ttMaService.execute(executor, GET_TTACODE_URL, new TtMaQrcode()); } }