1:运行Java程序后访问localhost:8080 自动跳转doc.html

2:修复默认运费配置数据,确定订单下单正确
3:小程序超包问题
This commit is contained in:
stivepeim
2021-04-26 18:40:42 +08:00
parent 0afcddc205
commit d3554b6de0
49 changed files with 8760 additions and 19381 deletions

View File

@@ -1,7 +1,5 @@
package com.utils;
import org.apache.poi.ss.formula.functions.T;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;

View File

@@ -4,7 +4,6 @@ import cn.hutool.crypto.SecureUtil;
import com.alibaba.fastjson.JSONObject;
import com.constants.Constants;
import com.exception.CrmebException;
import org.apache.commons.codec.digest.DigestUtils;
import org.apache.commons.lang3.StringUtils;
import javax.crypto.Cipher;