20210812
This commit is contained in:
@@ -22,12 +22,11 @@ namespace WebAPI.Controllers
|
||||
/// <param name="appId"></param>
|
||||
/// <param name="appSecret"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet]
|
||||
[HttpGet]
|
||||
public object token(string projectId, string appId, string appSecret)
|
||||
{
|
||||
return new
|
||||
{
|
||||
code = 0,
|
||||
data = new { token = Const.sysglyId },
|
||||
tokenExpires = Funs.ConvertDateTimeToInt32(DateTime.Now.AddMonths(1)),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user