mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
15 lines
311 B
Modula-2
15 lines
311 B
Modula-2
{{? data.operation.request_body }}
|
|
#### Request Example
|
|
|
|
|
|
{{? data.operation.request_body.type == "json"}}
|
|
```json
|
|
{{= JSON.stringify(data.operation.request_body.value || {}, null, 2) }}
|
|
```
|
|
{{??}}
|
|
```{{=data.operation.request_body.type}}
|
|
{{= (data.operation.request_body.value || "").trim() }}
|
|
```
|
|
{{?}}
|
|
{{?}}
|