申请信息数据回调
开发中
POST
/plan3DataInfoCallBack
请求参数
Body 参数application/json
object {0}
示例
{
"planId": "1782425947202961410",
"planStatus": "31",
"productList": [
{
"id": "1673519455205883906"
},
{
"id": "1691007024468008961"
},
{
"id": "1691012088611938305"
}
],
"details": "123"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://developer.dataorange.cn/api/plan3DataInfoCallBack' \
--header 'Content-Type: application/json' \
--data-raw '{
"planId": "1782425947202961410",
"planStatus": "31",
"productList": [
{
"id": "1673519455205883906"
},
{
"id": "1691007024468008961"
},
{
"id": "1691012088611938305"
}
],
"details": "123"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}