From 2a445fd13d854d808cb8fdd2521956310c6f3aff Mon Sep 17 00:00:00 2001 From: xhxu Date: Wed, 13 Apr 2022 01:03:04 +0800 Subject: [PATCH] update tt --- .../service/toutiao/api/impl/TtOpenMaServiceImpl.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/toutiao/api/impl/TtOpenMaServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/toutiao/api/impl/TtOpenMaServiceImpl.java index 1c12df9..091836b 100644 --- a/mallinkService/src/main/java/com/iformall/service/toutiao/api/impl/TtOpenMaServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/toutiao/api/impl/TtOpenMaServiceImpl.java @@ -321,8 +321,12 @@ public class TtOpenMaServiceImpl extends TtMaServiceImpl implements TtOpenMaServ public File getTestQrcode(String pagePath, Map params) throws WxErrorException { String uri = API_TEST_QRCODE +"?component_appid="+ttOpenComponentService.getWxOpenConfigStorage().getComponentAppId() +"&authorizer_access_token="+getAccessToken(false); + + TtOpenMaQrcode openMaQrcode = new TtOpenMaQrcode("audit", pagePath); + log.info("uri-------"+uri); + log.info("parm-------"+openMaQrcode.toJson()); final TtQrcodeRequestExecutor executor = new TtQrcodeRequestExecutor(this.getRequestHttp()); - return this.execute(executor, uri, new TtOpenMaQrcode("audit",pagePath)); + return this.execute(executor, uri, openMaQrcode); } /**