|
|
@@ -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
|
}
|