创建沟通定制订单接口

API 调用地址

{域名地址}/api/communication/order/create

说明:{域名地址} 需要替换成你的域名地址,如 https://www.anqicms.com/api/communication/order/create

调用方法

POST

请求参数

字段名 类型 必填 说明
archive_id int 商品ID,
content string 订单内容
phone string 联系电话
title string 订单标题
images string[] 订单图片列表
order_extra object 订单额外信息

order_extra 参数

order_extra 是一个键值对,键名是字段名,键值是字段值

返回参数

字段名 类型 说明
code int 错误码
msg string 错误原因说明

错误代码

错误码 说明
0 OK
-1 错误,错误原因在 msg 中指出
1001 未登录
1002 未授权
200 API 请求 OK