This commit is contained in:
苏尹岚
2020-11-17 10:35:56 +08:00
parent 32988d0cee
commit d89375a7ce
3 changed files with 6 additions and 5 deletions

View File

@@ -115,6 +115,5 @@ func Cash(ctx *jxcontext.Context, orderID string, payType int, vendorPayType str
return errCode, fmt.Errorf("抱歉,一天只能提现一次!")
}
err = payHandler.CreateRefund()
fmt.Println("eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeerr", err)
return errCode, err
}