|
@@ -341,7 +341,7 @@ public class CmsAdminUserController {
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * cps后台微信授权登录
|
|
|
|
|
|
|
+ * 银河后台微信授权登录
|
|
|
*/
|
|
*/
|
|
|
@GetMapping("/wx/authLogin")
|
|
@GetMapping("/wx/authLogin")
|
|
|
public Result<CpsAuthDto> wxAuthorize(String redirectUrl) throws Exception {
|
|
public Result<CpsAuthDto> wxAuthorize(String redirectUrl) throws Exception {
|
|
@@ -359,7 +359,7 @@ public class CmsAdminUserController {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * 网页微信授权后跳转
|
|
|
|
|
|
|
+ * 银河后台网页微信授权后跳转
|
|
|
*/
|
|
*/
|
|
|
@GetMapping("/wx/authLogin/baseRedirect")
|
|
@GetMapping("/wx/authLogin/baseRedirect")
|
|
|
public Result<String> wxAuthLoginRedirect(String code, String state, HttpServletResponse response) throws Exception {
|
|
public Result<String> wxAuthLoginRedirect(String code, String state, HttpServletResponse response) throws Exception {
|