package com.hjx.personalcenter.http; /**请求参数 * Created by wei on 2017/6/20. */ public class HttpKey { //注册key public static String USERNAME = "username"; public static String PASSWORD = "password"; public static String SMSCODE = "smscode"; public static String SOURCE = "source"; //忘记密码 public static String AUTHCODE = "authCode"; //注册验证码和忘记密码验证码 public static String TYPE = "type"; public static String MOBIL = "mobile"; //修改密码 public static String OLDPASS = "oldPass"; public static String NEWPASS = "newPass"; }