mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 18:34:44 +08:00
主页加载菜单按钮
重新修改了登陆逻辑
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using OpenAuth.Domain.Model;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace OpenAuth.UnitTest
|
||||
{
|
||||
@@ -10,9 +8,7 @@ namespace OpenAuth.UnitTest
|
||||
[TestMethod]
|
||||
public void MenuTest()
|
||||
{
|
||||
string userid = "";
|
||||
IndexApp app = new IndexApp();
|
||||
MenuResponse response = app.LoadMenu(userid);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user