ff
This commit is contained in:
@@ -63,10 +63,8 @@ func ProcessIVYZP2Q6Request(ctx context.Context, params []byte, deps *processors
|
|||||||
state := resultToState(dsResp.Result)
|
state := resultToState(dsResp.Result)
|
||||||
|
|
||||||
out := map[string]interface{}{
|
out := map[string]interface{}{
|
||||||
"data": map[string]interface{}{
|
|
||||||
"errMsg": "",
|
"errMsg": "",
|
||||||
"state": state,
|
"state": state,
|
||||||
},
|
|
||||||
}
|
}
|
||||||
return json.Marshal(out)
|
return json.Marshal(out)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user