|
|
@@ -148,7 +148,7 @@ func FinanceCenterMediumDetail(c *gin.Context, req md.CommDetailReq) md.FinanceC |
|
|
|
if tmpMedium["account"] != "" { |
|
|
|
tmp.Account = tmpMedium["account"] |
|
|
|
} |
|
|
|
tmp.DownUrl = "http://" + c.Request.Host + "/api/agent/settle/file/down?id=" + utils.IntToStr(data.Id) |
|
|
|
tmp.DownUrl = "http://" + c.Request.Host + "/api/medium/settle/file/down?id=" + utils.IntToStr(data.Id) |
|
|
|
res := md.FinanceCenterDataDetailRes{ |
|
|
|
Data: tmp, |
|
|
|
InvoiceCate: md.InvoiceCate, |
|
|
|