修改作者信息
This commit is contained in:
@ -12,7 +12,7 @@ import java.io.Serializable;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-26
|
||||
*/
|
||||
@Data
|
||||
|
@ -9,7 +9,7 @@ import java.sql.Timestamp;
|
||||
|
||||
/**
|
||||
* 交易详情,按需应该存入数据库,这里存入数据库,仅供临时测试
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-31
|
||||
*/
|
||||
@Data
|
||||
|
@ -21,7 +21,7 @@ import java.nio.charset.StandardCharsets;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-31
|
||||
*/
|
||||
@Slf4j
|
||||
|
@ -12,7 +12,7 @@ import org.springframework.http.ResponseEntity;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-26
|
||||
*/
|
||||
@RestController
|
||||
|
@ -11,7 +11,7 @@ import java.io.IOException;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-31
|
||||
*/
|
||||
public interface QiNiuService {
|
||||
|
@ -4,7 +4,7 @@ import co.yixiang.tools.domain.VerificationCode;
|
||||
import co.yixiang.tools.domain.vo.EmailVo;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-26
|
||||
*/
|
||||
public interface VerificationCodeService {
|
||||
|
@ -7,7 +7,7 @@ import java.sql.Timestamp;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-6-4 09:54:37
|
||||
*/
|
||||
@Data
|
||||
|
@ -35,7 +35,7 @@ import java.io.IOException;
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-31
|
||||
*/
|
||||
@Service
|
||||
|
@ -21,7 +21,7 @@ import java.util.Collections;
|
||||
import java.util.concurrent.*;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-26
|
||||
*/
|
||||
@Service
|
||||
|
@ -8,7 +8,7 @@ import java.util.Date;
|
||||
|
||||
/**
|
||||
* 七牛云存储工具类
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-31
|
||||
*/
|
||||
public class QiNiuUtil {
|
||||
|
Reference in New Issue
Block a user