czt
10 天以前 9013a9201cb49e5777d39a4d08fd6255731fb36d
1
2
3
4
5
package com.fzzy.sys.service;
 
public interface LoginService {
    void getCode(String phone);
}