公众号开发
This commit is contained in:
		@@ -0,0 +1,12 @@
 | 
			
		||||
package com.stdiet.custom.domain.wechat;
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
 | 
			
		||||
@Data
 | 
			
		||||
public class WxAccessToken implements Serializable {
 | 
			
		||||
    private String accessToken;
 | 
			
		||||
 | 
			
		||||
    private Integer expiresIn;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user