feat:验签调整
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
package com.cool.store.request.wallet;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Author suzhuhong
|
||||
* @Date 2025/11/21 13:53
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
public class TestVerifyRequest {
|
||||
|
||||
private String key;
|
||||
|
||||
private String sign;
|
||||
|
||||
private Long timestamp;
|
||||
|
||||
private String outStoreId;
|
||||
|
||||
private Integer status;
|
||||
|
||||
private Integer addTagType;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user