AlipayHK 新增指定订单查询接口

This commit is contained in:
2024-05-30 09:54:49 +08:00
parent 804dc9b1b4
commit 1aea8e93f2
8 changed files with 88 additions and 68 deletions

View File

@@ -11,4 +11,10 @@ public class CommonConstant {
// 单位 秒 一天过期 in redis
public static final Long GENERATE_RESULT_EXPIRE_TIME = 24 * 60 * 60L;
public static class Numbers{
public static final Integer NUMBER_10 = 10;
public static final Integer NUMBER_1000 = 1000;
public static final Integer NUMBER_10080 = 10080;
}
}