13.5 购票 -站外购票.md 1.56 KB

/* Title: 13.5 购票-购票站外 Sort: 135 */

请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
spId true string 应用ID
token true string 签名
--activityId true string 活动ID
--sid true string 用户ID
--subjectId true string 主题ID
--tagId true string 标签id
--reginId true string 地区id
--userToken true string 用户token
--plat true string 客户端平台[i:IOS客户端,a:Android客户端]
--total_fee true string 购买金额,单位为分
--error_code true string 状态码

返回格式说明:

{
   "fail"
}
{
   "success"
}