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