From 75df1f9938809945076d8ef3b3f2dae10d253d6b Mon Sep 17 00:00:00 2001 From: zhangwei <894646498@qq.com> Date: Mon, 20 Jan 2025 10:31:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E7=AE=97=E6=8F=90=E4=BA=A4=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=A2=9E=E5=8A=A0token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/hpc/commithpctasklogic.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/logic/hpc/commithpctasklogic.go b/internal/logic/hpc/commithpctasklogic.go index 62c89fe5..e7600862 100644 --- a/internal/logic/hpc/commithpctasklogic.go +++ b/internal/logic/hpc/commithpctasklogic.go @@ -125,6 +125,7 @@ func (l *CommitHpcTaskLogic) CommitHpcTask(req *types.CommitHpcTaskReq) (resp *t ContractAddress: l.svcCtx.Config.BlockChain.ContractAddress, FunctionName: l.svcCtx.Config.BlockChain.FunctionName, Type: l.svcCtx.Config.BlockChain.Type, + Token: req.Token, Args: []string{strconv.FormatInt(taskModel.Id, 10), string(bytes)}, }) return resp, nil