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