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