Commit 20b5df8a authored by shajiaiming's avatar shajiaiming

fix

parent b73f66b7
...@@ -43,7 +43,8 @@ func GetTransactionFee(c *gin.Context) { ...@@ -43,7 +43,8 @@ func GetTransactionFee(c *gin.Context) {
} }
feeService := fee_service.Fee{ feeService := fee_service.Fee{
PlatformId: platform_id, PlatformId: platform_id,
Cid: coins[0].ID, Cid: coins[1
].ID,
PageNum: util.GetPage(c), PageNum: util.GetPage(c),
PageSize: util.GetLimit(c), PageSize: util.GetLimit(c),
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment