From 6f3db4019bab7f2ff88179b0379e043633de5b88 Mon Sep 17 00:00:00 2001 From: sunjiayu <767978963@qq.com> Date: Tue, 16 Jul 2024 22:17:06 +0800 Subject: [PATCH] add orderType --- wx_payment/wx_payment.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/wx_payment/wx_payment.proto b/wx_payment/wx_payment.proto index 0efd0da..a353504 100644 --- a/wx_payment/wx_payment.proto +++ b/wx_payment/wx_payment.proto @@ -73,6 +73,7 @@ service NotifyService { message JsApiRequest { string openid = 1; uint64 amount = 2; // 订单金额,单位是分 + int32 data_platform_order_type = 3; // 后台透传orderType }; message JsApiResponse {