Commit 38cdec23 authored by yf's avatar yf

新增消息、代办接口

parent 98f02517
......@@ -24,7 +24,7 @@ import com.ruoyi.common.core.page.TableDataInfo;
* @date 2024-01-09
*/
@RestController
@RequestMapping("/system/messageInfo")
@RequestMapping(value = {"/system/messageInfo","/app-api/messageInfo"})
public class MessageInfoController extends BaseController
{
@Autowired
......
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