sgj
7 天以前 aa0049cb67788c60efb38172bcc64dc0fa34a093
1
2
3
4
5
package com.fzzy.sys.service;
 
public interface LoginService {
    void getCode(String phone);
}