|
@ -341,4 +341,16 @@ public class RedisKeys { |
|
|
return rootPrefix.concat("item:three:").concat(serialNum); |
|
|
return rootPrefix.concat("item:three:").concat(serialNum); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 市平台诉求编码 |
|
|
|
|
|
* |
|
|
|
|
|
* @param |
|
|
|
|
|
* @return java.lang.String |
|
|
|
|
|
* @author zhy |
|
|
|
|
|
* @date 2022/9/5 18:14 |
|
|
|
|
|
*/ |
|
|
|
|
|
public static String getItemSqidKey(String itemId) { |
|
|
|
|
|
return rootPrefix.concat("item:sqid:").concat(itemId); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|