|
@@ -50,6 +50,7 @@ public class AppletController {
|
|
public String appletMsgCheck(@PathVariable("appId") String appId, @RequestParam String signature,
|
|
public String appletMsgCheck(@PathVariable("appId") String appId, @RequestParam String signature,
|
|
@RequestParam String timestamp, @RequestParam String nonce,
|
|
@RequestParam String timestamp, @RequestParam String nonce,
|
|
@RequestParam String echostr) throws Exception {
|
|
@RequestParam String echostr) throws Exception {
|
|
|
|
+ log.error("接收到认证请求, appId : {}", appId);
|
|
return gameAppletService.appletMsgCheck(appId, signature, timestamp, nonce, echostr);
|
|
return gameAppletService.appletMsgCheck(appId, signature, timestamp, nonce, echostr);
|
|
}
|
|
}
|
|
|
|
|