Skip to content

Commit fd8be38

Browse files
committed
fix: parameter of type Error
1 parent 75c4bee commit fd8be38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/CoaWxPayIsvBin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class CoaWxPayIsvBin {
5959
// 处理结果
6060
try {
6161
return await this.handleResult(res)
62-
} catch (e) {
62+
} catch (e: any) {
6363
this.onRequestError(e, res)
6464
throw e
6565
}

0 commit comments

Comments
 (0)