多因素
This commit is contained in:
@ -0,0 +1,20 @@
|
|||||||
|
package com.chinaunicom.mall.ebtp.extend.shortmessage.entity;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class BaseVo {
|
||||||
|
/**
|
||||||
|
* 资产标识
|
||||||
|
*/
|
||||||
|
private String appCode;
|
||||||
|
/**
|
||||||
|
* 签名
|
||||||
|
*/
|
||||||
|
private String sign;
|
||||||
|
/**
|
||||||
|
* 业务流水号 由调用方生成,保持唯一
|
||||||
|
*/
|
||||||
|
private String bizSn;
|
||||||
|
|
||||||
|
}
|
Reference in New Issue
Block a user