feat(API): 提升 API 版本

This commit is contained in:
HuanCheng65 2024-01-28 14:16:09 +08:00
parent 1f25d94a77
commit d7f19e2f1e
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package com.huanchengfly.tieba.post.api
enum class ClientVersion(val version: String) { enum class ClientVersion(val version: String) {
TIEBA_V11("11.10.8.6"), TIEBA_V11("11.10.8.6"),
TIEBA_V12("12.35.1.0"), TIEBA_V12("12.52.1.0"),
TIEBA_V12_POST("12.35.1.0"); TIEBA_V12_POST("12.35.1.0");
override fun toString(): String { override fun toString(): String {