|
|
@@ -42,7 +42,7 @@ class AlibabaAgentBaseService
|
|
42
|
42
|
$this->config = Config::get('third_party.alibaba_agent', []);
|
|
43
|
43
|
$this->appKey = $this->config['appKey'] ?? '';
|
|
44
|
44
|
$this->appSecret = $this->config['appSecret'] ?? '';
|
|
45
|
|
- $this->accessToken = $this->config['accessToken'] ?? '';
|
|
|
45
|
+ $this->accessToken = 'ce15fc70-b462-43bf-acc3-f87e43c858ba';
|
|
46
|
46
|
$this->gatewayUrl = $this->config['gatewayUrl'] ?? 'https://gw.open.1688.com/openapi/';
|
|
47
|
47
|
}
|
|
48
|
48
|
|