微信订阅消息回调支持post和get方法
This commit is contained in:
parent
92bf9948e9
commit
512c076baf
@ -144,7 +144,7 @@ public class WeiXinController extends BaseControllerImpl {
|
|||||||
|
|
||||||
|
|
||||||
@ApiOperation(value = "小程序回调", notes = "小程序回调")
|
@ApiOperation(value = "小程序回调", notes = "小程序回调")
|
||||||
@RequestMapping(value = "/xcxCallBack", method = RequestMethod.GET)
|
@RequestMapping(value = "/xcxCallBack")
|
||||||
public String xcxCallBack(@RequestParam(value = "signature",required = false) String signature,
|
public String xcxCallBack(@RequestParam(value = "signature",required = false) String signature,
|
||||||
@RequestParam(value = "timestamp",required = false) String timestamp,
|
@RequestParam(value = "timestamp",required = false) String timestamp,
|
||||||
@RequestParam(value = "nonce",required = false) String nonce,
|
@RequestParam(value = "nonce",required = false) String nonce,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user