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