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