package cn.wisenergy.service.app; import cn.wisenergy.common.utils.R; /** *@ Description: 短信验证码接口定义 *@ Author : 86187 *@ Date : 2021/1/15 15:44 */ public interface SendSmsSerVice { R<Object> getSmCode(String phone); }