diff --git a/common/third_party/b2m/simple-sms.php b/common/third_party/b2m/simple-sms.php index 2a28e1bc..781e5af5 100755 --- a/common/third_party/b2m/simple-sms.php +++ b/common/third_party/b2m/simple-sms.php @@ -8,7 +8,7 @@ define("YM_SMS_GETREPORT_URI", "/simpleinter/getReport");/*获取状态报告 define("YM_SMS_GETMO_URI", "/simpleinter/getMo");/*获取上行接口*/ define("YM_SMS_GETBALANCE_URI", "/simpleinter/getBalance"); /*获取余额接口*/ define("YM_SMS_APPID", "EUCP-EMY-SMS1-1XCTS");/*APPID,请联系销售或者在页面获取*/ -define("YM_SMS_AESPWD", "8B10E95061795393");/*密钥,请联系销售或者在页面获取*/ +define("YM_SMS_AESPWD", "A086E9F997D733B1");/*密钥,请联系销售或者在页面获取*/ define("END", "\n"); diff --git a/common/third_party/b2m/sms.php b/common/third_party/b2m/sms.php index 35c533c9..5eaf972c 100755 --- a/common/third_party/b2m/sms.php +++ b/common/third_party/b2m/sms.php @@ -10,7 +10,7 @@ define("YM_SMS_GETREPORT_URI", "/inter/getReport");/*获取状态报告接口*/ define("YM_SMS_GETMO_URI", "/inter/getMo");/*获取上行接口*/ define("YM_SMS_GETBALANCE_URI", "/inter/getBalance"); /*获取余额接口*/ define("YM_SMS_APPID", "EUCP-EMY-SMS1-1XCTS");/*APPID,请联系销售或者在页面获取*/ -define("YM_SMS_AESPWD", "8B10E95061795393");/*密钥,请联系销售或者在页面获取*/ +define("YM_SMS_AESPWD", "A086E9F997D733B1");/*密钥,请联系销售或者在页面获取*/ define("EN_GZIP", true);/* 是否开启GZIP */ define("END", "\n");