From abc1e47cfa4ed059d6419219dd1de719c2768cb0 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Wed, 14 Jun 2023 09:54:09 +0800 Subject: [PATCH] sms --- common/third_party/b2m/simple-sms.php | 4 ++-- common/third_party/b2m/sms.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/third_party/b2m/simple-sms.php b/common/third_party/b2m/simple-sms.php index 777f9add..2a28e1bc 100755 --- a/common/third_party/b2m/simple-sms.php +++ b/common/third_party/b2m/simple-sms.php @@ -7,8 +7,8 @@ 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-2P4I8");/*APPID,请联系销售或者在页面获取*/ -define("YM_SMS_AESPWD", "A086E9F997D733B1");/*密钥,请联系销售或者在页面获取*/ +define("YM_SMS_APPID", "EUCP-EMY-SMS1-1XCTS");/*APPID,请联系销售或者在页面获取*/ +define("YM_SMS_AESPWD", "8B10E95061795393");/*密钥,请联系销售或者在页面获取*/ define("END", "\n"); diff --git a/common/third_party/b2m/sms.php b/common/third_party/b2m/sms.php index 223634a6..35c533c9 100755 --- a/common/third_party/b2m/sms.php +++ b/common/third_party/b2m/sms.php @@ -9,8 +9,8 @@ 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-2P4I8");/*APPID,请联系销售或者在页面获取*/ -define("YM_SMS_AESPWD", "A086E9F997D733B1");/*密钥,请联系销售或者在页面获取*/ +define("YM_SMS_APPID", "EUCP-EMY-SMS1-1XCTS");/*APPID,请联系销售或者在页面获取*/ +define("YM_SMS_AESPWD", "8B10E95061795393");/*密钥,请联系销售或者在页面获取*/ define("EN_GZIP", true);/* 是否开启GZIP */ define("END", "\n");