dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210924
xiaoyong931011
2021-09-24
05bfbb32f1eea70f54092ae8366b91d9f1bcf8b6
[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);
}