Page History

Createjsfyorder

Last edited by 徐近程

返回

金色飞鹰售票创建订单


URL: http://apiwjjtest.cnlive.com/Daren/order/createJsfyOrder.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String false 应用Id
title String true 产品名称
price String true 门市价
sellPrice String true 销售价
quantity String true 数量
scenicId String true 景区Id
productId String true 产品Id
sid Integer true 用户Id
contactName String true 联系人名称
contactPhone String true 联系人电话
address String true 地址

返回格式: JSON


返回格式样例:

{
    "data": {
        "orderInfo": "UB3yD+xnZeW6Xl1rQkZy4W/RRKH4QM5aghhRqVxu6WqoNfRDFc+QuDyAlt4IoSZp",
        "orderId": "d3c77229590541c99fa0acbd3ee57571"
    },
    "errorCode": "0",
    "errorMessage": "成功"
}