您用这个做请求参数,您的body内容的大括号太多了,用下面这个参数,我们会自动将大括号转义- {
- "ScriptItems": [
- {
- "Name": "T1",
- "Order": 1,
- "ScriptType": "Procedure",
- "SqlScript": "RPT_OTR_RECORD_NUMBERS_P",
- "ParameterInfos": [
- {
- "Name": "I_Starttm",
- "DataType": "DateTime",
- "Direction": "Input",
- "Value": "2022-02-01"
- },
- {
- "Name": "I_Endtm",
- "DataType": "DateTime",
- "Direction": "Input",
- "Value": "2022-03-01"
- },
- {
- "Name": "pTargetCursor",
- "DataType": "Cursor",
- "Direction": "Output"
- }
- ]
- }
- ]
- }
复制代码
|