package cn.com.goldenwater.dcproj.service; public interface SynchronousDataService { void listAll() throws Exception; String getAccessToken() throws Exception; }