Commit ff797925 by 陶光胜

接口调整

parent bb749aa4
...@@ -357,7 +357,7 @@ public class QrcodeController { ...@@ -357,7 +357,7 @@ public class QrcodeController {
} }
private byte[] createAppletQrcode(String appkey, String path){ private byte[] createAppletQrcode(String appkey, String path){
ServiceResponse<Map<String, Object>> wxaQrcode = this.weixinWxaFunService.createWxaQrcode(appkey, path, 1280); ServiceResponse<Map<String, Object>> wxaQrcode = this.weixinWxaFunService.getWxaCodeUnlimit(appkey, path, "31");
if(wxaQrcode.isSuccess()){ if(wxaQrcode.isSuccess()){
Map<String, Object> result = wxaQrcode.getResult(); Map<String, Object> result = wxaQrcode.getResult();
return (byte[]) result.get("content"); return (byte[]) result.get("content");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment