From 47aca4d48dda19541aec9faa38441ecc9f2798a1 Mon Sep 17 00:00:00 2001 From: maozw2018 <244424185@qq.com> Date: Mon, 17 Jul 2023 02:09:34 +0000 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=A0=BC=E5=BC=8F=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: maozw2018 <244424185@qq.com> --- 返回报文格式.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 返回报文格式.md diff --git a/返回报文格式.md b/返回报文格式.md new file mode 100644 index 0000000..566b083 --- /dev/null +++ b/返回报文格式.md @@ -0,0 +1,21 @@ +1. ### 返回报文格式 ### + +1、返回报文格式 +方法: +--- +单据头 +| 参数 | 含义 |类型 | 格式 | 是否必填 | 默认值 | 说明 | +| --- | --- |--- | --- | --- | --- | --- | +| status | 状态 | Boolean | | 是 | +| Msg | 消息 | string | | 是 | +| errorCode | 错误编码 | string| | 是 | +| Data | 返回数据 | T 泛型 | | 是 | + + +``` +{ + "status": true, + "Msg": null, + "errorCode": null, + "Data": "Tra2023070002" +} \ No newline at end of file