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