|
@@ -54,6 +54,7 @@ public class QwLoginServiceImpl implements QwLoginService {
|
|
|
Optional<String> response = httpPoolClientDefault.postJson(url, params);
|
|
|
if (response.isPresent()) {
|
|
|
QwCommonResModel<QwLoginQRCodeModel> qrCodeModel = QwCommonResModel.parseResponse(response.get(), QwLoginQRCodeModel.class);
|
|
|
+ qrCodeModel.getData().setUuid(uuid);
|
|
|
return qrCodeModel;
|
|
|
}
|
|
|
}
|