上传支付代码回应

This commit is contained in:
liwei1dao 2022-12-20 15:05:15 +08:00
parent 7cea922e44
commit 2616200338

View File

@ -35,7 +35,7 @@ func (this *Api_Comp) PayDelivery(c *engine.Context) {
payresp *pb.PayDeliveryResp = &pb.PayDeliveryResp{ payresp *pb.PayDeliveryResp = &pb.PayDeliveryResp{
Code: 0, Code: 0,
Msg: "成功", Msg: "成功",
Data: "". Data: "",
} }
) )
defer func() { defer func() {