From bd05348e3a44601a8b2e88a757e4b172b6a99273 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Tue, 13 Jun 2023 21:13:09 +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 781e5af5..777f9add 100755 --- a/common/third_party/b2m/simple-sms.php +++ b/common/third_party/b2m/simple-sms.php @@ -7,7 +7,7 @@ define("YM_SMS_SEND_PER_URI", "/simpleinter/sendPersonalitySMS");/*发送 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_APPID", "EUCP-EMY-SMS1-2P4I8");/*APPID,请联系销售或者在页面获取*/ 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 5eaf972c..223634a6 100755 --- a/common/third_party/b2m/sms.php +++ b/common/third_party/b2m/sms.php @@ -9,7 +9,7 @@ define("YM_SMS_SEND_PERSONALITY_SMS_URI", "/inter/sendPersonalitySMS");/*发送 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_APPID", "EUCP-EMY-SMS1-2P4I8");/*APPID,请联系销售或者在页面获取*/ define("YM_SMS_AESPWD", "A086E9F997D733B1");/*密钥,请联系销售或者在页面获取*/ define("EN_GZIP", true);/* 是否开启GZIP */