From 0a72a0354d54fccb9d458f5a7a86ecdf531d1e3a Mon Sep 17 00:00:00 2001 From: tzwang Date: Wed, 11 Oct 2023 10:13:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=98=E7=AE=97=E8=81=94=E5=8A=A8=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 9b4ecea826ccfaec844d785b4839327414e93fd6 --- api/desc/storelink/pcm-storelink.api | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/desc/storelink/pcm-storelink.api b/api/desc/storelink/pcm-storelink.api index 6765ec7c..bc572f76 100644 --- a/api/desc/storelink/pcm-storelink.api +++ b/api/desc/storelink/pcm-storelink.api @@ -113,8 +113,9 @@ type ( ResourceSpecSl { ParticipantId string `json:"participantId"` ParticipantName string `json:"participantName"` - SpecName string `json:"resourceSpecName"` - SpecId string `json:"resourceSpecId"` + SpecName string `json:"specName"` + SpecId string `json:"specId"` + specPrice float64 `json:"specPrice"` } ParticipantSl {