国外询价
开发中
POST
https://api.chasing.cominquiry/save
请求参数
Body 参数application/json
goods_id
string
商品id
type
string
必需
email
string
邮箱
phone
string
电话
region
string
地区
示例
{
"goods_id": "string",
"type": "string",
"email": "string",
"phone": "string",
"region": "string"
}
示例代码
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://api.chasing.cominquiry/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"goods_id": "string",
"type": "string",
"email": "string",
"phone": "string",
"region": "string"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 200,
"msg": "success",
"data": {
"id": 291877743790919700
}
}
修改于 2024-11-18 07:21:34