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