errorCode property

  1. @JsonKey.new(defaultValue: ERRORCODE_SUCCESS)
int errorCode
final

错误码

Implementation

@JsonKey(defaultValue: ERRORCODE_SUCCESS)
final int errorCode;