Package com.bytedesk.wechat.kefu
Class WeChatKefuRestNotification
java.lang.Object
com.bytedesk.wechat.kefu.WeChatKefuRestNotification
@RestController
@RequestMapping("/wechat/kefu")
public class WeChatKefuRestNotification
extends Object
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WeChatKefuRestNotification
public WeChatKefuRestNotification()
-
-
Method Details
-
oauthCallback
@PostMapping("/command/{CORPID}/callback") public Object oauthCallback(@PathVariable("CORPID") String corpId, @RequestBody(required=false) String requestBody, @RequestParam("timestamp") String timestamp, @RequestParam("nonce") String nonce, @RequestParam(name="msg_signature",required=false) String msgSignature, jakarta.servlet.http.HttpSession session)
-