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