订单相关接口

This commit is contained in:
litianxiang
2026-05-20 11:09:30 +08:00
parent a51bca1867
commit 149ee13ec3
11 changed files with 304 additions and 18 deletions

View File

@@ -6,9 +6,9 @@ public class CommonConstants {
public static final int TOKEN_EXPIRE_TIME = 7 * 24; // token 7 天过期Hour
/**
* 内部服务间调用的签名 HeaderFeign 远程调用时携带,用于标识为内部可信调用
*/
public static final String INTERNAL_CALL_HEADER = "X-Internal-Call";
public static final String INTERNAL_CALL_VALUE = "true";
}