LoginRequest.java 173 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 package com.chudiangameplay.android.request; /** * Created by Administrator on 2018/8/14. */ public class LoginRequest extends BaseRequest { public String openId; }