Skip to content

Commit

Permalink
feat:去除更新接口调用失败提示
Browse files Browse the repository at this point in the history
  • Loading branch information
nesror committed Nov 4, 2023
1 parent b00614e commit 63c4c1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object UpdateUtil {
val formBody: RequestBody = FormBody.Builder()
.add("_api_key", context.getAppMetaDataString("pgy_api_key"))
.add("appKey", "8a601dcac3098f0d5c89fa9fe416ca94")
.add("buildVersion", BuildConfig.VERSION_NAME)
.add("buildVersion", BuildConfig.VERSION_CODE.toString())
.build()
val request = Request.Builder().apply {
url("https://www.pgyer.com/apiv2/app/check")
Expand Down

0 comments on commit 63c4c1d

Please sign in to comment.