|
@@ -565,7 +565,7 @@ namespace TEAMModelBI.Controllers.BISchool
|
|
|
if (!jsonElement.TryGetProperty("size", out JsonElement size)) return BadRequest();
|
|
|
if (!jsonElement.TryGetProperty("scale", out JsonElement scale)) return BadRequest();
|
|
|
if (!jsonElement.TryGetProperty("assistId", out JsonElement _assistId)) return BadRequest();
|
|
|
- if (!jsonElement.TryGetProperty("typt", out JsonElement _type)) return BadRequest();
|
|
|
+ if (!jsonElement.TryGetProperty("type", out JsonElement _type)) return BadRequest();
|
|
|
|
|
|
var (_tmdId, _tmdName, pic, did, dname, dpic) = HttpJwtAnalysis.JwtXAuthBI(HttpContext.GetXAuth("AuthToken"), _option);
|
|
|
|