We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c4bee commit fd8be38Copy full SHA for fd8be38
src/lib/CoaWxPayIsvBin.ts
@@ -59,7 +59,7 @@ export class CoaWxPayIsvBin {
59
// 处理结果
60
try {
61
return await this.handleResult(res)
62
- } catch (e) {
+ } catch (e: any) {
63
this.onRequestError(e, res)
64
throw e
65
}
0 commit comments