package com.moral.service; import com.moral.entity.Account; public interface WebTokenService { String getToken(String id); }