This commit is contained in:
suyl
2021-06-21 10:46:32 +08:00
parent ad88235942
commit aac18a21dc

View File

@@ -134,5 +134,5 @@ func GenAfsOrderNo(ctx *jxcontext.Context) (orderNo int64) {
}
func (c *PurchaseHandler) GetOrderAfsInfo(ctx *jxcontext.Context, vendorOrderID, afsOrderID string) (orderAfsInfo *partner.OrderAfsInfo, err error) {
return orderAfsInfo, err
return &partner.OrderAfsInfo{}, err
}