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