Przeglądaj źródła

/、qrcode

release_toaliyun_real
xhxu 4 lat temu
rodzic
commit
0e49d22469
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/douyin/miniapp/api/impl/TtMaQrcodeServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/douyin/miniapp/api/impl/TtMaQrcodeServiceImpl.java Wyświetl plik

@@ -21,7 +21,7 @@ public class TtMaQrcodeServiceImpl implements TtMaQrcodeService {
@Override @Override
public File createTtaCode(String appname, String path, int width) throws WxErrorException { public File createTtaCode(String appname, String path, int width) throws WxErrorException {
final QrcodeRequestExecutor executor = new QrcodeRequestExecutor(this.ttMaService.getRequestHttp()); 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());
} }


} }

Ładowanie…
Anuluj
Zapisz