sgj
2026-02-27 78ffc470889fcf38434521b3087bb2e21e5a9fce
1
2
3
4
5
package com.fzzy.sys.service;
 
public interface LoginService {
    void getCode(String phone);
}