|
|
@@ -27,8 +27,8 @@ public class TtOpenResult implements Serializable { |
|
|
|
return StringUtils.equalsIgnoreCase(errno, "0"); |
|
|
|
} |
|
|
|
|
|
|
|
public static WxOpenResult fromJson(String json) { |
|
|
|
return TtOpenGsonBuilder.create().fromJson(json, WxOpenResult.class); |
|
|
|
public static TtOpenResult fromJson(String json) { |
|
|
|
return TtOpenGsonBuilder.create().fromJson(json, TtOpenResult.class); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|