修改
continuous-integration/drone/push Build is passing Details

main
jhc 6 months ago
parent 243229a011
commit 2a67325bfc

@ -257,7 +257,7 @@ message GetDciPayUrlRequest {
message GetDciPayUrlResponse { message GetDciPayUrlResponse {
string payUrl = 12 [json_name = "payUrl"]; 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 resultCode = 14 [json_name = "resultCode"];
string resultMsg = 15 [json_name = "resultMsg"]; string resultMsg = 15 [json_name = "resultMsg"];
string reqMsgId = 16 [json_name = "reqMsgId"]; string reqMsgId = 16 [json_name = "reqMsgId"];

@ -2086,7 +2086,7 @@ type GetDciPayUrlResponse struct {
unknownFields protoimpl.UnknownFields unknownFields protoimpl.UnknownFields
PayUrl string `protobuf:"bytes,12,opt,name=payUrl,proto3" json:"payUrl"` 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"` ResultCode string `protobuf:"bytes,14,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,15,opt,name=resultMsg,proto3" json:"resultMsg"` ResultMsg string `protobuf:"bytes,15,opt,name=resultMsg,proto3" json:"resultMsg"`
ReqMsgId string `protobuf:"bytes,16,opt,name=reqMsgId,proto3" json:"reqMsgId"` 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, 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, 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, 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, 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, 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, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73,

Loading…
Cancel
Save