根据地址修复质押接口
This commit is contained in:
@@ -44,6 +44,12 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||
Path: "/nft_holder_update",
|
||||
Handler: admin.NftHolderUpdateHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
// 根据地址修复质押
|
||||
Method: http.MethodPost,
|
||||
Path: "/stake_by_address",
|
||||
Handler: admin.StakeByAddressHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
// 软质压手动结算
|
||||
Method: http.MethodGet,
|
||||
|
||||
Reference in New Issue
Block a user