12 lines
354 B
Plaintext
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":"北京"
|
|
}' |