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