Commit 42c18c3f by 吕明尚

正确响应微信发送的Token验证

parent 58828575
......@@ -36,12 +36,12 @@ public class WxMsgPushController {
* // * 跳转的小程序页面
* //
*/
private static final String PAGES_ZP = "pages/draft-review/list/list";
private static final String PAGES_ZP = "front-api/order/CJ201701242255505188";
/**
* 正确响应微信发送的Token验证,注意 这里是 get请求
**/
@GetMapping("/verify")
@RequestMapping("/verify")
public String verifyUrl(@RequestParam Map<String, String> params) throws Exception {
// 微信发送的请求中 会有四个参数
// 微信加密签名,signature结合了开发者填写的 token 参数和请求中的 timestamp 参数、nonce参数。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment