|
|
|
@@ -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()); |
|
|
|
} |
|
|
|
|
|
|
|
} |