Helius
2021-09-23 2ac550a8e49e1e6105793a30c3e21a37f4397cff
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);
}