config.php
553 Bytes
<?php
//短信服务器地址
define( 'SMS_SERVER_ADDR', 'http://cf.lmobile.cn/submitdata/service.asmx/g_Submit' );
// 短信发送的用户名
define( 'SMS_USER_NAME', 'dlyoho00' );
// 短信发送的用户密码
define( 'SMS_USER_PASSWORD', '12345678' );
// 企业代码
define( 'SMS_BUSINESS_ID', '' );
// 产品号1
define( 'SMS_PRODUCT_ID1', '1012812' );
// 产品号2---等待时间短
define( 'SMS_PRODUCT_ID2', '1012818' );
//每天发送多少条
define('SMS_EVERYDAY_COUNT', 10);
//每条的有效时间
define('SMS_EFFECTIVE_TIME', 10*60);
?>