czt
2025-12-12 51faf3e9c3c613e7fb12db6c88356946f2429e0c
1
2
3
4
5
package com.fzzy.sys.service;
 
public interface LoginService {
    void getCode(String phone);
}