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