Skip to content

Commit 6e27f94

Browse files
authored
Merge pull request #259 from xiaoyaocz/dev
Release 2.1.2
2 parents 763af1e + 38ba63a commit 6e27f94

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

document/app_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "2.1.1-beta",
3-
"version_num": 20101,
4-
"version_desc": "1. 适配Flutter 3.22\n2. 换一批刷新增加动画 #216 @GZGavinZhao",
2+
"version": "2.1.2-beta",
3+
"version_num": 20102,
4+
"version_desc": "1. 更新请求接口",
55
"prerelease":false,
66
"download_url": "https://github.com/xiaoyaocz/flutter_dmzj/releases"
77
}

lib/requests/common/api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Api {
1717
static const String BASE_URL_V3 = "https://nnv3api.$IDMZJ_DOMAIN_NAME";
1818

1919
/// V4接口,返回加密数据的
20-
static const String BASE_URL_V4 = "https://v4api.$IDMZJ_DOMAIN_NAME";
20+
static const String BASE_URL_V4 = "https://nnv4api.$IDMZJ_DOMAIN_NAME";
2121

2222
/// V3 API
2323
static const String BASE_URL_V3_API = "https://v3api.$IDMZJ_DOMAIN_NAME";

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_dmzj
2-
version: 2.1.1+20101
2+
version: 2.1.2+20102
33
publish_to: none
44
description: "动漫之家X"
55
environment:

0 commit comments

Comments
 (0)