sgj
2026-01-20 ae7c4266892b1017ac5cb8a1c937c78fc9a7a6cd
1
2
3
4
5
package com.fzzy.sys.service;
 
public interface LoginService {
    void getCode(String phone);
}