Просмотр исходного кода

将苏宁的appKey和secretKey更换为幸福宝账号的(账号:17855366921)

sunxbiao 1 год назад
Родитель
Сommit
35d84d5503
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      app/controller/api/store/product/Su.php

+ 4 - 2
app/controller/api/store/product/Su.php

@@ -26,8 +26,10 @@ class Su extends BaseController
26 26
     {
27 27
 
28 28
         parent::__construct($app);
29
-        $this->appKey = '8349fdf89e7c46ff8ba28752093dfd09';
30
-        $this->secretKey = '7c386c01da509065febddde9f87d4821';
29
+//        $this->appKey = '8349fdf89e7c46ff8ba28752093dfd09';
30
+//        $this->secretKey = '7c386c01da509065febddde9f87d4821';
31
+        $this->appKey = '7031e4de1179b326a904b9c2eec68eb1';
32
+        $this->secretKey = 'bf0c498b244aaca811c19742602c2d4d';
31 33
         $this->channel = '';
32 34
         $this->userThird = app()->make(UserThirdRepository::class);
33 35
     }