Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
cf1387fd
"vscode:/vscode.git/clone" did not exist on "c503b9c0faa92827deb042c706f467b1904bf0b1"
Commit
cf1387fd
authored
Jul 29, 2021
by
terrfly
Browse files
变更文件site
parent
adba7f7e
Changes
284
Show whitespace changes
Inline
Side-by-side
jeepay-components/jeepay-components-oss/src/main/java/com/jeequan/jeepay/components/oss/service/LocalFileService.java
View file @
cf1387fd
...
@@ -30,7 +30,7 @@ import java.io.File;
...
@@ -30,7 +30,7 @@ import java.io.File;
* 本地存储 实现类
* 本地存储 实现类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/12 18:19
* @date 2021/7/12 18:19
*/
*/
@Service
@Service
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/aop/MethodLog.java
View file @
cf1387fd
...
@@ -21,7 +21,7 @@ import java.lang.annotation.*;
...
@@ -21,7 +21,7 @@ import java.lang.annotation.*;
* 方法级日志切面注解
* 方法级日志切面注解
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 18:00
* @date 2021/6/8 18:00
*/
*/
@Target
({
ElementType
.
METHOD
,
ElementType
.
TYPE
})
@Target
({
ElementType
.
METHOD
,
ElementType
.
TYPE
})
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/beans/RequestKitBean.java
View file @
cf1387fd
...
@@ -36,7 +36,7 @@ import java.util.Map;
...
@@ -36,7 +36,7 @@ import java.util.Map;
* 基于spring的 req 工具类
* 基于spring的 req 工具类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/7 12:16
* @date 2021/6/7 12:16
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/cache/ITokenService.java
View file @
cf1387fd
...
@@ -22,7 +22,7 @@ import com.jeequan.jeepay.core.model.security.JeeUserDetails;
...
@@ -22,7 +22,7 @@ import com.jeequan.jeepay.core.model.security.JeeUserDetails;
* token service
* token service
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/5/24 09:06
* @date 2021/5/24 09:06
*/
*/
public
class
ITokenService
{
public
class
ITokenService
{
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/cache/RedisUtil.java
View file @
cf1387fd
...
@@ -28,7 +28,7 @@ import java.util.concurrent.TimeUnit;
...
@@ -28,7 +28,7 @@ import java.util.concurrent.TimeUnit;
* Redis工具类
* Redis工具类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/5/24 17:58
* @date 2021/5/24 17:58
*/
*/
public
class
RedisUtil
{
public
class
RedisUtil
{
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/constants/ApiCodeEnum.java
View file @
cf1387fd
...
@@ -19,7 +19,7 @@ package com.jeequan.jeepay.core.constants;
...
@@ -19,7 +19,7 @@ package com.jeequan.jeepay.core.constants;
* 接口返回码
* 接口返回码
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/5/24 17:07
* @date 2021/5/24 17:07
*/
*/
public
enum
ApiCodeEnum
{
public
enum
ApiCodeEnum
{
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/ctrls/AbstractCtrl.java
View file @
cf1387fd
...
@@ -45,7 +45,7 @@ import java.util.Map;
...
@@ -45,7 +45,7 @@ import java.util.Map;
* 抽象公共Ctrl
* 抽象公共Ctrl
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2020/02/18 17:28
* @date 2020/02/18 17:28
*/
*/
public
abstract
class
AbstractCtrl
{
public
abstract
class
AbstractCtrl
{
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/exception/BizException.java
View file @
cf1387fd
...
@@ -22,7 +22,7 @@ import lombok.Getter;
...
@@ -22,7 +22,7 @@ import lombok.Getter;
* 自定义业务异常
* 自定义业务异常
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 16:33
* @date 2021/6/8 16:33
*/
*/
@Getter
@Getter
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/exception/BizExceptionResolver.java
View file @
cf1387fd
...
@@ -32,7 +32,7 @@ import java.io.IOException;
...
@@ -32,7 +32,7 @@ import java.io.IOException;
* 异常信息自定义返回数据
* 异常信息自定义返回数据
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 16:30
* @date 2021/6/8 16:30
*/
*/
@Configuration
@Configuration
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/exception/JeepayAuthenticationException.java
View file @
cf1387fd
...
@@ -23,7 +23,7 @@ import org.springframework.security.authentication.InternalAuthenticationService
...
@@ -23,7 +23,7 @@ import org.springframework.security.authentication.InternalAuthenticationService
* Spring Security 框架自定义异常类
* Spring Security 框架自定义异常类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/15 11:23
* @date 2021/6/15 11:23
*/
*/
@Getter
@Getter
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/exception/ResponseException.java
View file @
cf1387fd
...
@@ -25,7 +25,7 @@ import org.springframework.http.ResponseEntity;
...
@@ -25,7 +25,7 @@ import org.springframework.http.ResponseEntity;
* 响应异常, 一般用于支付接口回调函数
* 响应异常, 一般用于支付接口回调函数
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 16:31
* @date 2021/6/8 16:31
*/
*/
@Getter
@Getter
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/jwt/JWTPayload.java
View file @
cf1387fd
...
@@ -30,7 +30,7 @@ import java.util.Map;
...
@@ -30,7 +30,7 @@ import java.util.Map;
"cacheKey": "KEYKEYKEYKEY",
"cacheKey": "KEYKEYKEYKEY",
}
}
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 18:01
* @date 2021/6/8 18:01
*/
*/
@Data
@Data
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/jwt/JWTUtils.java
View file @
cf1387fd
...
@@ -23,7 +23,7 @@ import io.jsonwebtoken.SignatureAlgorithm;
...
@@ -23,7 +23,7 @@ import io.jsonwebtoken.SignatureAlgorithm;
* JWT工具包
* JWT工具包
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 16:32
* @date 2021/6/8 16:32
*/
*/
public
class
JWTUtils
{
public
class
JWTUtils
{
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/model/ApiRes.java
View file @
cf1387fd
...
@@ -28,7 +28,7 @@ import lombok.Data;
...
@@ -28,7 +28,7 @@ import lombok.Data;
* 接口返回对象
* 接口返回对象
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 16:35
* @date 2021/6/8 16:35
*/
*/
@Data
@Data
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/model/BaseModel.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import java.io.Serializable;
...
@@ -24,7 +24,7 @@ import java.io.Serializable;
* BaseModel 封装公共处理函数
* BaseModel 封装公共处理函数
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 16:49
* @date 2021/6/8 16:49
*/
*/
public
class
BaseModel
<
T
>
implements
Serializable
{
public
class
BaseModel
<
T
>
implements
Serializable
{
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/model/DBApplicationConfig.java
View file @
cf1387fd
...
@@ -26,7 +26,7 @@ import java.io.Serializable;
...
@@ -26,7 +26,7 @@ import java.io.Serializable;
* 系统应用配置项定义Bean
* 系统应用配置项定义Bean
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 16:35
* @date 2021/6/8 16:35
*/
*/
@Data
@Data
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/model/OriginalRes.java
View file @
cf1387fd
...
@@ -22,7 +22,7 @@ import lombok.Data;
...
@@ -22,7 +22,7 @@ import lombok.Data;
* 返回原始数据
* 返回原始数据
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 16:37
* @date 2021/6/8 16:37
*/
*/
@Data
@Data
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/model/params/IsvParams.java
View file @
cf1387fd
...
@@ -25,7 +25,7 @@ import com.jeequan.jeepay.core.model.params.ysf.YsfpayIsvParams;
...
@@ -25,7 +25,7 @@ import com.jeequan.jeepay.core.model.params.ysf.YsfpayIsvParams;
* 抽象类 isv参数定义
* 抽象类 isv参数定义
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 16:33
* @date 2021/6/8 16:33
* @modify ZhuXiao
* @modify ZhuXiao
*/
*/
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/model/params/IsvsubMchParams.java
View file @
cf1387fd
...
@@ -25,7 +25,7 @@ import com.jeequan.jeepay.core.model.params.ysf.YsfpayIsvsubMchParams;
...
@@ -25,7 +25,7 @@ import com.jeequan.jeepay.core.model.params.ysf.YsfpayIsvsubMchParams;
* 抽象类 特约商户参数定义
* 抽象类 特约商户参数定义
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 16:33
* @date 2021/6/8 16:33
*/
*/
public
abstract
class
IsvsubMchParams
{
public
abstract
class
IsvsubMchParams
{
...
...
jeepay-core/src/main/java/com/jeequan/jeepay/core/model/params/NormalMchParams.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import com.jeequan.jeepay.core.model.params.wxpay.WxpayNormalMchParams;
...
@@ -24,7 +24,7 @@ import com.jeequan.jeepay.core.model.params.wxpay.WxpayNormalMchParams;
* 抽象类 普通商户参数定义
* 抽象类 普通商户参数定义
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 16:33
* @date 2021/6/8 16:33
*/
*/
public
abstract
class
NormalMchParams
{
public
abstract
class
NormalMchParams
{
...
...
Prev
1
2
3
4
5
6
7
…
15
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment