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