Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
Education
Commits
2b527d7f
Commit
2b527d7f
authored
Dec 23, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
dd338df7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
43 deletions
+43
-43
RB_AI_PresetsApplication.cs
Edu.Model/Entity/AI/RB_AI_PresetsApplication.cs
+2
-2
AIController.cs
Edu.WebApi/Controllers/AI/AIController.cs
+9
-9
AIStudentController.cs
Edu.WebApi/Controllers/AI/AIStudentController.cs
+32
-32
No files found.
Edu.Model/Entity/AI/RB_AI_PresetsApplication.cs
View file @
2b527d7f
...
@@ -37,7 +37,7 @@ namespace Edu.Model.Entity.AI
...
@@ -37,7 +37,7 @@ namespace Edu.Model.Entity.AI
/// <summary>
/// <summary>
/// 适用范围
/// 适用范围
/// </summary>
/// </summary>
public
string
Range
{
get
;
set
;
}
public
string
Range
Name
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 适用地区
/// 适用地区
...
@@ -47,7 +47,7 @@ namespace Edu.Model.Entity.AI
...
@@ -47,7 +47,7 @@ namespace Edu.Model.Entity.AI
/// <summary>
/// <summary>
/// 描述
/// 描述
/// </summary>
/// </summary>
public
string
Describe
{
get
;
set
;
}
public
string
Describe
Name
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 供应商id
/// 供应商id
/// </summary>
/// </summary>
...
...
Edu.WebApi/Controllers/AI/AIController.cs
View file @
2b527d7f
...
@@ -224,9 +224,9 @@ namespace Edu.WebApi.Controllers.AI
...
@@ -224,9 +224,9 @@ namespace Edu.WebApi.Controllers.AI
Logo
=
extModel
?.
Logo
??
""
,
Logo
=
extModel
?.
Logo
??
""
,
Name
=
extModel
?.
Name
??
""
,
Name
=
extModel
?.
Name
??
""
,
Content
=
extModel
?.
Content
??
""
,
Content
=
extModel
?.
Content
??
""
,
Range
=
extModel
?.
Range
??
""
,
Range
=
extModel
?.
Range
Name
??
""
,
Area
=
extModel
?.
Area
??
""
,
Area
=
extModel
?.
Area
??
""
,
Describe
=
extModel
?.
Describe
??
""
,
Describe
=
extModel
?.
Describe
Name
??
""
,
SupplierName
=
extModel
?.
SupplierName
??
""
,
SupplierName
=
extModel
?.
SupplierName
??
""
,
SupplierId
=
extModel
?.
SupplierId
??
0
,
SupplierId
=
extModel
?.
SupplierId
??
0
,
Enable
=
extModel
?.
Enable
??
0
,
Enable
=
extModel
?.
Enable
??
0
,
...
@@ -254,9 +254,9 @@ namespace Edu.WebApi.Controllers.AI
...
@@ -254,9 +254,9 @@ namespace Edu.WebApi.Controllers.AI
Logo
=
extModel
?.
Logo
??
""
,
Logo
=
extModel
?.
Logo
??
""
,
Name
=
extModel
?.
Name
??
""
,
Name
=
extModel
?.
Name
??
""
,
Content
=
extModel
?.
Content
??
""
,
Content
=
extModel
?.
Content
??
""
,
Range
=
extModel
?.
Range
??
""
,
Range
=
extModel
?.
Range
Name
??
""
,
Area
=
extModel
?.
Area
??
""
,
Area
=
extModel
?.
Area
??
""
,
Describe
=
extModel
?.
Describe
??
""
,
Describe
=
extModel
?.
Describe
Name
??
""
,
SupplierName
=
extModel
?.
SupplierName
??
""
,
SupplierName
=
extModel
?.
SupplierName
??
""
,
SupplierId
=
extModel
?.
SupplierId
??
0
,
SupplierId
=
extModel
?.
SupplierId
??
0
,
Enable
=
extModel
?.
Enable
??
0
,
Enable
=
extModel
?.
Enable
??
0
,
...
@@ -287,9 +287,9 @@ namespace Edu.WebApi.Controllers.AI
...
@@ -287,9 +287,9 @@ namespace Edu.WebApi.Controllers.AI
Logo
=
extModel
?.
Logo
??
""
,
Logo
=
extModel
?.
Logo
??
""
,
Name
=
extModel
?.
Name
??
""
,
Name
=
extModel
?.
Name
??
""
,
Content
=
extModel
?.
Content
??
""
,
Content
=
extModel
?.
Content
??
""
,
Range
=
extModel
?.
Range
??
""
,
Range
=
extModel
?.
Range
Name
??
""
,
Area
=
extModel
?.
Area
??
""
,
Area
=
extModel
?.
Area
??
""
,
Describe
=
extModel
?.
Describe
??
""
,
Describe
=
extModel
?.
Describe
Name
??
""
,
SupplierName
=
extModel
?.
SupplierName
??
""
,
SupplierName
=
extModel
?.
SupplierName
??
""
,
SupplierId
=
extModel
?.
SupplierId
??
0
,
SupplierId
=
extModel
?.
SupplierId
??
0
,
Enable
=
extModel
?.
Enable
??
0
,
Enable
=
extModel
?.
Enable
??
0
,
...
@@ -313,9 +313,9 @@ namespace Edu.WebApi.Controllers.AI
...
@@ -313,9 +313,9 @@ namespace Edu.WebApi.Controllers.AI
Name
=
base
.
ParmJObj
.
GetStringValue
(
"Name"
),
Name
=
base
.
ParmJObj
.
GetStringValue
(
"Name"
),
Logo
=
base
.
ParmJObj
.
GetStringValue
(
"Logo"
),
Logo
=
base
.
ParmJObj
.
GetStringValue
(
"Logo"
),
Content
=
base
.
ParmJObj
.
GetStringValue
(
"Content"
),
Content
=
base
.
ParmJObj
.
GetStringValue
(
"Content"
),
Range
=
base
.
ParmJObj
.
GetStringValue
(
"Range"
),
Range
Name
=
base
.
ParmJObj
.
GetStringValue
(
"Range"
),
Area
=
base
.
ParmJObj
.
GetStringValue
(
"Area"
),
Area
=
base
.
ParmJObj
.
GetStringValue
(
"Area"
),
Describe
=
base
.
ParmJObj
.
GetStringValue
(
"Describe"
),
Describe
Name
=
base
.
ParmJObj
.
GetStringValue
(
"Describe"
),
SupplierId
=
base
.
ParmJObj
.
GetInt
(
"SupplierId"
,
0
),
SupplierId
=
base
.
ParmJObj
.
GetInt
(
"SupplierId"
,
0
),
Enable
=
base
.
ParmJObj
.
GetInt
(
"Enable"
,
0
),
Enable
=
base
.
ParmJObj
.
GetInt
(
"Enable"
,
0
),
LanguageType
=
base
.
ParmJObj
.
GetInt
(
"LanguageType"
,
0
),
LanguageType
=
base
.
ParmJObj
.
GetInt
(
"LanguageType"
,
0
),
...
@@ -330,7 +330,7 @@ namespace Edu.WebApi.Controllers.AI
...
@@ -330,7 +330,7 @@ namespace Edu.WebApi.Controllers.AI
{
{
return
ApiResult
.
ParamIsNull
();
return
ApiResult
.
ParamIsNull
();
}
}
extModel
.
Status
=
(
DateStateEnum
)
base
.
ParmJObj
.
GetInt
(
"Status"
);
extModel
.
Status
=
DateStateEnum
.
Normal
;
//
(DateStateEnum)base.ParmJObj.GetInt("Status");
bool
flag
=
aiModule
.
SetAIPresetsApplicationModule
(
extModel
);
bool
flag
=
aiModule
.
SetAIPresetsApplicationModule
(
extModel
);
return
flag
?
ApiResult
.
Success
()
:
ApiResult
.
Failed
();
return
flag
?
ApiResult
.
Success
()
:
ApiResult
.
Failed
();
}
}
...
...
Edu.WebApi/Controllers/AI/AIStudentController.cs
View file @
2b527d7f
...
@@ -242,42 +242,42 @@ namespace Edu.WebApi.Controllers.AI
...
@@ -242,42 +242,42 @@ namespace Edu.WebApi.Controllers.AI
public
ApiResult
GetYouDaoGrade
()
public
ApiResult
GetYouDaoGrade
()
{
{
List
<
RB_AI_PresetsApplication_ViewModel
>
listChina
=
new
List
<
RB_AI_PresetsApplication_ViewModel
>();
List
<
RB_AI_PresetsApplication_ViewModel
>
listChina
=
new
List
<
RB_AI_PresetsApplication_ViewModel
>();
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"一年级"
,
Content
=
"g1"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"一年级"
,
Content
=
"g1"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"二年级"
,
Content
=
"g2"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"二年级"
,
Content
=
"g2"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"三年级"
,
Content
=
"g3"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"三年级"
,
Content
=
"g3"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"四年级"
,
Content
=
"g4"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"四年级"
,
Content
=
"g4"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"五年级"
,
Content
=
"g5"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"五年级"
,
Content
=
"g5"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"六年级"
,
Content
=
"g6"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"六年级"
,
Content
=
"g6"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"七年级"
,
Content
=
"g7"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"七年级"
,
Content
=
"g7"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"八年级"
,
Content
=
"g8"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"八年级"
,
Content
=
"g8"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"九年级"
,
Content
=
"g9"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"九年级"
,
Content
=
"g9"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"高一"
,
Content
=
"g10"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"高一"
,
Content
=
"g10"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"高二"
,
Content
=
"g11"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"高二"
,
Content
=
"g11"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"高三"
,
Content
=
"g12"
});
listChina
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"高三"
,
Content
=
"g12"
});
List
<
RB_AI_PresetsApplication_ViewModel
>
listEnglish
=
new
List
<
RB_AI_PresetsApplication_ViewModel
>();
List
<
RB_AI_PresetsApplication_ViewModel
>
listEnglish
=
new
List
<
RB_AI_PresetsApplication_ViewModel
>();
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"默认"
,
Content
=
"default"
,
Rang
e
=
"100"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"默认"
,
Content
=
"default"
,
RangeNam
e
=
"100"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"小学"
,
Content
=
"elementary"
,
Rang
e
=
"100"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"小学"
,
Content
=
"elementary"
,
RangeNam
e
=
"100"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"初中"
,
Content
=
"junior"
,
Rang
e
=
"100"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"初中"
,
Content
=
"junior"
,
RangeNam
e
=
"100"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"高中"
,
Content
=
"high"
,
Rang
e
=
"25"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"高中"
,
Content
=
"high"
,
RangeNam
e
=
"25"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"四级"
,
Content
=
"cet4"
,
Rang
e
=
"106.5"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"四级"
,
Content
=
"cet4"
,
RangeNam
e
=
"106.5"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"六级"
,
Content
=
"cet6"
,
Rang
e
=
"106.5"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"六级"
,
Content
=
"cet6"
,
RangeNam
e
=
"106.5"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"考研"
,
Content
=
"graduate"
,
Rang
e
=
"20"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"考研"
,
Content
=
"graduate"
,
RangeNam
e
=
"20"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"考研英语(一)大作文"
,
Content
=
"graduate_b1"
,
Rang
e
=
"20"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"考研英语(一)大作文"
,
Content
=
"graduate_b1"
,
RangeNam
e
=
"20"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"考研英语(一)小作文"
,
Content
=
"graduate_a1"
,
Rang
e
=
"10"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"考研英语(一)小作文"
,
Content
=
"graduate_a1"
,
RangeNam
e
=
"10"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"考研英语(二)小作文"
,
Content
=
"graduate_a2"
,
Rang
e
=
"10"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"考研英语(二)小作文"
,
Content
=
"graduate_a2"
,
RangeNam
e
=
"10"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"考研英语(二)大作文"
,
Content
=
"graduate_b2"
,
Rang
e
=
"15"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"考研英语(二)大作文"
,
Content
=
"graduate_b2"
,
RangeNam
e
=
"15"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"托福"
,
Content
=
"toefl"
,
Rang
e
=
"30"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"托福"
,
Content
=
"toefl"
,
RangeNam
e
=
"30"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"托福-独立写作"
,
Content
=
"toefl_independent"
,
Rang
e
=
"30"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"托福-独立写作"
,
Content
=
"toefl_independent"
,
RangeNam
e
=
"30"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"托福-综合写作"
,
Content
=
"toefl_comprehensive"
,
Rang
e
=
"30"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"托福-综合写作"
,
Content
=
"toefl_comprehensive"
,
RangeNam
e
=
"30"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"GRE"
,
Content
=
"gre"
,
Rang
e
=
"6"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"GRE"
,
Content
=
"gre"
,
RangeNam
e
=
"6"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"雅思"
,
Content
=
"ielts"
,
Rang
e
=
"9"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"雅思"
,
Content
=
"ielts"
,
RangeNam
e
=
"9"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"雅思-task1"
,
Content
=
"ielts_task1"
,
Rang
e
=
"9"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"雅思-task1"
,
Content
=
"ielts_task1"
,
RangeNam
e
=
"9"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"雅思-task2"
,
Content
=
"ielts_task2"
,
Rang
e
=
"9"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"雅思-task2"
,
Content
=
"ielts_task2"
,
RangeNam
e
=
"9"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
=
"学术写作"
,
Content
=
"academic"
,
Rang
e
=
"100"
});
listEnglish
.
Add
(
new
RB_AI_PresetsApplication_ViewModel
{
Describe
Name
=
"学术写作"
,
Content
=
"academic"
,
RangeNam
e
=
"100"
});
return
ApiResult
.
Success
(
data
:
new
{
ChinaGradeList
=
listChina
.
Select
(
x
=>
new
{
Name
=
x
.
Describe
,
Value
=
x
.
Content
}),
EnglishGradeList
=
listEnglish
.
Select
(
x
=>
new
{
Name
=
x
.
Describe
,
Value
=
x
.
Content
,
Score
=
x
.
Rang
e
})
});
return
ApiResult
.
Success
(
data
:
new
{
ChinaGradeList
=
listChina
.
Select
(
x
=>
new
{
Name
=
x
.
Describe
Name
,
Value
=
x
.
Content
}),
EnglishGradeList
=
listEnglish
.
Select
(
x
=>
new
{
Name
=
x
.
DescribeName
,
Value
=
x
.
Content
,
Score
=
x
.
RangeNam
e
})
});
}
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment