|
|
@@ -125,6 +125,7 @@ func (l *CommitHpcTaskLogic) CommitHpcTask(req *types.CommitHpcTaskReq) (resp *t |
|
|
ContractAddress: l.svcCtx.Config.BlockChain.ContractAddress, |
|
|
ContractAddress: l.svcCtx.Config.BlockChain.ContractAddress, |
|
|
FunctionName: l.svcCtx.Config.BlockChain.FunctionName, |
|
|
FunctionName: l.svcCtx.Config.BlockChain.FunctionName, |
|
|
Type: l.svcCtx.Config.BlockChain.Type, |
|
|
Type: l.svcCtx.Config.BlockChain.Type, |
|
|
|
|
|
Token: req.Token, |
|
|
Args: []string{strconv.FormatInt(taskModel.Id, 10), string(bytes)}, |
|
|
Args: []string{strconv.FormatInt(taskModel.Id, 10), string(bytes)}, |
|
|
}) |
|
|
}) |
|
|
return resp, nil |
|
|
return resp, nil |
|
|
|