package com.cyksj.service.register; import java.io.IOException; /** * @author chan * @date 2022/11/7 1:54 PM */ public interface SpotifyService { void register(Long registerOrderId); }