From c3be6f09ea7f2236f01fab96ac80c110e6b77a29 Mon Sep 17 00:00:00 2001 From: tzwang Date: Wed, 1 Nov 2023 18:55:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=98=E7=AE=97=E8=81=94=E5=8A=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 25abd7a7f4467e3c432fbc14647c74556a8d7ec6 --- api/desc/storelink/pcm-storelink.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/desc/storelink/pcm-storelink.api b/api/desc/storelink/pcm-storelink.api index 7e9fa909..d6ac2361 100644 --- a/api/desc/storelink/pcm-storelink.api +++ b/api/desc/storelink/pcm-storelink.api @@ -50,7 +50,7 @@ type ( ImageId string `json:"imageId"` Cmd string `json:"cmd"` Params []*ParamSl `json:"params"` - Envs []*EnvSl `json:"params"` + Envs []*EnvSl `json:"envs"` ResourceId string `json:"resourceId"` }