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