请求单独增加请求头对象

This commit is contained in:
egzosn
2018-01-30 18:44:34 +08:00
parent c54a12b332
commit fbc6ec96ac
5 changed files with 188 additions and 21 deletions

View File

@@ -1,12 +0,0 @@
package com.egzosn.pay.common.bean;
/**
* 授权页面的授权类型
* @author Actinia
* @email hayesfu@qq.com
* @date 2018/1/18
*/
public enum AuthPageType {
//注册,登录
registration,login;
}