From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/exception/shop/FuLuChargeException.java | 52 ++++++++++++++++++++++++++-------------------------- 1 files changed, 26 insertions(+), 26 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/exception/shop/FuLuChargeException.java b/fanli/src/main/java/com/yeshi/fanli/exception/shop/FuLuChargeException.java index 8f01da7..f5b88e6 100644 --- a/fanli/src/main/java/com/yeshi/fanli/exception/shop/FuLuChargeException.java +++ b/fanli/src/main/java/com/yeshi/fanli/exception/shop/FuLuChargeException.java @@ -1,26 +1,26 @@ -package com.yeshi.fanli.exception.shop; - -import com.yeshi.fanli.exception.BaseException; - -/** - * 绂忕鍏呭�煎紓甯� - * - * @author Administrator - * - */ -public class FuLuChargeException extends BaseException { - - public static int CODE_BALANCE_NOT_ENOUGH = 2004;// 璐︽埛浣欓涓嶈冻 - public static int CODE_ORDER_NO_EXIST = 4010;// 璁㈠崟鍙峰凡缁忓瓨鍦� - - private static final long serialVersionUID = 572112205824229000L; - - public FuLuChargeException(int code, String msg) { - super(code, msg); - } - - public FuLuChargeException() { - super(); - } - -} +package com.yeshi.fanli.exception.shop; + +import com.yeshi.fanli.exception.BaseException; + +/** + * 绂忕鍏呭�煎紓甯� + * + * @author Administrator + * + */ +public class FuLuChargeException extends BaseException { + + public static int CODE_BALANCE_NOT_ENOUGH = 2004;// 璐︽埛浣欓涓嶈冻 + public static int CODE_ORDER_NO_EXIST = 4010;// 璁㈠崟鍙峰凡缁忓瓨鍦� + + private static final long serialVersionUID = 572112205824229000L; + + public FuLuChargeException(int code, String msg) { + super(code, msg); + } + + public FuLuChargeException() { + super(); + } + +} -- Gitblit v1.8.0