From 349ed67c8728ca3b8ae9f2e4fab3681c5feb8744 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Fri, 6 Aug 2021 15:55:16 +0800 Subject: [PATCH] =?UTF-8?q?test(wxapi):=20=E9=80=82=E9=85=8D=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E6=A8=A1=E5=9E=8B=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ComponentTcbCreateStaticStoreRequest.json | 3 +++ ...ComponentTcbCreateStaticStoreResponse.json | 4 ++++ ...omponentTcbDescribeStaticStoreRequest.json | 3 +++ ...mponentTcbDescribeStaticStoreResponse.json | 13 +++++++++++++ .../ComponentTcbStaticFileListRequest.json | 3 +++ .../ComponentTcbStaticFileListResponse.json | 19 +++++++++++++++++++ .../ComponentTcbStaticUploadFileRequest.json | 4 ++++ .../ComponentTcbStaticUploadFileResponse.json | 6 ++++++ 8 files changed, 55 insertions(+) create mode 100644 test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbCreateStaticStoreRequest.json create mode 100644 test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbCreateStaticStoreResponse.json create mode 100644 test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbDescribeStaticStoreRequest.json create mode 100644 test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbDescribeStaticStoreResponse.json create mode 100644 test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticFileListRequest.json create mode 100644 test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticFileListResponse.json create mode 100644 test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticUploadFileRequest.json create mode 100644 test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticUploadFileResponse.json diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbCreateStaticStoreRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbCreateStaticStoreRequest.json new file mode 100644 index 00000000..ba2552f8 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbCreateStaticStoreRequest.json @@ -0,0 +1,3 @@ +{ + "env": "test-env1" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbCreateStaticStoreResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbCreateStaticStoreResponse.json new file mode 100644 index 00000000..f752befe --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbCreateStaticStoreResponse.json @@ -0,0 +1,4 @@ +{ + "errcode": 0, + "errmsg": "ok" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbDescribeStaticStoreRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbDescribeStaticStoreRequest.json new file mode 100644 index 00000000..ba2552f8 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbDescribeStaticStoreRequest.json @@ -0,0 +1,3 @@ +{ + "env": "test-env1" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbDescribeStaticStoreResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbDescribeStaticStoreResponse.json new file mode 100644 index 00000000..dd597384 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbDescribeStaticStoreResponse.json @@ -0,0 +1,13 @@ +{ + "errcode": 0, + "errmsg": "ok", + "data": [ + { + "env": "myttest-8gu57so0bd9f9e8a", + "domain": "myttest-8gu57so0bd9f9e8a-1304480914.tcloudbaseapp.com", + "bucket": "b8b3-static-myttest-8gu57so0bd9f9e8a-1304480914", + "regoin": "ap-shanghai", + "status": "online" + } + ] +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticFileListRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticFileListRequest.json new file mode 100644 index 00000000..ba2552f8 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticFileListRequest.json @@ -0,0 +1,3 @@ +{ + "env": "test-env1" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticFileListResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticFileListResponse.json new file mode 100644 index 00000000..cb3e686a --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticFileListResponse.json @@ -0,0 +1,19 @@ +{ + "errcode": 0, + "errmsg": "ok", + "contents": [ + { + "key": "Dockerfile", + "last_modified": "2020-12-04T08:56:59.000Z", + "md5": "6f58c139dc7aaefe41e3b40a8cb8f219-1", + "size": "554" + }, + { + "key": "test_export", + "last_modified": "2020-12-04T09:35:56.000Z", + "md5": "e1ab5133bf151a78c466a90fa3a38a6e-1", + "size": "400" + } + ], + "is_truncated": false +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticUploadFileRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticUploadFileRequest.json new file mode 100644 index 00000000..809fa50d --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticUploadFileRequest.json @@ -0,0 +1,4 @@ +{ + "env": "myttest-8gu57so0bd9f9e8a", + "filename": "zcy.py" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticUploadFileResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticUploadFileResponse.json new file mode 100644 index 00000000..6f25ebea --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/StaticStore/ComponentTcbStaticUploadFileResponse.json @@ -0,0 +1,6 @@ +{ + "errcode": 0, + "errmsg": "ok", + "signed_url": "https://b8b3-static-myttest-8gu57so0bd9f9e8a-1304480914.cos.ap-shanghai.myqcloud.com/zcy.py?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDqIjj-XybgCHZ3q7bJh-cxBs_5fnpzNvlK4qlAMK67ZcHQykVfThVSZMrlsf56uoY%26q-sign-time%3D1613977939%3B1613977999%26q-key-time%3D1613977939%3B1613977999%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3De697e7d0419781d7c9e53a11b431f19c762084d1", + "token": "CtAAY4i5meYdojAxhMKe70QIZWAPqDUa141d7416063bda7abaa7589c13a53ff589WKQf-qgkXMET4-TnOcU2Es6s7ax5rcJZmoJ2VPNmj92JY8M4Yt9nePkuU2iiP7UQGFNkxg08A6-82uEdURyH6f9hG3DnD32-J4Dl_ZErhVJl3BdF4qy2UEfbIeAe0MPxQcOTqQskedulgaeyXbCD0ols3zwMb-3AltEhuHmTDZC-PCqCC-zqzZHzNSMHHMKfgm5G17NI14Th4-o3JeKLjY5EiUTkvhuEJyDzcI_lMEe6-nFXYuWOLy00CKFwQ__oIJNkOnMrwH5HL5DXkUwk_b8meImrlluDruz6WhU3O3h-EFHst8Zca4Jopd0WKtd8EFcK7RaJL8hKXepf1w5EJdryC4xxA6Hn41d3mzG3k" +} \ No newline at end of file