dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix
Helius
2021-09-22
5891fbcb6a2cb662c24c379e6368f13293e6b0c2
[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);
}