From a0a86fe8af2af9cdf1615d4273e09ebcfa770b3e Mon Sep 17 00:00:00 2001 From: zhanglingsheng Date: Thu, 28 Nov 2019 07:32:39 +0800 Subject: [PATCH] =?UTF-8?q?OA=E5=85=B3=E8=81=94=E5=88=87=E6=AD=A3=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PromoteController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/PromoteController.class.php b/Application/Admin/Controller/PromoteController.class.php index c77b8df1f..d7cefa6f1 100644 --- a/Application/Admin/Controller/PromoteController.class.php +++ b/Application/Admin/Controller/PromoteController.class.php @@ -112,7 +112,7 @@ class PromoteController extends ThinkController reset($arr); $sign = md5(http_build_query($arr) . 'wmkjtx_kj213'); $arr['sign'] = $sign; - $re_data = curl_post('http://test.oa.76ba.com/api/wanmeng/platformAccount', $arr); + $re_data = curl_post('http://oa.76ba.com/api/wanmeng/platformAccount', $arr); $re_data = json_decode($re_data, true); if ($re_data['code'] == 1) { $oa = $re_data['data']; @@ -151,7 +151,7 @@ class PromoteController extends ThinkController reset($arr); $sign = md5(http_build_query($arr) . 'wmkjtx_kj213'); $arr['sign'] = $sign; - $re_data = curl_post('http://test.oa.76ba.com/api/wanmeng/verifyBind', $arr); + $re_data = curl_post('http://oa.76ba.com/api/wanmeng/verifyBind', $arr); $re_data = json_decode($re_data, true)['data']; foreach ($list_data as $k => $v) { $oa_val = $re_data[trim($v['account'])];