|
@@ -1704,6 +1704,11 @@ namespace TEAMModelBI.Controllers.BITest
|
|
|
return Ok(new { state = 200, set ,dous1, dous /*tempSc*/ });
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 测试版本
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="jsonElement"></param>
|
|
|
+ /// <returns></returns>
|
|
|
public async Task<IActionResult> SetSchoolEdition(JsonElement jsonElement)
|
|
|
{
|
|
|
var cosmosClient = _azureCosmos.GetCosmosClient();
|