|
|
@@ -280,6 +280,7 @@ func rFinanceCenter(r *gin.RouterGroup) { |
|
|
|
r.POST("/medium/invoice/save", hdl.FinanceCenterMediumInvoiceSave) // 财务中心-媒体详情-发票审核 |
|
|
|
r.POST("/medium/other/income/save", hdl.FinanceCenterMediumOtherIncomeSave) // 财务中心-媒体详情-其他收益调整 |
|
|
|
r.POST("/medium/pay/save", hdl.FinanceCenterMediumPaySave) // 财务中心-媒体详情-确认支付 |
|
|
|
r.POST("/medium/check/save", hdl.FinanceCenterMediumCheckSave) // 财务中心-媒体详情-确认支付 |
|
|
|
|
|
|
|
r.POST("/platform/list", hdl.FinanceCenterPlatformList) // 财务中心-平台报表 |
|
|
|
|
|
|
@@ -289,6 +290,7 @@ func rFinanceCenter(r *gin.RouterGroup) { |
|
|
|
r.POST("/agent/invoice/save", hdl.FinanceCenterAgentInvoiceSave) // 财务中心-代理详情-发票审核 |
|
|
|
r.POST("/agent/other/income/save", hdl.FinanceCenterAgentOtherIncomeSave) // 财务中心-代理详情-其他收益调整 |
|
|
|
r.POST("/agent/pay/save", hdl.FinanceCenterAgentPaySave) // 财务中心-代理详情-确认支付 |
|
|
|
r.POST("/agent/check/save", hdl.FinanceCenterAgentCheckSave) // 财务中心-媒体详情-确认支付 |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|