pos支付相关
This commit is contained in:
@@ -56,6 +56,26 @@ public class MerChantOrderDTO {
|
||||
* @date: 2021/12/22 16:01
|
||||
*/
|
||||
private String deviceNo;
|
||||
/**
|
||||
* timestamp时间戳(pos机)
|
||||
*/
|
||||
private String timestamp;
|
||||
/**
|
||||
* 唯一识别码(pos机)
|
||||
*/
|
||||
private String appId;
|
||||
/**
|
||||
* 签名(pos)
|
||||
*/
|
||||
private String token;
|
||||
/**
|
||||
* 请求标识,用于唯一标识当前请求(pos,uuid)
|
||||
*/
|
||||
private String requestId;
|
||||
/**
|
||||
* 设备号
|
||||
*/
|
||||
private String sn;
|
||||
|
||||
/**
|
||||
* @description:
|
||||
|
||||
Reference in New Issue
Block a user