|
|
|
@@ -56,7 +56,7 @@ import java.util.concurrent.TimeUnit; |
|
|
|
@RequestMapping("/wechat") |
|
|
|
@Slf4j |
|
|
|
public class WechatLoginController extends BaseController { |
|
|
|
private String WECHAT_PREV = "OPEN-"; |
|
|
|
private String WECHAT_PREV = "LOGIN:OPEN:"; |
|
|
|
|
|
|
|
@Autowired |
|
|
|
private WxMpService wxMpService; |
|
|
|
|