比例改为10000

This commit is contained in:
tianfeng 2025-12-02 12:32:46 +08:00
parent 8361fde309
commit 5d54bbfdda

View File

@ -23,7 +23,7 @@ public enum FreightGoldToUsdRatioEnum {
* YOLO.
*/
YOLO(6000),
LIKEI(6000),
LIKEI(10000),
LOTFUN(6000);
private final int ratio;
@ -34,7 +34,7 @@ public enum FreightGoldToUsdRatioEnum {
public static int getRatio(String sysOrigin) {
if (StringUtils.isBlank(sysOrigin)) {
return 1000;
return 10000;
}
try {