山东航空小程序查询

山东航空小程序

1) 请求地址

https://scxcx.sda.cn/mohe/proxy?url=/trp/ticket/search

2) 调用方式:HTTP post

3) 接口描述:

  • 接口描述详情

4) 请求参数:

{
    "dep": "TAO",
    "arr": "HRB",
    "flightDate": "2024-07-23",
    "returnDate": "",
    "hasRT": 0,
    "adultNum": 1,
    "childNum": 0,
    "infantNum": 0,
    "global": "0"
}
GET参数:
字段名称 字段说明 类型 必填 备注
url string Y -
POST参数:
字段名称 字段说明 类型 必填 备注
0 string Y -
1 string Y -
2 string Y -
3 string Y -
4 string Y -
5 string Y -
6 string Y -
7 string Y -
8 string Y -

5) 请求返回结果:

{
    "code": 0,
    "data": {
        "dataTree": {
            "4745": {
                "count": true,
                "directionInd": "",
                "fltNo": "4745",
                "flyTime": 1721688900000,
                "flyingTime": {
                    "hours": 2,
                    "minutes": 10,
                    "seconds": 0
                },
                "lowestPrice": 650,
                "next": {},
                "sellOut": false,
                "stop": false,
                "totalPrice": 750
            },
            "4751": {
                "count": true,
                "directionInd": "",
                "fltNo": "4751",
                "flyTime": 1721724600000,
                "flyingTime": {
                    "hours": 2,
                    "minutes": 5,
                    "seconds": 0
                },
                "lowestPrice": 650,
                "next": {},
                "sellOut": false,
                "stop": false,
                "totalPrice": 750
            },
            "4753": {
                "count": true,
                "directionInd": "",
                "fltNo": "4753",
                "flyTime": 1721735700000,
                "flyingTime": {
                    "hours": 2,
                    "minutes": 15,
                    "seconds": 0
                },
                "lowestPrice": 600,
                "next": {},
                "sellOut": false,
                "stop": false,
                "totalPrice": 700
            }
        },
        "doubleAirport": 0,
        "global": 0,
        "infoDetails": []


    },
    "message": "操作成功",
    "success": true
}

6) 请求返回结果参数说明:

