From 2a67325bfcca602dc73643860928ec3e533b8189 Mon Sep 17 00:00:00 2001 From: jhc <9316338+wangyitao309@user.noreply.gitee.com> Date: Sun, 7 Apr 2024 14:50:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pb/dci.proto | 2 +- pb/dci/dci.pb.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pb/dci.proto b/pb/dci.proto index 4f54f87..d32ee32 100644 --- a/pb/dci.proto +++ b/pb/dci.proto @@ -257,7 +257,7 @@ message GetDciPayUrlRequest { message GetDciPayUrlResponse { string payUrl = 12 [json_name = "payUrl"]; - string Amount = 13 [json_name = "Amount"]; + string amount = 13 [json_name = "amount"]; string resultCode = 14 [json_name = "resultCode"]; string resultMsg = 15 [json_name = "resultMsg"]; string reqMsgId = 16 [json_name = "reqMsgId"]; diff --git a/pb/dci/dci.pb.go b/pb/dci/dci.pb.go index f1d9740..7f809c2 100644 --- a/pb/dci/dci.pb.go +++ b/pb/dci/dci.pb.go @@ -2086,7 +2086,7 @@ type GetDciPayUrlResponse struct { unknownFields protoimpl.UnknownFields PayUrl string `protobuf:"bytes,12,opt,name=payUrl,proto3" json:"payUrl"` - Amount string `protobuf:"bytes,13,opt,name=Amount,proto3" json:"Amount"` + Amount string `protobuf:"bytes,13,opt,name=amount,proto3" json:"amount"` ResultCode string `protobuf:"bytes,14,opt,name=resultCode,proto3" json:"resultCode"` ResultMsg string `protobuf:"bytes,15,opt,name=resultMsg,proto3" json:"resultMsg"` ReqMsgId string `protobuf:"bytes,16,opt,name=reqMsgId,proto3" json:"reqMsgId"` @@ -3206,7 +3206,7 @@ var file_pb_dci_proto_rawDesc = []byte{ 0x47, 0x65, 0x74, 0x44, 0x63, 0x69, 0x50, 0x61, 0x79, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x79, 0x55, 0x72, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x79, 0x55, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, - 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x41, 0x6d, + 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73,