@@ -36,8 +36,6 @@ public class ActUrlRouteController {
return BaseResponse.create(result);
}
-
@@ -13,6 +13,12 @@ import com.abi.qms.platform.dto.res.GetActUrlRes;
*/
public interface ActUrlRouteService{
+ /**
+ * 查询活动url
+ * @param getActUrlReq
+ * @return
+ * @throws Exception
+ */
GetActUrlRes getActUrl(GetActUrlReq getActUrlReq) throws Exception;