sgj
2025-12-04 91a8e4a9bc039f0e32c389e4f0880820c7a2e1eb
1
2
3
4
5
package com.fzzy.sys.service;
 
public interface LoginService {
    void getCode(String phone);
}