Compare commits
No commits in common. "b2732eeaf9b168057b24679ac0ef54975b602827" and "1dada43e0cda28718b77b93ebf0d5319a794bbbd" have entirely different histories.
b2732eeaf9
...
1dada43e0c
@ -37,7 +37,6 @@ func CreateOrderRecord(req *bundle.OrderCreateRecord) (res *bundle.CommonRespons
|
|||||||
Signature: req.Signature,
|
Signature: req.Signature,
|
||||||
SignedTime: req.SignedTime,
|
SignedTime: req.SignedTime,
|
||||||
Snapshot: req.Snapshot,
|
Snapshot: req.Snapshot,
|
||||||
HandlingFee: i.HandlingFee,
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
orderRecord := &model.BundleOrderRecords{
|
orderRecord := &model.BundleOrderRecords{
|
||||||
|
@ -169,7 +169,6 @@ message OrderCreateAddRecord{
|
|||||||
string unit = 6 [json_name = "unit"];
|
string unit = 6 [json_name = "unit"];
|
||||||
int32 source = 7 [json_name = "source"];
|
int32 source = 7 [json_name = "source"];
|
||||||
int32 paymentStatus = 8 [json_name = "paymentStatus"];
|
int32 paymentStatus = 8 [json_name = "paymentStatus"];
|
||||||
string handlingFee = 9 [json_name = "handlingFee"];
|
|
||||||
}
|
}
|
||||||
message OrderRecordsRequestV2{
|
message OrderRecordsRequestV2{
|
||||||
string customerName = 1;
|
string customerName = 1;
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -7,8 +7,8 @@ import (
|
|||||||
fmt "fmt"
|
fmt "fmt"
|
||||||
math "math"
|
math "math"
|
||||||
proto "github.com/golang/protobuf/proto"
|
proto "github.com/golang/protobuf/proto"
|
||||||
_ "google.golang.org/protobuf/types/descriptorpb"
|
|
||||||
_ "github.com/mwitkow/go-proto-validators"
|
_ "github.com/mwitkow/go-proto-validators"
|
||||||
|
_ "google.golang.org/protobuf/types/descriptorpb"
|
||||||
github_com_mwitkow_go_proto_validators "github.com/mwitkow/go-proto-validators"
|
github_com_mwitkow_go_proto_validators "github.com/mwitkow/go-proto-validators"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user