aa
This commit is contained in:
@@ -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) {
|
func (c *PurchaseHandler) GetOrderAfsInfo(ctx *jxcontext.Context, vendorOrderID, afsOrderID string) (orderAfsInfo *partner.OrderAfsInfo, err error) {
|
||||||
return orderAfsInfo, err
|
return &partner.OrderAfsInfo{}, err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user