Przeglądaj źródła

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

sunxbiao 1 rok temu
rodzic
commit
35d84d5503
1 zmienionych plików z 4 dodań i 2 usunięć
  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
         parent::__construct($app);
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
         $this->channel = '';
33
         $this->channel = '';
32
         $this->userThird = app()->make(UserThirdRepository::class);
34
         $this->userThird = app()->make(UserThirdRepository::class);
33
     }
35
     }