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