We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f09f15 commit 4e45b5eCopy full SHA for 4e45b5e
2 files changed
.changeset/tiny-turtles-fall.md
@@ -0,0 +1,5 @@
1
+---
2
+"@ethan-utils/pay-gateway": patch
3
4
+
5
+修复 h5 h5jump 支付接口路径错误问题
node-pkgs/pay-gateway/ltzf/index.ts
@@ -476,7 +476,7 @@ export async function h5Pay(
476
}
477
478
const response = await ltzfApi.post<LTZF.Response.H5Pay>(
479
- "/api/wxpay/wap",
+ "/api/wxpay/h5",
480
urlParams,
481
{
482
headers: { "Content-Type": "application/x-www-form-urlencoded" },
@@ -543,7 +543,7 @@ export async function h5JumpPay(
543
544
545
const response = await ltzfApi.post<LTZF.Response.H5JumpPay>(
546
+ "/api/wxpay/jump_h5",
547
548
549
0 commit comments