feat: 新增虚拟支付订单与网盘链接检测功能
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.ruoyi.office.service;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 项目网盘链接检测服务。
|
||||
*/
|
||||
public interface IProjectLinkCheckService
|
||||
{
|
||||
Map<String, Object> checkProject(Integer projectId);
|
||||
|
||||
Map<String, Object> checkProjects(Integer[] projectIds);
|
||||
}
|
||||
Reference in New Issue
Block a user