GET https://mde-moderation.opendi.com/api/magnolia/serp/{categoryCharacter}/{categoryId}/{page}
categoryCharacter required
categoryId required
page optional
| <div style="color: #545454; max-width: 720px; padding: 2rem;"> | |
| <div style="margin-bottom: 4rem;"> | |
| <div style="font-size: 2rem; font-weight: bold;">Carsten Schurig</div> | |
| <div style="font-size: 1.3rem;">Geschäftsführer</div> | |
| </div> | |
| <div style="display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 3px solid #545454; font-size: 1.2rem;"> | |
| <img src="https://www.in-muenchen.de/wp-content/uploads/2024/01/logo-in-muenchen-300x300-1.jpg" alt="Logo" style="width: 100px;"> | |
| <div style="display: flex; flex-direction: column; justify-content: center; border-left: 3px solid #545454; border-right: 3px solid #545454; padding: 0 1rem;"> | |
| <div>Mülllerstr. 40</div> | |
| <div>80469 München</div> |
| [ | |
| { | |
| "tags": ["css", "flex"], | |
| "type": "single", | |
| "question": "What does flex: 1 mean?", | |
| "choices": { | |
| "correct": ["flex-grow: 1, flex-shrink: 1, flex-basis: 0"], | |
| "wrong": ["flex-grow: 0, flex-shrink: 1, flex-basis: 1", "flex-grow: 1, flex-shrink: 0, flex-basis: 1"] | |
| }, | |
| "description": "", |
| version: '3.7' | |
| services: | |
| php-fpm: | |
| build: | |
| context: . | |
| dockerfile: ./build/docker/php-fpm/Dockerfile | |
| container_name: white-frontend-fpm | |
| tty: true | |
| volumes: |
| Request: | |
| GET https://api.sistrix.com/keyword.domain.seo?api_key={api_key}&domain=muenchen.de&url=https://www.muenchen.de/service/branchenbuch/S/336.html&format=json&date=today | |
| { | |
| "method": [ | |
| [ | |
| "keyword.domain.seo" | |
| ] | |
| ], | |
| "answer": [ |
| Request: | |
| GET https://api.sistrix.com/links.list?api_key={api_key}&domain=ar-kuechentechnik.de&format=json | |
| Response: | |
| { | |
| "method": [ | |
| [ | |
| "links.list" | |
| ] |
| Request: | |
| GET https://api.sistrix.com/links.overview?api_key={api_key}&domain=gfm-automaten.de&format=json | |
| Response: | |
| { | |
| "method": [ | |
| [ | |
| "links.overview" | |
| ] | |
| ], |
| Request: | |
| GET https://api.sistrix.com/links.list?api_key={api_key}&domain=gfm-automaten.de&format=json | |
| Response: | |
| { | |
| "method": [ | |
| [ | |
| "links.list" | |
| ] |
| ### Keybase proof | |
| I hereby claim: | |
| * I am miaoziyu on github. | |
| * I am miaozi (https://keybase.io/miaozi) on keybase. | |
| * I have a public key ASAUxFq0xYqSfnyPsKsjlWAdRogYXQjebJkEKkYdhcXAeQo | |
| To claim this, I am signing this object: |
| var isHungry = true; | |
| var mzApp = (function(isHungry) { | |
| // 此处为private,它不能被外部访问,但可以被namespace内部使用 | |
| var foodStore = ["cake", "fish", "meat", "icecream"]; | |
| // 此处为public | |
| return { | |
| food: [], | |
| people: [ |