暂存
This commit is contained in:
+1
-1
@@ -294,7 +294,7 @@ public class ZiniaoAuthService {
|
||||
.queryParam("storeId", storeId)
|
||||
.queryParam("openapiToken", loginToken)
|
||||
.queryParam("userId", userId)
|
||||
.queryParam("lanuchUrl", encodedLaunchUrl)
|
||||
.queryParam("launchUrl", encodedLaunchUrl)
|
||||
.queryParam("autoopen", Boolean.TRUE.equals(ziniaoProperties.getOpenStoreAutoOpen()))
|
||||
.queryParam("debuggPort", ziniaoProperties.getOpenStoreDebugPort())
|
||||
.queryParam("notPromptForDownload", Boolean.TRUE.equals(ziniaoProperties.getOpenStoreNotPromptForDownload()) ? 1 : 0);
|
||||
|
||||
Reference in New Issue
Block a user