From 38f111d4c6545dba05c905f894b5e944768cc235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90=E9=93=AD?= Date: Fri, 19 Jul 2024 09:14:40 +0800 Subject: [PATCH] =?UTF-8?q?plugin=20weixin=20=E6=B2=A1=E6=9C=89=E5=9B=9E?= =?UTF-8?q?=E8=B0=83=EF=BC=8C=E4=B8=8B=E5=8D=95=E6=88=90=E5=8A=9F=E5=8D=B3?= =?UTF-8?q?=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/weixin_cpn/internal/transform.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/weixin_cpn/internal/transform.go b/plugins/weixin_cpn/internal/transform.go index 28a0184..8b94bc0 100644 --- a/plugins/weixin_cpn/internal/transform.go +++ b/plugins/weixin_cpn/internal/transform.go @@ -50,7 +50,7 @@ func orderReq(order *proto.OrderRequest_Order, product *proto.OrderRequest_Produ func orderResp(order *proto.OrderRequest_Order, tradeNo string) *proto.OrderResponse { return &proto.OrderResponse{ Result: &proto.Result{ - Status: proto.Status_ING, + Status: proto.Status_SUCCESS, OrderNo: order.GetOrderNo(), TradeNo: tradeNo, Message: "成功",