czt
2025-06-03 4901f0cf60ecc6484d149ca5e9a0083e4b21db21
1
2
3
4
5
package com.fzzy.sys.service;
 
public interface LoginService {
    void getCode(String phone);
}