POST api/retest/checkrepeat
检查重复
Request Information
URI Parameters
None.
Body Parameters
TestSaveDtoName | Description | Type | Additional information |
---|---|---|---|
Id |
试题编号 |
globally unique identifier |
None. |
TestTypeId |
题型编号 |
integer |
None. |
ResourceId |
资源编号(操作题会对应一个dll) |
globally unique identifier |
None. |
ProfessionalCourseId |
课程编号 |
integer |
None. |
ProfessionalPath |
课程专业路径 |
string |
None. |
ReTestRepositoryId |
题库编号 |
integer |
None. |
ReTestRepositoryPath |
题库路径(题库路径为题库的Path+它自己的Id+/) |
string |
None. |
Knowledge |
知识点 |
string |
None. |
ExamId |
所属习题编号 |
globally unique identifier |
None. |
UserId |
老师编号(创建人) |
integer |
None. |
Description |
题目说明(题前描述最大长度4000) |
string |
None. |
Stem |
题干 |
string |
None. |
CorrectAnswer |
正确答案 |
string |
None. |
Analysis |
解析(最大长度500) |
string |
None. |
Difficulty |
难度 |
integer |
None. |
Score |
分值 |
decimal number |
None. |
SourcePalyNumber |
音视频类型资源允许的最大播放次数 |
integer |
None. |
CanUpsetOptions |
选择是否允许乱序 |
boolean |
None. |
Options |
试题选项 |
Collection of ReTestOptionSaveDto |
None. |
DescribeReTestRepositoryId |
题库描述编号 |
globally unique identifier |
None. |
DescribeReTestRepositoryName |
题库描述名称 |
string |
None. |
CorrectionType |
是否纠错 |
CorrectionType |
None. |
MarkRule |
判分规则(主观题自动评分规则) |
string |
None. |
Lables |
试题标签 |
Collection of ReTestLables |
None. |
IsOverwrite |
如果试题重复是否覆盖 |
boolean |
None. |
Repeated |
试题是否重复 |
boolean |
None. |
RepeatedId |
重复的试题编号 |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "a1204769-d540-49ea-9865-9288ee85560a", "TestTypeId": 2, "ResourceId": "066ad2e7-087a-4a9d-8827-46c18cdc5fa8", "ProfessionalCourseId": 3, "ProfessionalPath": "sample string 4", "ReTestRepositoryId": 5, "ReTestRepositoryPath": "sample string 6", "Knowledge": "sample string 7", "ExamId": "a7d59c7b-6223-41bc-bbcf-199b44429d8f", "UserId": 9, "Description": "sample string 10", "Stem": "sample string 11", "CorrectAnswer": "sample string 12", "Analysis": "sample string 13", "Difficulty": 14, "Score": 15.1, "SourcePalyNumber": 1, "CanUpsetOptions": true, "Options": [ { "Id": "89288742-5d38-4ee4-b4d1-bba78aa52c1e", "OptionInfo": "sample string 2", "OptionIndex": 3, "OptionAnalysis": "sample string 4", "ReTestID": "0be08e28-aa11-43b8-949a-b4748fc43c1c" }, { "Id": "89288742-5d38-4ee4-b4d1-bba78aa52c1e", "OptionInfo": "sample string 2", "OptionIndex": 3, "OptionAnalysis": "sample string 4", "ReTestID": "0be08e28-aa11-43b8-949a-b4748fc43c1c" } ], "DescribeReTestRepositoryId": "b8623329-d5b7-4832-8a24-03eb1c77c0dc", "DescribeReTestRepositoryName": "sample string 17", "CorrectionType": 1, "MarkRule": "sample string 19", "Lables": [ { "ReTestID": "4ed2370e-e126-4304-a153-9a5ab5e0c831", "ReTestRepositoryId": 2, "LableName": "sample string 3", "LableValue": "sample string 4" }, { "ReTestID": "4ed2370e-e126-4304-a153-9a5ab5e0c831", "ReTestRepositoryId": 2, "LableName": "sample string 3", "LableValue": "sample string 4" } ], "IsOverwrite": true, "Repeated": true, "RepeatedId": "396a61eb-8f58-49c4-bc3c-0e5279e409a1" }
text/html
Sample:
{"Id":"a1204769-d540-49ea-9865-9288ee85560a","TestTypeId":2,"ResourceId":"066ad2e7-087a-4a9d-8827-46c18cdc5fa8","ProfessionalCourseId":3,"ProfessionalPath":"sample string 4","ReTestRepositoryId":5,"ReTestRepositoryPath":"sample string 6","Knowledge":"sample string 7","ExamId":"a7d59c7b-6223-41bc-bbcf-199b44429d8f","UserId":9,"Description":"sample string 10","Stem":"sample string 11","CorrectAnswer":"sample string 12","Analysis":"sample string 13","Difficulty":14,"Score":15.1,"SourcePalyNumber":1,"CanUpsetOptions":true,"Options":[{"Id":"89288742-5d38-4ee4-b4d1-bba78aa52c1e","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"0be08e28-aa11-43b8-949a-b4748fc43c1c"},{"Id":"89288742-5d38-4ee4-b4d1-bba78aa52c1e","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"0be08e28-aa11-43b8-949a-b4748fc43c1c"}],"DescribeReTestRepositoryId":"b8623329-d5b7-4832-8a24-03eb1c77c0dc","DescribeReTestRepositoryName":"sample string 17","CorrectionType":1,"MarkRule":"sample string 19","Lables":[{"ReTestID":"4ed2370e-e126-4304-a153-9a5ab5e0c831","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"},{"ReTestID":"4ed2370e-e126-4304-a153-9a5ab5e0c831","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"}],"IsOverwrite":true,"Repeated":true,"RepeatedId":"396a61eb-8f58-49c4-bc3c-0e5279e409a1"}
application/xml, text/xml
Sample:
<TestSaveDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Analysis>sample string 13</Analysis> <CanUpsetOptions>true</CanUpsetOptions> <CorrectAnswer>sample string 12</CorrectAnswer> <CorrectionType>纠错</CorrectionType> <DescribeReTestRepositoryId>b8623329-d5b7-4832-8a24-03eb1c77c0dc</DescribeReTestRepositoryId> <DescribeReTestRepositoryName>sample string 17</DescribeReTestRepositoryName> <Description>sample string 10</Description> <Difficulty>14</Difficulty> <ExamId>a7d59c7b-6223-41bc-bbcf-199b44429d8f</ExamId> <Id>a1204769-d540-49ea-9865-9288ee85560a</Id> <IsOverwrite>true</IsOverwrite> <Knowledge>sample string 7</Knowledge> <Lables xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d2p1:ReTestLables> <d2p1:LableName>sample string 3</d2p1:LableName> <d2p1:LableValue>sample string 4</d2p1:LableValue> <d2p1:ReTestID>4ed2370e-e126-4304-a153-9a5ab5e0c831</d2p1:ReTestID> <d2p1:ReTestRepositoryId>2</d2p1:ReTestRepositoryId> </d2p1:ReTestLables> <d2p1:ReTestLables> <d2p1:LableName>sample string 3</d2p1:LableName> <d2p1:LableValue>sample string 4</d2p1:LableValue> <d2p1:ReTestID>4ed2370e-e126-4304-a153-9a5ab5e0c831</d2p1:ReTestID> <d2p1:ReTestRepositoryId>2</d2p1:ReTestRepositoryId> </d2p1:ReTestLables> </Lables> <MD5>sample string 18</MD5> <MarkRule>sample string 19</MarkRule> <Options> <ReTestOptionSaveDto> <Id>89288742-5d38-4ee4-b4d1-bba78aa52c1e</Id> <OptionAnalysis>sample string 4</OptionAnalysis> <OptionIndex>3</OptionIndex> <OptionInfo>sample string 2</OptionInfo> <ReTestID>0be08e28-aa11-43b8-949a-b4748fc43c1c</ReTestID> <resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d4p1:Resource> <d4p1:CreatedTime>2024-09-21T08:55:24.2507579+08:00</d4p1:CreatedTime> <d4p1:Id>d222afff-5cb6-4d7b-8c4c-24efa4795e59</d4p1:Id> <d4p1:IsDeleted>true</d4p1:IsDeleted> <d4p1:LastUpdatedTime>2024-09-21T08:55:24.2507579+08:00</d4p1:LastUpdatedTime> <d4p1:AppArrangeId>1</d4p1:AppArrangeId> <d4p1:AppArrangePath>sample string 6</d4p1:AppArrangePath> <d4p1:Audit>初始状态</d4p1:Audit> <d4p1:ConvertState>9</d4p1:ConvertState> <d4p1:Copyright>true</d4p1:Copyright> <d4p1:DownAmount>14</d4p1:DownAmount> <d4p1:Grade>18</d4p1:Grade> <d4p1:Intro>sample string 10</d4p1:Intro> <d4p1:IsPreparation>true</d4p1:IsPreparation> <d4p1:Labls>sample string 8</d4p1:Labls> <d4p1:PageTotal>11</d4p1:PageTotal> <d4p1:Prime>2024-09-21T08:55:24.2507579+08:00</d4p1:Prime> <d4p1:ProfessionalCourseId>12</d4p1:ProfessionalCourseId> <d4p1:ProfessionalPath>sample string 13</d4p1:ProfessionalPath> <d4p1:RepositoryId>20</d4p1:RepositoryId> <d4p1:ResourceName>sample string 2</d4p1:ResourceName> <d4p1:ResourceOrigin>sample string 7</d4p1:ResourceOrigin> <d4p1:ResourceTypeCode>sample string 4</d4p1:ResourceTypeCode> <d4p1:Semester>第一学期</d4p1:Semester> <d4p1:Shared>true</d4p1:Shared> <d4p1:Suffix>sample string 3</d4p1:Suffix> <d4p1:TechType>5</d4p1:TechType> <d4p1:Top>2024-09-21T08:55:24.2507579+08:00</d4p1:Top> <d4p1:UserId>1</d4p1:UserId> <d4p1:ViewAmount>15</d4p1:ViewAmount> </d4p1:Resource> <d4p1:Resource> <d4p1:CreatedTime>2024-09-21T08:55:24.2507579+08:00</d4p1:CreatedTime> <d4p1:Id>d222afff-5cb6-4d7b-8c4c-24efa4795e59</d4p1:Id> <d4p1:IsDeleted>true</d4p1:IsDeleted> <d4p1:LastUpdatedTime>2024-09-21T08:55:24.2507579+08:00</d4p1:LastUpdatedTime> <d4p1:AppArrangeId>1</d4p1:AppArrangeId> <d4p1:AppArrangePath>sample string 6</d4p1:AppArrangePath> <d4p1:Audit>初始状态</d4p1:Audit> <d4p1:ConvertState>9</d4p1:ConvertState> <d4p1:Copyright>true</d4p1:Copyright> <d4p1:DownAmount>14</d4p1:DownAmount> <d4p1:Grade>18</d4p1:Grade> <d4p1:Intro>sample string 10</d4p1:Intro> <d4p1:IsPreparation>true</d4p1:IsPreparation> <d4p1:Labls>sample string 8</d4p1:Labls> <d4p1:PageTotal>11</d4p1:PageTotal> <d4p1:Prime>2024-09-21T08:55:24.2507579+08:00</d4p1:Prime> <d4p1:ProfessionalCourseId>12</d4p1:ProfessionalCourseId> <d4p1:ProfessionalPath>sample string 13</d4p1:ProfessionalPath> <d4p1:RepositoryId>20</d4p1:RepositoryId> <d4p1:ResourceName>sample string 2</d4p1:ResourceName> <d4p1:ResourceOrigin>sample string 7</d4p1:ResourceOrigin> <d4p1:ResourceTypeCode>sample string 4</d4p1:ResourceTypeCode> <d4p1:Semester>第一学期</d4p1:Semester> <d4p1:Shared>true</d4p1:Shared> <d4p1:Suffix>sample string 3</d4p1:Suffix> <d4p1:TechType>5</d4p1:TechType> <d4p1:Top>2024-09-21T08:55:24.2507579+08:00</d4p1:Top> <d4p1:UserId>1</d4p1:UserId> <d4p1:ViewAmount>15</d4p1:ViewAmount> </d4p1:Resource> </resource> </ReTestOptionSaveDto> <ReTestOptionSaveDto> <Id>89288742-5d38-4ee4-b4d1-bba78aa52c1e</Id> <OptionAnalysis>sample string 4</OptionAnalysis> <OptionIndex>3</OptionIndex> <OptionInfo>sample string 2</OptionInfo> <ReTestID>0be08e28-aa11-43b8-949a-b4748fc43c1c</ReTestID> <resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d4p1:Resource> <d4p1:CreatedTime>2024-09-21T08:55:24.2507579+08:00</d4p1:CreatedTime> <d4p1:Id>d222afff-5cb6-4d7b-8c4c-24efa4795e59</d4p1:Id> <d4p1:IsDeleted>true</d4p1:IsDeleted> <d4p1:LastUpdatedTime>2024-09-21T08:55:24.2507579+08:00</d4p1:LastUpdatedTime> <d4p1:AppArrangeId>1</d4p1:AppArrangeId> <d4p1:AppArrangePath>sample string 6</d4p1:AppArrangePath> <d4p1:Audit>初始状态</d4p1:Audit> <d4p1:ConvertState>9</d4p1:ConvertState> <d4p1:Copyright>true</d4p1:Copyright> <d4p1:DownAmount>14</d4p1:DownAmount> <d4p1:Grade>18</d4p1:Grade> <d4p1:Intro>sample string 10</d4p1:Intro> <d4p1:IsPreparation>true</d4p1:IsPreparation> <d4p1:Labls>sample string 8</d4p1:Labls> <d4p1:PageTotal>11</d4p1:PageTotal> <d4p1:Prime>2024-09-21T08:55:24.2507579+08:00</d4p1:Prime> <d4p1:ProfessionalCourseId>12</d4p1:ProfessionalCourseId> <d4p1:ProfessionalPath>sample string 13</d4p1:ProfessionalPath> <d4p1:RepositoryId>20</d4p1:RepositoryId> <d4p1:ResourceName>sample string 2</d4p1:ResourceName> <d4p1:ResourceOrigin>sample string 7</d4p1:ResourceOrigin> <d4p1:ResourceTypeCode>sample string 4</d4p1:ResourceTypeCode> <d4p1:Semester>第一学期</d4p1:Semester> <d4p1:Shared>true</d4p1:Shared> <d4p1:Suffix>sample string 3</d4p1:Suffix> <d4p1:TechType>5</d4p1:TechType> <d4p1:Top>2024-09-21T08:55:24.2507579+08:00</d4p1:Top> <d4p1:UserId>1</d4p1:UserId> <d4p1:ViewAmount>15</d4p1:ViewAmount> </d4p1:Resource> <d4p1:Resource> <d4p1:CreatedTime>2024-09-21T08:55:24.2507579+08:00</d4p1:CreatedTime> <d4p1:Id>d222afff-5cb6-4d7b-8c4c-24efa4795e59</d4p1:Id> <d4p1:IsDeleted>true</d4p1:IsDeleted> <d4p1:LastUpdatedTime>2024-09-21T08:55:24.2507579+08:00</d4p1:LastUpdatedTime> <d4p1:AppArrangeId>1</d4p1:AppArrangeId> <d4p1:AppArrangePath>sample string 6</d4p1:AppArrangePath> <d4p1:Audit>初始状态</d4p1:Audit> <d4p1:ConvertState>9</d4p1:ConvertState> <d4p1:Copyright>true</d4p1:Copyright> <d4p1:DownAmount>14</d4p1:DownAmount> <d4p1:Grade>18</d4p1:Grade> <d4p1:Intro>sample string 10</d4p1:Intro> <d4p1:IsPreparation>true</d4p1:IsPreparation> <d4p1:Labls>sample string 8</d4p1:Labls> <d4p1:PageTotal>11</d4p1:PageTotal> <d4p1:Prime>2024-09-21T08:55:24.2507579+08:00</d4p1:Prime> <d4p1:ProfessionalCourseId>12</d4p1:ProfessionalCourseId> <d4p1:ProfessionalPath>sample string 13</d4p1:ProfessionalPath> <d4p1:RepositoryId>20</d4p1:RepositoryId> <d4p1:ResourceName>sample string 2</d4p1:ResourceName> <d4p1:ResourceOrigin>sample string 7</d4p1:ResourceOrigin> <d4p1:ResourceTypeCode>sample string 4</d4p1:ResourceTypeCode> <d4p1:Semester>第一学期</d4p1:Semester> <d4p1:Shared>true</d4p1:Shared> <d4p1:Suffix>sample string 3</d4p1:Suffix> <d4p1:TechType>5</d4p1:TechType> <d4p1:Top>2024-09-21T08:55:24.2507579+08:00</d4p1:Top> <d4p1:UserId>1</d4p1:UserId> <d4p1:ViewAmount>15</d4p1:ViewAmount> </d4p1:Resource> </resource> </ReTestOptionSaveDto> </Options> <ProfessionalCourseId>3</ProfessionalCourseId> <ProfessionalPath>sample string 4</ProfessionalPath> <ReTestRepositoryId>5</ReTestRepositoryId> <ReTestRepositoryPath>sample string 6</ReTestRepositoryPath> <Repeated>true</Repeated> <RepeatedId>396a61eb-8f58-49c4-bc3c-0e5279e409a1</RepeatedId> <ResourceId>066ad2e7-087a-4a9d-8827-46c18cdc5fa8</ResourceId> <Score>15.1</Score> <SourcePalyNumber>1</SourcePalyNumber> <Stem>sample string 11</Stem> <TestTypeId>2</TestTypeId> <UserId>9</UserId> <answerResource xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d2p1:Resource> <d2p1:CreatedTime>2024-09-21T08:55:24.2507579+08:00</d2p1:CreatedTime> <d2p1:Id>d222afff-5cb6-4d7b-8c4c-24efa4795e59</d2p1:Id> <d2p1:IsDeleted>true</d2p1:IsDeleted> <d2p1:LastUpdatedTime>2024-09-21T08:55:24.2507579+08:00</d2p1:LastUpdatedTime> <d2p1:AppArrangeId>1</d2p1:AppArrangeId> <d2p1:AppArrangePath>sample string 6</d2p1:AppArrangePath> <d2p1:Audit>初始状态</d2p1:Audit> <d2p1:ConvertState>9</d2p1:ConvertState> <d2p1:Copyright>true</d2p1:Copyright> <d2p1:DownAmount>14</d2p1:DownAmount> <d2p1:Grade>18</d2p1:Grade> <d2p1:Intro>sample string 10</d2p1:Intro> <d2p1:IsPreparation>true</d2p1:IsPreparation> <d2p1:Labls>sample string 8</d2p1:Labls> <d2p1:PageTotal>11</d2p1:PageTotal> <d2p1:Prime>2024-09-21T08:55:24.2507579+08:00</d2p1:Prime> <d2p1:ProfessionalCourseId>12</d2p1:ProfessionalCourseId> <d2p1:ProfessionalPath>sample string 13</d2p1:ProfessionalPath> <d2p1:RepositoryId>20</d2p1:RepositoryId> <d2p1:ResourceName>sample string 2</d2p1:ResourceName> <d2p1:ResourceOrigin>sample string 7</d2p1:ResourceOrigin> <d2p1:ResourceTypeCode>sample string 4</d2p1:ResourceTypeCode> <d2p1:Semester>第一学期</d2p1:Semester> <d2p1:Shared>true</d2p1:Shared> <d2p1:Suffix>sample string 3</d2p1:Suffix> <d2p1:TechType>5</d2p1:TechType> <d2p1:Top>2024-09-21T08:55:24.2507579+08:00</d2p1:Top> <d2p1:UserId>1</d2p1:UserId> <d2p1:ViewAmount>15</d2p1:ViewAmount> </d2p1:Resource> <d2p1:Resource> <d2p1:CreatedTime>2024-09-21T08:55:24.2507579+08:00</d2p1:CreatedTime> <d2p1:Id>d222afff-5cb6-4d7b-8c4c-24efa4795e59</d2p1:Id> <d2p1:IsDeleted>true</d2p1:IsDeleted> <d2p1:LastUpdatedTime>2024-09-21T08:55:24.2507579+08:00</d2p1:LastUpdatedTime> <d2p1:AppArrangeId>1</d2p1:AppArrangeId> <d2p1:AppArrangePath>sample string 6</d2p1:AppArrangePath> <d2p1:Audit>初始状态</d2p1:Audit> <d2p1:ConvertState>9</d2p1:ConvertState> <d2p1:Copyright>true</d2p1:Copyright> <d2p1:DownAmount>14</d2p1:DownAmount> <d2p1:Grade>18</d2p1:Grade> <d2p1:Intro>sample string 10</d2p1:Intro> <d2p1:IsPreparation>true</d2p1:IsPreparation> <d2p1:Labls>sample string 8</d2p1:Labls> <d2p1:PageTotal>11</d2p1:PageTotal> <d2p1:Prime>2024-09-21T08:55:24.2507579+08:00</d2p1:Prime> <d2p1:ProfessionalCourseId>12</d2p1:ProfessionalCourseId> <d2p1:ProfessionalPath>sample string 13</d2p1:ProfessionalPath> <d2p1:RepositoryId>20</d2p1:RepositoryId> <d2p1:ResourceName>sample string 2</d2p1:ResourceName> <d2p1:ResourceOrigin>sample string 7</d2p1:ResourceOrigin> <d2p1:ResourceTypeCode>sample string 4</d2p1:ResourceTypeCode> <d2p1:Semester>第一学期</d2p1:Semester> <d2p1:Shared>true</d2p1:Shared> <d2p1:Suffix>sample string 3</d2p1:Suffix> <d2p1:TechType>5</d2p1:TechType> <d2p1:Top>2024-09-21T08:55:24.2507579+08:00</d2p1:Top> <d2p1:UserId>1</d2p1:UserId> <d2p1:ViewAmount>15</d2p1:ViewAmount> </d2p1:Resource> </answerResource> <descrptionResource xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d2p1:Resource> <d2p1:CreatedTime>2024-09-21T08:55:24.2507579+08:00</d2p1:CreatedTime> <d2p1:Id>d222afff-5cb6-4d7b-8c4c-24efa4795e59</d2p1:Id> <d2p1:IsDeleted>true</d2p1:IsDeleted> <d2p1:LastUpdatedTime>2024-09-21T08:55:24.2507579+08:00</d2p1:LastUpdatedTime> <d2p1:AppArrangeId>1</d2p1:AppArrangeId> <d2p1:AppArrangePath>sample string 6</d2p1:AppArrangePath> <d2p1:Audit>初始状态</d2p1:Audit> <d2p1:ConvertState>9</d2p1:ConvertState> <d2p1:Copyright>true</d2p1:Copyright> <d2p1:DownAmount>14</d2p1:DownAmount> <d2p1:Grade>18</d2p1:Grade> <d2p1:Intro>sample string 10</d2p1:Intro> <d2p1:IsPreparation>true</d2p1:IsPreparation> <d2p1:Labls>sample string 8</d2p1:Labls> <d2p1:PageTotal>11</d2p1:PageTotal> <d2p1:Prime>2024-09-21T08:55:24.2507579+08:00</d2p1:Prime> <d2p1:ProfessionalCourseId>12</d2p1:ProfessionalCourseId> <d2p1:ProfessionalPath>sample string 13</d2p1:ProfessionalPath> <d2p1:RepositoryId>20</d2p1:RepositoryId> <d2p1:ResourceName>sample string 2</d2p1:ResourceName> <d2p1:ResourceOrigin>sample string 7</d2p1:ResourceOrigin> <d2p1:ResourceTypeCode>sample string 4</d2p1:ResourceTypeCode> <d2p1:Semester>第一学期</d2p1:Semester> <d2p1:Shared>true</d2p1:Shared> <d2p1:Suffix>sample string 3</d2p1:Suffix> <d2p1:TechType>5</d2p1:TechType> <d2p1:Top>2024-09-21T08:55:24.2507579+08:00</d2p1:Top> <d2p1:UserId>1</d2p1:UserId> <d2p1:ViewAmount>15</d2p1:ViewAmount> </d2p1:Resource> <d2p1:Resource> <d2p1:CreatedTime>2024-09-21T08:55:24.2507579+08:00</d2p1:CreatedTime> <d2p1:Id>d222afff-5cb6-4d7b-8c4c-24efa4795e59</d2p1:Id> <d2p1:IsDeleted>true</d2p1:IsDeleted> <d2p1:LastUpdatedTime>2024-09-21T08:55:24.2507579+08:00</d2p1:LastUpdatedTime> <d2p1:AppArrangeId>1</d2p1:AppArrangeId> <d2p1:AppArrangePath>sample string 6</d2p1:AppArrangePath> <d2p1:Audit>初始状态</d2p1:Audit> <d2p1:ConvertState>9</d2p1:ConvertState> <d2p1:Copyright>true</d2p1:Copyright> <d2p1:DownAmount>14</d2p1:DownAmount> <d2p1:Grade>18</d2p1:Grade> <d2p1:Intro>sample string 10</d2p1:Intro> <d2p1:IsPreparation>true</d2p1:IsPreparation> <d2p1:Labls>sample string 8</d2p1:Labls> <d2p1:PageTotal>11</d2p1:PageTotal> <d2p1:Prime>2024-09-21T08:55:24.2507579+08:00</d2p1:Prime> <d2p1:ProfessionalCourseId>12</d2p1:ProfessionalCourseId> <d2p1:ProfessionalPath>sample string 13</d2p1:ProfessionalPath> <d2p1:RepositoryId>20</d2p1:RepositoryId> <d2p1:ResourceName>sample string 2</d2p1:ResourceName> <d2p1:ResourceOrigin>sample string 7</d2p1:ResourceOrigin> <d2p1:ResourceTypeCode>sample string 4</d2p1:ResourceTypeCode> <d2p1:Semester>第一学期</d2p1:Semester> <d2p1:Shared>true</d2p1:Shared> <d2p1:Suffix>sample string 3</d2p1:Suffix> <d2p1:TechType>5</d2p1:TechType> <d2p1:Top>2024-09-21T08:55:24.2507579+08:00</d2p1:Top> <d2p1:UserId>1</d2p1:UserId> <d2p1:ViewAmount>15</d2p1:ViewAmount> </d2p1:Resource> </descrptionResource> <resource xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d2p1:Resource> <d2p1:CreatedTime>2024-09-21T08:55:24.2507579+08:00</d2p1:CreatedTime> <d2p1:Id>d222afff-5cb6-4d7b-8c4c-24efa4795e59</d2p1:Id> <d2p1:IsDeleted>true</d2p1:IsDeleted> <d2p1:LastUpdatedTime>2024-09-21T08:55:24.2507579+08:00</d2p1:LastUpdatedTime> <d2p1:AppArrangeId>1</d2p1:AppArrangeId> <d2p1:AppArrangePath>sample string 6</d2p1:AppArrangePath> <d2p1:Audit>初始状态</d2p1:Audit> <d2p1:ConvertState>9</d2p1:ConvertState> <d2p1:Copyright>true</d2p1:Copyright> <d2p1:DownAmount>14</d2p1:DownAmount> <d2p1:Grade>18</d2p1:Grade> <d2p1:Intro>sample string 10</d2p1:Intro> <d2p1:IsPreparation>true</d2p1:IsPreparation> <d2p1:Labls>sample string 8</d2p1:Labls> <d2p1:PageTotal>11</d2p1:PageTotal> <d2p1:Prime>2024-09-21T08:55:24.2507579+08:00</d2p1:Prime> <d2p1:ProfessionalCourseId>12</d2p1:ProfessionalCourseId> <d2p1:ProfessionalPath>sample string 13</d2p1:ProfessionalPath> <d2p1:RepositoryId>20</d2p1:RepositoryId> <d2p1:ResourceName>sample string 2</d2p1:ResourceName> <d2p1:ResourceOrigin>sample string 7</d2p1:ResourceOrigin> <d2p1:ResourceTypeCode>sample string 4</d2p1:ResourceTypeCode> <d2p1:Semester>第一学期</d2p1:Semester> <d2p1:Shared>true</d2p1:Shared> <d2p1:Suffix>sample string 3</d2p1:Suffix> <d2p1:TechType>5</d2p1:TechType> <d2p1:Top>2024-09-21T08:55:24.2507579+08:00</d2p1:Top> <d2p1:UserId>1</d2p1:UserId> <d2p1:ViewAmount>15</d2p1:ViewAmount> </d2p1:Resource> <d2p1:Resource> <d2p1:CreatedTime>2024-09-21T08:55:24.2507579+08:00</d2p1:CreatedTime> <d2p1:Id>d222afff-5cb6-4d7b-8c4c-24efa4795e59</d2p1:Id> <d2p1:IsDeleted>true</d2p1:IsDeleted> <d2p1:LastUpdatedTime>2024-09-21T08:55:24.2507579+08:00</d2p1:LastUpdatedTime> <d2p1:AppArrangeId>1</d2p1:AppArrangeId> <d2p1:AppArrangePath>sample string 6</d2p1:AppArrangePath> <d2p1:Audit>初始状态</d2p1:Audit> <d2p1:ConvertState>9</d2p1:ConvertState> <d2p1:Copyright>true</d2p1:Copyright> <d2p1:DownAmount>14</d2p1:DownAmount> <d2p1:Grade>18</d2p1:Grade> <d2p1:Intro>sample string 10</d2p1:Intro> <d2p1:IsPreparation>true</d2p1:IsPreparation> <d2p1:Labls>sample string 8</d2p1:Labls> <d2p1:PageTotal>11</d2p1:PageTotal> <d2p1:Prime>2024-09-21T08:55:24.2507579+08:00</d2p1:Prime> <d2p1:ProfessionalCourseId>12</d2p1:ProfessionalCourseId> <d2p1:ProfessionalPath>sample string 13</d2p1:ProfessionalPath> <d2p1:RepositoryId>20</d2p1:RepositoryId> <d2p1:ResourceName>sample string 2</d2p1:ResourceName> <d2p1:ResourceOrigin>sample string 7</d2p1:ResourceOrigin> <d2p1:ResourceTypeCode>sample string 4</d2p1:ResourceTypeCode> <d2p1:Semester>第一学期</d2p1:Semester> <d2p1:Shared>true</d2p1:Shared> <d2p1:Suffix>sample string 3</d2p1:Suffix> <d2p1:TechType>5</d2p1:TechType> <d2p1:Top>2024-09-21T08:55:24.2507579+08:00</d2p1:Top> <d2p1:UserId>1</d2p1:UserId> <d2p1:ViewAmount>15</d2p1:ViewAmount> </d2p1:Resource> </resource> </TestSaveDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
检查重复
JsonRtnDtoOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": true }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":true}
application/xml, text/xml
Sample:
<JsonRtnDtoOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data>true</Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfboolean>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":true});