hqtToken
This commit is contained in:
@@ -75,7 +75,6 @@ public class HqtAPIServiceImpl implements HqtAPIService {
|
||||
.post(formBody)
|
||||
.addHeader("Authorization", "Basic " + encodedAuth)
|
||||
.addHeader("Host", "tc.cloud.hecom.cn")
|
||||
.addHeader("Content-Type", "application/json")
|
||||
.build();
|
||||
try (Response response = okHttpClient.newCall(request).execute()) {
|
||||
if (!response.isSuccessful()) {
|
||||
|
||||
@@ -278,7 +278,6 @@ public class PushServiceImpl implements PushService {
|
||||
.post(formBody)
|
||||
.addHeader("Authorization", "Basic " + encodedAuth)
|
||||
.addHeader("Host", "tc.cloud.hecom.cn")
|
||||
.addHeader("Content-Type", "application/json")
|
||||
.build();
|
||||
try (Response response = okHttpClient.newCall(request).execute()) {
|
||||
if (!response.isSuccessful()) {
|
||||
|
||||
Reference in New Issue
Block a user