暂存
This commit is contained in:
parent
78980120e7
commit
cacbdaa045
@ -0,0 +1,21 @@
|
||||
package com.ruoyi.web.controller.custom;
|
||||
|
||||
import com.ruoyi.common.core.controller.BaseController;
|
||||
import com.ruoyi.custom.domain.WxPush;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/wx")
|
||||
public class CusWxController extends BaseController {
|
||||
|
||||
// @GetMapping("/push")
|
||||
// public String msgPushTest(@PathVariable("echostr") String echostr) {
|
||||
// return echostr;
|
||||
// }
|
||||
//
|
||||
// @PostMapping("/push")
|
||||
// public void msgPush(@RequestBody WxPush pushMsg) {
|
||||
//
|
||||
// }
|
||||
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.ruoyi.custom.domain;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public class WxPush implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user