|
|
@@ -30,10 +30,10 @@ class TaoKe extends BaseController
|
|
30
|
30
|
public function __construct(App $app)
|
|
31
|
31
|
{
|
|
32
|
32
|
parent::__construct($app);
|
|
33
|
|
-// $this->clientId = '37d1fa73af80497ba17bc39ed832310d';
|
|
34
|
|
-// $this->clientSecret = '0654e9101c6cb9d1cd7379e91f596027b3d4d5d7';
|
|
35
|
|
- $this->clientId = 'e87a7f3bea3d4866be1ebcd6297c236f';
|
|
36
|
|
- $this->clientSecret = 'bc906432b1db7f2c417fa4e7f258d3b29374d464';
|
|
|
33
|
+ $this->clientId = '592b62c0ff7346b195e6ccbf20eac831';
|
|
|
34
|
+ $this->clientSecret = 'ab956c0a0bde976a264e5597338b0e2920466572';
|
|
|
35
|
+// $this->clientId = 'e87a7f3bea3d4866be1ebcd6297c236f';
|
|
|
36
|
+// $this->clientSecret = 'bc906432b1db7f2c417fa4e7f258d3b29374d464';
|
|
37
|
37
|
$this->userThird = app()->make(UserThirdRepository::class);
|
|
38
|
38
|
}
|
|
39
|
39
|
|
|
|
@@ -589,7 +589,7 @@ class TaoKe extends BaseController
|
|
589
|
589
|
$params = [
|
|
590
|
590
|
'number' => 1,
|
|
591
|
591
|
// 'p_id_name_list' => json_encode([env("APP_URL")."-".$uid])
|
|
592
|
|
- 'p_id_name_list' => json_encode(["https://api.hxxfb.com"."-".$uid])
|
|
|
592
|
+ 'p_id_name_list' => json_encode(["https://api.hxxfb.com".time()."-".$uid])
|
|
593
|
593
|
];
|
|
594
|
594
|
log::info("=============apiName===+======");
|
|
595
|
595
|
log::info($apiName);
|