|
|
|
@@ -13,6 +13,7 @@ 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; |
|
|
|
@@ -27,10 +28,13 @@ 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; |
|
|
|
|