feat(REQ-2106): 获取版本更新提示弹窗内容

This commit is contained in:
chenwenjian 2024-04-06 15:47:42 +08:00
parent 4eb7439631
commit 621a7e48c4

View File

@ -77,5 +77,6 @@ public interface ApplicationVersionApi {
* @param req {@link GetVersionUpdateRemindContentReq}
* @return 版本更新提醒内容
*/
@PostMapping("/api/applicationVersion/getVersionUpdateRemindContent")
ApiResult<GetVersionUpdateRemindContentResp> getVersionUpdateRemindContent(@RequestBody @Valid GetVersionUpdateRemindContentReq req);
}