http://yktapi.instrument.com.cn/api/GetRecommendCourse?top={TOP} 的引用
仪课通最新推荐课程
Url: http://yktapi.instrument.com.cn/api/GetRecommendCourse?top={TOP}
HTTP 方法: GET
消息方向 | 格式 | 正文 |
---|---|---|
请求 | N/A | 请求 正文为空。 |
响应 | Xml | 示例,架构 |
响应 | Json | 示例 |
<ApiReturnInfoOfArrayOfWebinarMeetingSubjectInfoi2Z876Bf xmlns="http://schemas.datacontract.org/2004/07/IM.YKT.WcfService.Model"> <Header> <Flag>true</Flag> <Messages>字符串内容</Messages> <PageCount>2147483647</PageCount> <PageSize>2147483647</PageSize> <RowCount>2147483647</RowCount> </Header> <Tbody> <WebinarMeetingSubjectInfo xmlns="http://schemas.datacontract.org/2004/07/PersonPay.Core"> <Contents>字符串内容</Contents> <EndDateStr>字符串内容</EndDateStr> <ExpertName>字符串内容</ExpertName> <ImgUrlStr>字符串内容</ImgUrlStr> <LectureId>2147483647</LectureId> <LectureImgStr>字符串内容</LectureImgStr> <LectureInfo>字符串内容</LectureInfo> <LectureName>字符串内容</LectureName> <NewcomerActivity>2147483647</NewcomerActivity> <PriceDiscount>12678967.543233</PriceDiscount> <PriceDiscountEndTime>1999-05-31T11:20:00</PriceDiscountEndTime> <PriceDiscountEndTimeStr>字符串内容</PriceDiscountEndTimeStr> <PriceDiscountTitle>字符串内容</PriceDiscountTitle> <PriceDiscountType>字符串内容</PriceDiscountType> <StartDateStr>字符串内容</StartDateStr> <Status>2147483647</Status> <SubjectId>2147483647</SubjectId> <SubjectImage>字符串内容</SubjectImage> <SubjectImageStr>字符串内容</SubjectImageStr> <SubjectType>2147483647</SubjectType> <Summary>字符串内容</Summary> <Title>字符串内容</Title> <TrainCourseNum>2147483647</TrainCourseNum> <TrainId>2147483647</TrainId> <TrainImgStr>字符串内容</TrainImgStr> <TrainName>字符串内容</TrainName> <chargeMoney>12678967.543233</chargeMoney> <isCharges>2147483647</isCharges> </WebinarMeetingSubjectInfo> <WebinarMeetingSubjectInfo xmlns="http://schemas.datacontract.org/2004/07/PersonPay.Core"> <Contents>字符串内容</Contents> <EndDateStr>字符串内容</EndDateStr> <ExpertName>字符串内容</ExpertName> <ImgUrlStr>字符串内容</ImgUrlStr> <LectureId>2147483647</LectureId> <LectureImgStr>字符串内容</LectureImgStr> <LectureInfo>字符串内容</LectureInfo> <LectureName>字符串内容</LectureName> <NewcomerActivity>2147483647</NewcomerActivity> <PriceDiscount>12678967.543233</PriceDiscount> <PriceDiscountEndTime>1999-05-31T11:20:00</PriceDiscountEndTime> <PriceDiscountEndTimeStr>字符串内容</PriceDiscountEndTimeStr> <PriceDiscountTitle>字符串内容</PriceDiscountTitle> <PriceDiscountType>字符串内容</PriceDiscountType> <StartDateStr>字符串内容</StartDateStr> <Status>2147483647</Status> <SubjectId>2147483647</SubjectId> <SubjectImage>字符串内容</SubjectImage> <SubjectImageStr>字符串内容</SubjectImageStr> <SubjectType>2147483647</SubjectType> <Summary>字符串内容</Summary> <Title>字符串内容</Title> <TrainCourseNum>2147483647</TrainCourseNum> <TrainId>2147483647</TrainId> <TrainImgStr>字符串内容</TrainImgStr> <TrainName>字符串内容</TrainName> <chargeMoney>12678967.543233</chargeMoney> <isCharges>2147483647</isCharges> </WebinarMeetingSubjectInfo> </Tbody> </ApiReturnInfoOfArrayOfWebinarMeetingSubjectInfoi2Z876Bf>
{ "Header":{ "Flag":true, "Messages":"字符串内容", "PageCount":2147483647, "PageSize":2147483647, "RowCount":2147483647 }, "Tbody":[{ "Contents":"字符串内容", "EndDateStr":"字符串内容", "ExpertName":"字符串内容", "ImgUrlStr":"字符串内容", "LectureId":2147483647, "LectureImgStr":"字符串内容", "LectureInfo":"字符串内容", "LectureName":"字符串内容", "NewcomerActivity":2147483647, "PriceDiscount":12678967.543233, "PriceDiscountEndTime":"\/Date(928120800000+0800)\/", "PriceDiscountEndTimeStr":"字符串内容", "PriceDiscountTitle":"字符串内容", "PriceDiscountType":"字符串内容", "StartDateStr":"字符串内容", "Status":2147483647, "SubjectId":2147483647, "SubjectImage":"字符串内容", "SubjectImageStr":"字符串内容", "SubjectType":2147483647, "Summary":"字符串内容", "Title":"字符串内容", "TrainCourseNum":2147483647, "TrainId":2147483647, "TrainImgStr":"字符串内容", "TrainName":"字符串内容", "chargeMoney":12678967.543233, "isCharges":2147483647 }] }
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/IM.YKT.WcfService.Model" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/IM.YKT.WcfService.Model" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import namespace="http://schemas.datacontract.org/2004/07/PersonPay.Core" /> <xs:complexType name="ApiReturnInfoOfArrayOfWebinarMeetingSubjectInfoi2Z876Bf"> <xs:annotation> <xs:appinfo> <GenericType Name="ApiReturnInfoOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/IM.YKT.WcfService.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> <GenericParameter Name="ArrayOfWebinarMeetingSubjectInfo" Namespace="http://schemas.datacontract.org/2004/07/PersonPay.Core" /> </GenericType> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element minOccurs="0" name="Header" nillable="true" type="tns:Header" /> <xs:element minOccurs="0" name="Tbody" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/PersonPay.Core" type="q1:ArrayOfWebinarMeetingSubjectInfo" /> </xs:sequence> </xs:complexType> <xs:element name="ApiReturnInfoOfArrayOfWebinarMeetingSubjectInfoi2Z876Bf" nillable="true" type="tns:ApiReturnInfoOfArrayOfWebinarMeetingSubjectInfoi2Z876Bf" /> <xs:complexType name="Header"> <xs:sequence> <xs:element minOccurs="0" name="Flag" type="xs:boolean" /> <xs:element minOccurs="0" name="Messages" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="PageCount" type="xs:int" /> <xs:element minOccurs="0" name="PageSize" type="xs:int" /> <xs:element minOccurs="0" name="RowCount" type="xs:int" /> </xs:sequence> </xs:complexType> <xs:element name="Header" nillable="true" type="tns:Header" /> </xs:schema>
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="anyType" nillable="true" type="xs:anyType" /> <xs:element name="anyURI" nillable="true" type="xs:anyURI" /> <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" /> <xs:element name="boolean" nillable="true" type="xs:boolean" /> <xs:element name="byte" nillable="true" type="xs:byte" /> <xs:element name="dateTime" nillable="true" type="xs:dateTime" /> <xs:element name="decimal" nillable="true" type="xs:decimal" /> <xs:element name="double" nillable="true" type="xs:double" /> <xs:element name="float" nillable="true" type="xs:float" /> <xs:element name="int" nillable="true" type="xs:int" /> <xs:element name="long" nillable="true" type="xs:long" /> <xs:element name="QName" nillable="true" type="xs:QName" /> <xs:element name="short" nillable="true" type="xs:short" /> <xs:element name="string" nillable="true" type="xs:string" /> <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" /> <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" /> <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" /> <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" /> <xs:element name="char" nillable="true" type="tns:char" /> <xs:simpleType name="char"> <xs:restriction base="xs:int" /> </xs:simpleType> <xs:element name="duration" nillable="true" type="tns:duration" /> <xs:simpleType name="duration"> <xs:restriction base="xs:duration"> <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" /> <xs:minInclusive value="-P10675199DT2H48M5.4775808S" /> <xs:maxInclusive value="P10675199DT2H48M5.4775807S" /> </xs:restriction> </xs:simpleType> <xs:element name="guid" nillable="true" type="tns:guid" /> <xs:simpleType name="guid"> <xs:restriction base="xs:string"> <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" /> </xs:restriction> </xs:simpleType> <xs:attribute name="FactoryType" type="xs:QName" /> <xs:attribute name="Id" type="xs:ID" /> <xs:attribute name="Ref" type="xs:IDREF" /> </xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/PersonPay.Core" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/PersonPay.Core" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType name="ArrayOfWebinarMeetingSubjectInfo"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="WebinarMeetingSubjectInfo" nillable="true" type="tns:WebinarMeetingSubjectInfo" /> </xs:sequence> </xs:complexType> <xs:element name="ArrayOfWebinarMeetingSubjectInfo" nillable="true" type="tns:ArrayOfWebinarMeetingSubjectInfo" /> <xs:complexType name="WebinarMeetingSubjectInfo"> <xs:sequence> <xs:element minOccurs="0" name="Contents" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="EndDateStr" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ExpertName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ImgUrlStr" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="LectureId" type="xs:int" /> <xs:element minOccurs="0" name="LectureImgStr" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="LectureInfo" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="LectureName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="NewcomerActivity" type="xs:int" /> <xs:element minOccurs="0" name="PriceDiscount" type="xs:decimal" /> <xs:element minOccurs="0" name="PriceDiscountEndTime" nillable="true" type="xs:dateTime" /> <xs:element minOccurs="0" name="PriceDiscountEndTimeStr" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="PriceDiscountTitle" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="PriceDiscountType" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="StartDateStr" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Status" type="xs:int" /> <xs:element minOccurs="0" name="SubjectId" type="xs:int" /> <xs:element minOccurs="0" name="SubjectImage" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SubjectImageStr" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SubjectType" type="xs:int" /> <xs:element minOccurs="0" name="Summary" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Title" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="TrainCourseNum" type="xs:int" /> <xs:element minOccurs="0" name="TrainId" type="xs:int" /> <xs:element minOccurs="0" name="TrainImgStr" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="TrainName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="chargeMoney" type="xs:decimal" /> <xs:element minOccurs="0" name="isCharges" type="xs:int" /> </xs:sequence> </xs:complexType> <xs:element name="WebinarMeetingSubjectInfo" nillable="true" type="tns:WebinarMeetingSubjectInfo" /> </xs:schema>
<xs:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="schema"> <xs:complexType /> </xs:element> </xs:schema>