|
@@ -13,13 +13,13 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
-@UnAuth
|
|
|
@RestController
|
|
|
@RequestMapping("/qw")
|
|
|
public class QwCallbackController {
|
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(QwLoginController.class);
|
|
|
@Autowired
|
|
|
private QywxUserDataService userDataService;
|
|
|
+ @UnAuth
|
|
|
@PostMapping("/callback")
|
|
|
public void onMessage(@RequestBody String callbackData) {
|
|
|
// 1. 解析外层数据
|