bifang-api 授权调用支持
This commit is contained in:
23
src/main/java/com/sentinel/license/bean/LicenseInfo.java
Normal file
23
src/main/java/com/sentinel/license/bean/LicenseInfo.java
Normal file
@@ -0,0 +1,23 @@
|
||||
package com.sentinel.license.bean;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author fengjunfeng
|
||||
* @date 2021/12/28
|
||||
* @time 18:06
|
||||
* @description
|
||||
**/
|
||||
@Data
|
||||
public class LicenseInfo {
|
||||
|
||||
private String V2C;
|
||||
|
||||
private String vendorCode;
|
||||
|
||||
private Integer featureId;
|
||||
|
||||
// 1 获取指纹 2 更新license 3 获取license信息 4 验证license信息
|
||||
private Integer type;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user