2026-01-24 17:07:34 +08:00

12 lines
354 B
Plaintext

curl --location 'http://127.0.0.1:9999/api/v1/company/qcwy/search' \
--header 'Content-Type: application/json' \
--data '{
"keyword": "中信期货有限公司"
}'
curl --location 'http://127.0.0.1:9999/api/v1/company/zhilian/search' \
--header 'Content-Type: application/json' \
--data '{
"keyword": "中信期货有限公司",
"city":"北京"
}'