xsId
This commit is contained in:
parent
1fb14fb007
commit
b47c5a0661
@ -40,9 +40,9 @@ namespace YD_AllHeartRates.Api.Controllers
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[HttpPost(nameof(GetStudentEduId))]
|
[HttpPost(nameof(GetStudentEduId))]
|
||||||
public async Task<List<StudentEduDto>> GetStudentEduId()
|
public async Task<List<StudentEduDto>> GetStudentEduId(string schoolName, string gradeName, string className, string realName, string xsId)
|
||||||
{
|
{
|
||||||
var res = await _dataPushService.GetStudentEduId("崇明区长兴小学", "一年级", "一班", "李奕佳", "2792");
|
var res = await _dataPushService.GetStudentEduId(schoolName, gradeName, className, realName, xsId);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("YD_AllHeartRates.Api")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("YD_AllHeartRates.Api")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+951d17301bacf53fa96dbfdb12d6fd9ad3dcae81")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1fb14fb00717e573ac0368818b0c4977e6e5f8ab")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("YD_AllHeartRates.Api")]
|
[assembly: System.Reflection.AssemblyProductAttribute("YD_AllHeartRates.Api")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("YD_AllHeartRates.Api")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("YD_AllHeartRates.Api")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
f4faf59da02e386a551a99f9728e10c4bb3e882bb94b7fc6f8a35c19b5d59784
|
96eb01bb5679d6921cd37d52b08a805481ef30722c06ce9f311549d3e00f70be
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user