ErrCodeResponse.java 288 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 package com.chudiangameplay.android.bean; import com.chudiangameplay.android.responce.BaseResponce; /** * Created by 0 on 2019/8/3. */ public class ErrCodeResponse extends BaseResponce { public ErrorCode data; public class ErrorCode { public String errcode; } }