package com.fzzy.sys.service; public interface LoginService { void getCode(String phone); }