|
|
|
@@ -11,9 +11,7 @@ import com.iformall.domain.vo.MallUserInfoVo; |
|
|
|
import com.iformall.enums.*; |
|
|
|
import com.iformall.exception.MallinkException; |
|
|
|
import com.iformall.annotation.SystemControllerLog; |
|
|
|
import com.iformall.mapper.WxMerchantMapper; |
|
|
|
import com.iformall.service.*; |
|
|
|
import com.iformall.service.impl.WxFlowServiceImpl; |
|
|
|
import com.iformall.shiro.UserSession; |
|
|
|
import com.iformall.shiro.UseriFormallToken; |
|
|
|
import com.iformall.utils.ShiroUtils; |
|
|
|
@@ -28,15 +26,11 @@ import org.apache.shiro.authc.DisabledAccountException; |
|
|
|
import org.apache.shiro.authc.UnknownAccountException; |
|
|
|
import org.apache.shiro.authc.UsernamePasswordToken; |
|
|
|
import org.apache.shiro.subject.Subject; |
|
|
|
import org.flowable.engine.TaskService; |
|
|
|
import org.flowable.task.api.Task; |
|
|
|
import org.slf4j.Logger; |
|
|
|
import org.slf4j.LoggerFactory; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.beans.factory.annotation.Value; |
|
|
|
import org.springframework.util.CollectionUtils; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
import javax.imageio.ImageIO; |
|
|
|
import javax.servlet.ServletException; |
|
|
|
import javax.servlet.ServletOutputStream; |
|
|
|
@@ -45,7 +39,6 @@ import javax.servlet.http.HttpServletResponse; |
|
|
|
import java.awt.image.BufferedImage; |
|
|
|
import java.io.IOException; |
|
|
|
import java.net.URLEncoder; |
|
|
|
import java.util.Date; |
|
|
|
import java.util.HashMap; |
|
|
|
import java.util.List; |
|
|
|
import java.util.Map; |
|
|
|
|