You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
251 B
Markdown
10 lines
251 B
Markdown
1 year ago
|
# SPI测试
|
||
|
curl --location --request POST 'localhost:8080/base/cloud/spi' \
|
||
|
--header 'x-tt-logid: 123456789' \
|
||
|
--header 'Content-Type: application/json' \
|
||
|
--data-raw '{
|
||
|
"appId":"123456",
|
||
|
"authId":"888999",
|
||
|
"method":"dsTestJavaRequest",
|
||
|
"data":"{}"
|
||
|
}'
|