整理代码
parent
5483ea6690
commit
cacc13a46b
@ -0,0 +1,10 @@
|
||||
# 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":"{}"
|
||||
}'
|
Loading…
Reference in New Issue