dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add my team
Helius
2021-09-24
b0e15cf443f945d3c2f7bc2da7cd48972e5117af
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
service
/
ICommonService.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.mall.service;
/**
* @author wzy
* @date 2021-09-16
**/
public interface ICommonService {
boolean verifyCode(String account, String code);
}