test: 测试cicd

This commit is contained in:
橙子
2023-10-05 16:23:43 +08:00
parent 6d0e6d0d16
commit 9150101498

View File

@@ -38,7 +38,7 @@ namespace Yi.Framework.Module.WebFirstManager.Impl
/// 测试
/// </summary>
/// <returns></returns>
public async Task<string> GetTest()
public async Task<string> GetTest2()
{
return "hello";
}