From 9ed04e5cbd29a9c97dcd22c35394ccbde1fb5b08 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Tue, 13 Jun 2023 21:04:43 +0800 Subject: [PATCH] sms --- common/third_party/b2m/simple-sms.php | 2 +- common/third_party/b2m/sms.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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");