添加 'linux基础/curl推送带参数的json.md'

This commit is contained in:
iProbe 2023-09-24 21:37:08 +08:00
parent 894c7d6d25
commit b85592ce1e

View file

@ -0,0 +1,6 @@
```shell
AppCode="llm"
image="test"
curl -X POST -H "Content-Type: application/json" -d '{"resourceName": "'"$AppCode"'", "resourceType": "deployment", "namespace": "llm-prod", "Image": "'"$image"'"}'
```