From 8182912f9953c0fe016bb9b2fdd2c24f10d728e5 Mon Sep 17 00:00:00 2001
From: Jerry Yan <792602257@qq.com>
Date: Sun, 6 Dec 2020 19:48:27 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=83=E7=89=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 oss/qiniu.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oss/qiniu.php b/oss/qiniu.php
index c0d96a7..5b34fa2 100755
--- a/oss/qiniu.php
+++ b/oss/qiniu.php
@@ -291,5 +291,5 @@ $secret_token = 'Ix9LwSpAk0QpsH2vAMup0QLEKMVK5UstDxWCIb-_';
 $bucket = 'qlgmall';
 $ql = new SDK($access_token, $secret_token, $bucket);
 $response['token'] = $ql->uploadToken($bucket);
-$response['url'] = 'http://qlg.ect99.com/';//'http://ppzpdlj0h.bkt.clouddn.com';
+$response['url'] = 'http://qlgmall.zgqlg.com.cn/';//'http://ppzpdlj0h.bkt.clouddn.com';
 echo json_encode($response);
\ No newline at end of file