feat(API): 提升 API 版本
This commit is contained in:
parent
1f25d94a77
commit
d7f19e2f1e
|
|
@ -2,7 +2,7 @@ package com.huanchengfly.tieba.post.api
|
|||
|
||||
enum class ClientVersion(val version: String) {
|
||||
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");
|
||||
|
||||
override fun toString(): String {
|
||||
|
|
|
|||
Loading…
Reference in New Issue