package cn.wisenergy.service.common;
/**
* @ Description : 对接接口调用公共参数封装
* @ Author : lcc
* @ CreateDate : 2020/11/8 20:35
*/
public class Common {
/**
* 重置密码
*/
public static final String RESET_PASSWORD_VALUE = "123456";
/**
* 阿里云短信发送Url
*/
public static final String SEND_SMS_URL = "http://dysmsapi.aliyuncs.com/?Signature=";
public static final Integer SMS_TIMEOUT = 300;
}
-
licc authored15fa52b7