|
|
@ -41,6 +41,7 @@ import lombok.extern.slf4j.Slf4j; |
|
|
|
import me.chanjar.weixin.common.error.WxErrorException; |
|
|
|
import me.chanjar.weixin.mp.api.WxMpService; |
|
|
|
import me.chanjar.weixin.mp.bean.result.WxMpQrCodeTicket; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
import javax.servlet.http.HttpServletRequest; |
|
|
@ -65,12 +66,13 @@ public class UserProjectController { |
|
|
|
private final SortUtils sortUtils; |
|
|
|
private final UserProjectThemeService userProjectThemeService; |
|
|
|
private final UserProjectSettingService userProjectSettingService; |
|
|
|
private final WxMpService wxMpService; |
|
|
|
private final ProjectTemplateService projectTemplateService; |
|
|
|
private final ProjectTemplateItemService projectTemplateItemService; |
|
|
|
private final WxMpUserService wxMpUserService; |
|
|
|
private final RedisUtils redisUtils; |
|
|
|
|
|
|
|
@Autowired |
|
|
|
private WxMpService wxMpService; |
|
|
|
|
|
|
|
/** |
|
|
|
* 创建项目 |
|
|
|