jiazx0107
2026-01-15 19f170a41e2200eed6a23402b00d7da20b38f42d
1
2
3
4
5
package com.fzzy.sys.service;
 
public interface LoginService {
    void getCode(String phone);
}