dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://120.27.238.55:7000/r/xc-mall
xiaoyong931011
2021-09-24
462d7cf7fc4a4dd2ba7060832f6fd007ee1618c4
[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);
}