feat:验签调整

This commit is contained in:
苏竹红
2025-11-21 15:18:06 +08:00
parent e54764a065
commit bd1486c08a
5 changed files with 59 additions and 8 deletions

View File

@@ -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;
}