Ver código fonte

更换京东appid和èœ密钥

hefei 1 ano atrás
pai
commit
f57cfa042c
1 arquivos alterados com 8 adições e 4 exclusões
  1. 8 4
      app/controller/api/store/product/Jt.php

+ 8 - 4
app/controller/api/store/product/Jt.php

@@ -43,10 +43,14 @@ class Jt extends BaseController
43
     public function __construct(App $app)
43
     public function __construct(App $app)
44
     {
44
     {
45
         parent::__construct($app);
45
         parent::__construct($app);
46
-        $this->jttAppId = '2012251037214523';
47
-        $this->jttAppKey = '0800cae09b49da38ef384a8170149d78';
48
-        $this->unionId = '1003309121';
49
-        $this->token = '5ce3da55dc739b6e7d9021d59618c5fa70f064fb9156c8a24e932f74f735d92de73585d1d15d82f1';
46
+//        $this->jttAppId = '2012251037214523';
47
+//        $this->jttAppKey = '0800cae09b49da38ef384a8170149d78';
48
+//        $this->unionId = '1003309121';
49
+//        $this->token = '5ce3da55dc739b6e7d9021d59618c5fa70f064fb9156c8a24e932f74f735d92de73585d1d15d82f1';
50
+        $this->jttAppId = '2502151659465349';
51
+        $this->jttAppKey = 'cf212b4cf1c4b3f4ad1ca326f055a196';
52
+        $this->unionId = '2036254684';
53
+        $this->token = 'a7c43c21f3e156d2fd41dfbe884b9f620250dae2369a4c989f8cfe7597c3af235d324ef0113c5d60';
50
         $this->userThird = app()->make(UserThirdRepository::class);
54
         $this->userThird = app()->make(UserThirdRepository::class);
51
     }
55
     }
52
 
56