mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
3db9fde5ed
<img width="903" alt="image" src="https://github.com/longportapp/openapi-website/assets/5518/c26d8c42-ae93-4acb-9550-286a52bf210a">
15 lines
310 B
Modula-2
15 lines
310 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() }}
|
|
```
|
|
{{?}}
|
|
{{?}}
|