记得上下班打卡 | git大法好,push需谨慎

Commit 99f72beb authored by jiangxiulong's avatar jiangxiulong

sweet RequestBody

parent 9f2af0d0
...@@ -49,8 +49,8 @@ public class SweetWechatActionCallbackController { ...@@ -49,8 +49,8 @@ public class SweetWechatActionCallbackController {
@PostMapping("record") @PostMapping("record")
@ApiOperation("post") @ApiOperation("post")
public String record( public String record(
// @RequestBody String requestBody, @RequestBody String requestBody,
@RequestParam String requestBody, // @RequestParam String requestBody,
@RequestParam("signature") String signature, @RequestParam("signature") String signature,
@RequestParam("timestamp") String timestamp, @RequestParam("timestamp") String timestamp,
@RequestParam("nonce") String nonce, @RequestParam("nonce") String 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