ggs小满动态表单规格校验
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| ali_company_name | String | 可选 | 鴻海精密工業股份有限公司 | 公司名 | |
| promotion_id | String | 可选 | 12616367 | 促销id | |
| ali_gid | String | 可选 | 4342679444 | 阿里gid | |
| quotation_item_list | QuotationItemList [] | 可选 |
|
报价列表 | |
|
|||||
| quotation_id | String | 可选 | 2341 | 报价单id |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | String | 0 | 调用结果 |
| success | Boolean | true | 校验是否通过 |
| error_desc | String | error_desc | 错误描述 |
| now | String | 2025-04-27 18:40:37 | 返回时间 |
| resp_code | String | 0 | 响应码 |
{"quotation_id":"2341","ali_company_name":"鴻海精密工業股份有限公司","promotion_id":"12616367","ali_gid":"4342679444","quotation_item_list":[{"price":"123","quotation_item_id":"2341_1"}]}
{
"result":"0",
"success":true,
"error_desc":"error_desc",
"now":"2025-04-27 18:40:37",
"resp_code":"0"
}
{"success":"不等于true","error_desc":"Illegal request","resp_code":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|