处理掉一些BUG
This commit is contained in:
@@ -294,7 +294,7 @@ public class ZiniaoAuthService {
|
||||
.queryParam("storeId", storeId)
|
||||
.queryParam("openapiToken", loginToken)
|
||||
.queryParam("userId", userId)
|
||||
.queryParam("launchUrl", encodedLaunchUrl)
|
||||
.queryParam("lanuchUrl", encodedLaunchUrl)
|
||||
.queryParam("autoopen", Boolean.TRUE.equals(ziniaoProperties.getOpenStoreAutoOpen()))
|
||||
.queryParam("debuggPort", ziniaoProperties.getOpenStoreDebugPort())
|
||||
.queryParam("notPromptForDownload", Boolean.TRUE.equals(ziniaoProperties.getOpenStoreNotPromptForDownload()) ? 1 : 0);
|
||||
@@ -303,7 +303,7 @@ public class ZiniaoAuthService {
|
||||
builder.queryParam("forceDownloadPath", encodedPath);
|
||||
}
|
||||
if (ziniaoProperties.getOpenStoreExtraArgs() != null && !ziniaoProperties.getOpenStoreExtraArgs().isBlank()) {
|
||||
builder.queryParam("extraArgs", ziniaoProperties.getOpenStoreExtraArgs());
|
||||
builder.queryParam("options_argument", ziniaoProperties.getOpenStoreExtraArgs());
|
||||
}
|
||||
return builder.build().encode().toUriString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user