Update media_dev.yml

This commit is contained in:
赵璟 2024-09-11 11:46:52 +08:00 committed by GitHub
parent a123468e30
commit 7117a8dbe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ jobs:
RESPONSE=$(curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-d '{"query":"query($locale: String,$skip: Int){productCollection(locale:$locale,limit: '$LIMIT', skip: $skip) {total items {sys {id} key hot trademark summary overview websiteurl description screenshots distribution vcpu memory storage logo {imageurl} catalogCollection(limit:15) {items {key title catalogCollection(limit:5){items{key title position}}}}}}}", "variables":{"locale":"'$LOCALE'", "skip":'$SKIP'}}' \
-d '{"query":"query($locale: String,$skip: Int){productCollection(locale:$locale,where:{appStore:true},limit: '$LIMIT', skip: $skip) {total items {sys {id} key hot trademark summary overview websiteurl description screenshots distribution vcpu memory storage logo {imageurl} catalogCollection(limit:15) {items {key title catalogCollection(limit:5){items{key title position}}}}}}}", "variables":{"locale":"'$LOCALE'", "skip":'$SKIP'}}' \
https://graphql.contentful.com/content/v1/spaces/ffrhttfighww)
ITEMS+=($(echo $RESPONSE | jq '.data.productCollection.items[]'))
TOTAL=$(echo $RESPONSE | jq '.data.productCollection.total')