mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore:
This commit is contained in:
@@ -36,7 +36,10 @@ export class KsyunClient {
|
|||||||
});
|
});
|
||||||
|
|
||||||
try{
|
try{
|
||||||
return await this.http.request(config)
|
return await this.http.request({
|
||||||
|
...config,
|
||||||
|
data: opts.data
|
||||||
|
})
|
||||||
}catch (e) {
|
}catch (e) {
|
||||||
this.logger.error(e.request)
|
this.logger.error(e.request)
|
||||||
if (e.response?.data?.Error?.Message){
|
if (e.response?.data?.Error?.Message){
|
||||||
@@ -350,3 +353,5 @@ export class KsyunClient {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user