微信订阅消息回调支持post和get方法

This commit is contained in:
liyj 2025-09-23 16:57:42 +08:00
parent 1ae6a7a0aa
commit 0ac51a5119

View File

@ -144,7 +144,7 @@ public class WeiXinController extends BaseControllerImpl {
@ApiOperation(value = "小程序回调", notes = "小程序回调")
@RequestMapping(value = "/xcxCallBack", method = RequestMethod.GET)
@RequestMapping(value = "/xcxCallBack")
public String xcxCallBack(@RequestParam(value = "signature",required = false) String signature,
@RequestParam(value = "timestamp",required = false) String timestamp,
@RequestParam(value = "nonce",required = false) String nonce,