From 0cc4ef4451329aded2a6ff595cbd30be9fb622ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Mon, 8 Aug 2022 13:27:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#20220808=20=E5=BF=AB=E5=9B=A2=E5=9B=A2?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=95=86=E8=B4=A6=E5=8F=B7=E5=B8=AE=E5=BF=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Business/KuaiTuanTuan/KuaiTuanTuan.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/Business/KuaiTuanTuan/KuaiTuanTuan.php b/app/Services/Business/KuaiTuanTuan/KuaiTuanTuan.php index d75d708..8803dab 100644 --- a/app/Services/Business/KuaiTuanTuan/KuaiTuanTuan.php +++ b/app/Services/Business/KuaiTuanTuan/KuaiTuanTuan.php @@ -14,9 +14,9 @@ class KuaiTuanTuan extends BusinessClient // 如果请求的content-type是 application/x-www-form-urlencoded,所有参数值也做urlencode编码; // 如果是multipart/form-data格式,每个表单字段的参数值无需编码,但每个表单字段的charset需要指定为utf-8 // 如果指定接口返回数据格式为JSON,请指明header头content-type: application/json - protected $clientId = ''; + protected $clientId = '8d7ca13bc27247b6a04e08404b51dfd8'; - protected $clientSecret = ''; + protected $clientSecret = '4478bc82dc1e1f68fe06c9f2bc683f1dcb3e6d83'; protected $publicParams = [ 'type' => '',