Commit 9f0dbf1c authored by shajiaiming's avatar shajiaiming

fix

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