Commit 9f0dbf1c authored by shajiaiming's avatar shajiaiming

fix

parent 20b5df8a
...@@ -43,8 +43,7 @@ func GetTransactionFee(c *gin.Context) { ...@@ -43,8 +43,7 @@ func GetTransactionFee(c *gin.Context) {
} }
feeService := fee_service.Fee{ feeService := fee_service.Fee{
PlatformId: platform_id, PlatformId: platform_id,
Cid: coins[1 Cid: coins[1].ID,
].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