Commit 8ce9566b authored by 赵啸非's avatar 赵啸非

修改假期重复提交的问题

parent 77df15c6
...@@ -96,7 +96,7 @@ public class DingMessageController { ...@@ -96,7 +96,7 @@ public class DingMessageController {
*/ */
@PostMapping("/dingtalk/getOaMeassge") @PostMapping("/dingtalk/getOaMeassge")
@UnAuth @UnAuth
public synchronized Map<String, String> getOaMessage(@RequestParam(value = "msg_signature", required = false) String msg_signature, public Map<String, String> getOaMessage(@RequestParam(value = "msg_signature", required = false) String msg_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,
@RequestBody(required = false) JSONObject json) { @RequestBody(required = false) JSONObject json) {
......
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