package com.lovenav.service; import com.lovenav.entity.CollectIconList; import org.springframework.web.bind.annotation.RequestBody; public interface QRCService { public String QR(@RequestBody Integer url_id) throws Exception; }