Skip to content

Commit

Permalink
fix: remove final url print
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Oct 17, 2024
1 parent 059f79b commit 7070f4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
sdkVersion=0.5.5
sdkVersion=0.5.6
2 changes: 0 additions & 2 deletions src/main/kotlin/cn/rtast/qwsdk/utils/RequestURLUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,5 @@ fun buildRequestURL(prefix: String, params: Map<String, Any?>, type: ApiType = A
// val sign = getSignature(sortedParams, QWeatherSDK.apiKey)
// url.append(sortedParams).append("&sign=$sign")
url.append(sortedParams).append("&key=${QWeatherSDK.apiKey}")
println(url)

return url.toString()
}

0 comments on commit 7070f4e

Please sign in to comment.