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