sgj
2026-01-17 b044b82c3733851014a831358106111872e9840f
1
2
3
4
5
package com.fzzy.sys.service;
 
public interface LoginService {
    void getCode(String phone);
}