@@ -6,7 +6,7 @@ plugins {
ext {
GROUP_ID = 'com.wenext.android'
ARTIFACT_ID = 'frame-bom'
- VERSION = '6.1.6'
+ VERSION = '6.1.7'
}
dependencies {
@@ -7,7 +7,7 @@ plugins {
ARTIFACT_ID = 'frame-network'
- VERSION = '6.1.2'
+ VERSION = '6.1.3'
if (project.FRAME_DEBUG != "true") {
@@ -10,7 +10,7 @@ open class Res<T> {
@SerializedName("code")
open var code: Int = 0
- @SerializedName("message")
+ @SerializedName("msg")
open var message: String? = null
@SerializedName("data")