微信订阅消息回调支持post和get方法
This commit is contained in:
parent
1ae6a7a0aa
commit
0ac51a5119
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user