From 8f57d12f9c8515706b840ee256f14c1870adf5b0 Mon Sep 17 00:00:00 2001 From: 潘浩文 <phw@bronet.cn> Date: Tue, 23 Oct 2018 13:59:16 +0800 Subject: [PATCH] 1 --- app/portal/service/MobileService.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/portal/service/MobileService.php b/app/portal/service/MobileService.php index 5944f1c..4cc924c 100644 --- a/app/portal/service/MobileService.php +++ b/app/portal/service/MobileService.php @@ -16,14 +16,14 @@ class MobileService{ include_once("CCPRestSmsSDK.php"); // 初始化REST SDK //主帐号,对应开官网发者主账号下的 ACCOUNT SID - $accountSid = '13821821000'; + $accountSid = '8aaf070858fbdefa0158fbf36f2d0043'; //主帐号令牌,对应官网开发者主账号下的 AUTH TOKEN - $accountToken = 'suntata12345'; + $accountToken = '96c2959e8c3144eabf3473c90b99ced4'; //应用Id,在官网应用列表中点击应用,对应应用详情中的APP ID //在开发调试的时候,可以使用官网自动为您分配的测试Demo的APP ID - $appId = ''; + $appId = '8aaf070858fbdefa0158fbf370200048'; //请求地址 //沙盒环境(用于应用开发调试):sandboxapp.cloopen.com -- libgit2 0.24.0