微信接口开发

This commit is contained in:
huangdeliang 2021-05-13 17:59:23 +08:00
parent 7332ce7649
commit 2e8e6d7b8d

View File

@ -526,7 +526,7 @@ public class WechatAppletController extends BaseController {
@GetMapping("/authServer")
public String authServer(HttpServletRequest request) {
// String token = "shengtang";
// String encodingAESKey = "DsZDa8UQs2B0BUF31RNBexGrCEXMwa4z2uONuJmVKFW";
// String encodingAESKey = "i483gAY6KM0Ty5ij245U08jLhROxateWvg0LPjYLprS";
return request.getParameter("echostr");
}