Skip to content

Commit 4b5a5b0

Browse files
committed
fix:修改addConverterFactory的问题
1 parent 74214dd commit 4b5a5b0

6 files changed

Lines changed: 7 additions & 4 deletions

File tree

.idea/sonarlint/issuestore/3/d/3dc8921b06cf2bdf2c18e16e07f92f482aff756c

Whitespace-only changes.

.idea/sonarlint/issuestore/index.pb

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/sonarlint/securityhotspotstore/3/d/3dc8921b06cf2bdf2c18e16e07f92f482aff756c

Whitespace-only changes.

.idea/sonarlint/securityhotspotstore/index.pb

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FlowHttp/src/main/java/com/bhm/network/GsonRequestBodyConverter.kt renamed to FlowHttp/src/main/java/com/bhm/network/core/GsonRequestBodyConverter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* 不能修改和删除上面的版权声明
44
* 此代码属于buhuiming编写,在未经允许的情况下不得传播复制
55
*/
6-
package com.bhm.network
6+
package com.bhm.network.core
77

88
import com.google.gson.Gson
99
import com.google.gson.TypeAdapter

FlowHttp/src/main/java/com/bhm/network/core/NetCoreConverterFactory.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.bhm.network.core
22

3-
import com.bhm.network.GsonRequestBodyConverter
43
import com.bhm.network.define.CODE_KEY
54
import com.bhm.network.define.DATA_KEY
65
import com.bhm.network.define.MESSAGE_KEY

0 commit comments

Comments
 (0)