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