Skip to content

Commit 20e4698

Browse files
committed
提交lite-go类库
1 parent e62665d commit 20e4698

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

Diff for: CHANGE-LOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@ Change Log
5353
3.1.1
5454
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5555
1. 修改 Request基类的 属性参数 和 extra map 参数的覆盖顺序。
56+
57+
3.1.3.6
58+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
59+
1. 注意要引入 lite-go 类库
60+
2. 解决request参数的Encode问题,解决在默写编译器下的Map遍历时泛型丢失引起的强转String问题

Diff for: downloads/lite-go-1.0.0.jar

12.8 KB
Binary file not shown.

Diff for: downloads/并发需要依赖lite-go组件.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
并发需要依赖lite-go组件
2+
Json解析默认使用Google的Gson库,可以通过Json.set(Json fastJsonImpl)自己设置为FastJson等类库解析。
3+
4+
5+

0 commit comments

Comments
 (0)