jiazx0107
19 小时以前 4450143298f467e05c84c7f2bfc8b04412d5ebc8
1
2
3
4
5
package com.fzzy.sys.service;
 
public interface LoginService {
    void getCode(String phone);
}