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 {