通用文件上传

到店订单分页
This commit is contained in:
2024-05-15 14:53:06 +08:00
parent 0ebfa2795d
commit 34e06b6b3f
8 changed files with 88 additions and 15 deletions

View File

@@ -1,8 +1,5 @@
package com.chaozhanggui.system.cashierservice.util;
import cn.hutool.core.date.DateUtil;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.aliyun.dysmsapi20170525.Client;
import com.aliyun.teaopenapi.models.Config;
import com.chaozhanggui.system.cashierservice.sign.Result;
@@ -10,11 +7,6 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.awt.image.BufferedImage;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import static com.chaozhanggui.system.cashierservice.sign.CodeEnum.SUCCESS;