|
|
@@ -54,10 +54,10 @@ public class WxMaQrcodeServiceImpl implements WxMaQrcodeService { |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public File createWxCodeLimit(String scene, String page, int width, boolean autoColor, WxMaCodeLineColor lineColor) throws WxErrorException { |
|
|
|
public File createWxCodeLimit(String scene, String path, int width, boolean autoColor, WxMaCodeLineColor lineColor) throws WxErrorException { |
|
|
|
WxMaWxcodeLimit wxMaWxcodeLimit = new WxMaWxcodeLimit(); |
|
|
|
wxMaWxcodeLimit.setScene(scene); |
|
|
|
wxMaWxcodeLimit.setPage(page); |
|
|
|
wxMaWxcodeLimit.setPath(path); |
|
|
|
wxMaWxcodeLimit.setWidth(width); |
|
|
|
wxMaWxcodeLimit.setAutoColor(autoColor); |
|
|
|
wxMaWxcodeLimit.setLineColor(lineColor); |
|
|
|