package com.bocloud.sms.interfaces; import com.megatron.common.model.GeneralResult; public interface SystemHomeService { GeneralResult getToken(); }