字段名称 字段说明 类型 必填 备注
code string Y -
data string Y -
dataTree string Y -
count string Y -
directionInd string Y -
fltNo string Y -
flyTime string Y -
flyingTime string Y -
hours string Y -
minutes string Y -
seconds string Y -
lowestPrice string Y -
next string Y -
sellOut string Y -
stop string Y -
totalPrice string Y -
doubleAirport string Y -
global string Y -
infoDetails string Y -
airline string Y -
brandName string Y -
cabin string Y -
cabinInfos string Y -
childSalePrice string Y -
codeShare string Y -
days string Y -
dstCityCode string Y -
dstCityName string Y -
dstDateTime string Y -
date string Y -
time string Y -
weekDay string Y -
dstTerminal string Y -
flightLabels string Y -
flightMark string Y -
infantSalePrice string Y -
infoSource string Y -
isStop string Y -
meal string Y -
mealCode string Y -
mealName string Y -
modType string Y -
operateCarrier string Y -
operateCarrierFlightNo string Y -
orgCityCode string Y -
orgCityName string Y -
orgDateTime string Y -
orgTerminal string Y -
planeStyle string Y -
rph string Y -
salePriceMin string Y -
sequenceNumber string Y -
stopInfoList string Y -
notices string Y -
go string Y -
content string Y -
image string Y -
status string Y -
title string Y -
type string Y -
ticketPackMap string Y -
flights string Y -
L_4 string Y -
addonList string Y -
name string Y -
text string Y -
airportTax string Y -
adult string Y -
child string Y -
infant string Y -
baggages string Y -
baggage string Y -
baggageRPH string Y -
cabinCode string Y -
flightSegmentRPH string Y -
passageType string Y -
pieces string Y -
unit string Y -
weight string Y -
brandDiscount string Y -
brandDiscountAmount string Y -
cabinNo string Y -
cabinNum string Y -
cabinRPH string Y -
cabinRule string Y -
changes string Y -
AfterDepartureRate string Y -
BeforeDepartureRate string Y -
Eligible string Y -
GuestRuleType string Y -
Limit string Y -
TimeThreshold string Y -
Type string Y -
Voluntary string Y -
description string Y -
refunds string Y -
standardCabinCode string Y -
cabinRules string Y -
cabinRulesMap string Y -
refundAfterDepartureRate string Y -
changeBeforeDepartureRate string Y -
changeRefundDescription string Y -
changeAfterDepartureRate string Y -
changeTimeThreshold string Y -
refundBeforeDepartureRate string Y -
refundTimeThreshold string Y -
cabinSalePrice string Y -
differFare string Y -
directReductionAmount string Y -
discount string Y -
fareCode string Y -
fareName string Y -
fuelTax string Y -
insurancePackage string Y -
loyaltyQuantity string Y -
otherTax string Y -
otherTaxTotalAmount string Y -
reissueFee string Y -
salePrice string Y -
taxAllDetail string Y -
YQ string Y -
CN string Y -
taxDetail string Y -
useSalePrice string Y -
L_3 string Y -
L_6 string Y -
L_5 string Y -
Y_8 string Y -
C_10 string Y -
J_11 string Y -
L_2 string Y -
G_7 string Y -
L_1 string Y -
D_9 string Y -
packageInfoList string Y -
cabinNums string Y -
firstRideName string Y -
price string Y -
seq string Y -
packageInfoTypes string Y -
bestEconomy string Y -
business string Y -
economy string Y -
sequenceNum string Y -
K_5 string Y -
K_4 string Y -
K_6 string Y -
K_1 string Y -
K_3 string Y -
K_2 string Y -
message string Y -
success string Y -

相关推荐

  1. 山东航空程序查询

    2024-07-18 05:56:01       23 阅读
  2. 微信程序媒体查询

    2024-07-18 05:56:01       29 阅读
  3. 飞常准查航班程序采集

    2024-07-18 05:56:01       48 阅读
  4. 微信程序生成一个天气查询程序

    2024-07-18 05:56:01       61 阅读
  5. 微信程序实现一个电影信息查询的应用程序

    2024-07-18 05:56:01       52 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-18 05:56:01       67 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-18 05:56:01       71 阅读
  3. 在Django里面运行非项目文件

    2024-07-18 05:56:01       58 阅读
  4. Python语言-面向对象

    2024-07-18 05:56:01       69 阅读

热门阅读

  1. 怎么查看占用端口的 PID

    2024-07-18 05:56:01       20 阅读
  2. 算法1.快速幂【a^b、(a^b)%p】

    2024-07-18 05:56:01       22 阅读
  3. 第三节SHELL脚本中的变量与运算(2.2)

    2024-07-18 05:56:01       20 阅读
  4. nng协议nni_posix_resolv_sysinit()系统初始化

    2024-07-18 05:56:01       22 阅读
  5. Tensor列表索引本质

    2024-07-18 05:56:01       20 阅读
  6. 社会科学战线

    2024-07-18 05:56:01       22 阅读
  7. 资源管理大师:如何在Gradle中配置资源目录

    2024-07-18 05:56:01       25 阅读
  8. derivate_gauss 将图像与高斯函数的导数卷积

    2024-07-18 05:56:01       22 阅读
  9. 掌握Xcode Storyboard:iOS UI设计的可视化之旅

    2024-07-18 05:56:01       22 阅读
  10. Anylogic中Excel 文件(Excel file)的使用

    2024-07-18 05:56:01       17 阅读
  11. uniapp动态计算并设置元素高度

    2024-07-18 05:56:01       22 阅读
  12. uniapp 解决scroll-view组件 refresher-triggered刷新无效

    2024-07-18 05:56:01       20 阅读