This commit is contained in:
sjm
2023-12-27 14:46:15 +08:00
parent b028f37e48
commit 8da7d59494
3 changed files with 10 additions and 9 deletions

View File

@@ -3,5 +3,5 @@ package com.lovenav.service;
import com.lovenav.entity.CollectIconList;
public interface QRCService {
public String QR(CollectIconList collect) throws Exception;
public String QR(int url_id) throws Exception;
}