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