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/dto/common/CommonContentTypeEnum.java | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/common/CommonContentTypeEnum.java b/fanli/src/main/java/com/yeshi/fanli/dto/common/CommonContentTypeEnum.java index 3301081..071562b 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dto/common/CommonContentTypeEnum.java +++ b/fanli/src/main/java/com/yeshi/fanli/dto/common/CommonContentTypeEnum.java @@ -1,18 +1,18 @@ -package com.yeshi.fanli.dto.common; - -public enum CommonContentTypeEnum { - - _9k9("9鍧�9"), haoQuan("楂橀濂藉埜"), chaoSheng("瓒呯骇鐪侀挶"), muYin("姣嶅┐绮鹃��"), reMai("娼搧鐑崠"), meiShi("浼橀�夌編椋�"), juJia( - "灞呭鐢熸椿"), chuanYiDaPei("绌胯。鎼厤"), meiZhuangGehu("缇庡涓姢"), jingPinXieBao( - "绮惧搧闉嬪寘"), chaoNanReMai("娼敺鐑崠"), shuMaShouJi("鏁扮爜鎵嬫満"), yunDongKuXie("杩愬姩閰烽瀷"), qiCheHuWai("姹借溅鎴峰"); - private final String desc; - - private CommonContentTypeEnum(String desc) { - this.desc = desc; - } - - public String getDesc() { - return desc; - } - -} +package com.yeshi.fanli.dto.common; + +public enum CommonContentTypeEnum { + + _9k9("9.9鍖呴偖"), haoQuan("楂橀濂藉埜"), chaoSheng("瓒呯骇鐪侀挶"), muYin("姣嶅┐绮鹃��"), reMai("娼搧鐑崠"), meiShi("浼橀�夌編椋�"), juJia( + "灞呭鐢熸椿"), chuanYiDaPei("绌胯。鎼厤"), meiZhuangGehu("缇庡涓姢"), jingPinXieBao("绮惧搧闉嬪寘"), chaoNanReMai( + "娼敺鐑崠"), shuMaShouJi("鏁扮爜鎵嬫満"), yunDongKuXie("杩愬姩閰烽瀷"), qiCheHuWai("姹借溅鎴峰"), chaoPinReMai("鏂版娼搧"), mianDan("鍏嶅崟鍟嗗搧"), guessLikeDevice("鐚滀綘鍠滄"), pddHotGoodsRank("鎷煎澶氱儹閿�姒滃崟"), jdHotGoodsRank("鎷煎澶氱儹閿�姒滃崟"), tbHotGoodsRank("娣樺疂鐑攢姒滃崟"); + private final String desc; + + private CommonContentTypeEnum(String desc) { + this.desc = desc; + } + + public String getDesc() { + return desc; + } + +} -- Gitblit v1.8.0