From cacc13a46bf4e6f1e2777968f97eeab124777884 Mon Sep 17 00:00:00 2001 From: qiushengjie Date: Sun, 27 Aug 2023 00:43:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..4dfc1c69 --- /dev/null +++ b/README.md @@ -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":"{}" +}' \ No newline at end of file