|
|
@ -23,11 +23,15 @@ using System.Security.Claims; |
|
|
|
using System.Text; |
|
|
|
using System.Text; |
|
|
|
|
|
|
|
|
|
|
|
namespace _24Hour.Controllers |
|
|
|
namespace _24Hour.Controllers |
|
|
|
{ |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 怬 |
|
|
|
/// 怬 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
// [HiddenApi] |
|
|
|
#if DEBUG |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#else |
|
|
|
|
|
|
|
[HiddenApi] |
|
|
|
|
|
|
|
#endif |
|
|
|
[ApiController] |
|
|
|
[ApiController] |
|
|
|
[Route("api/APP")] |
|
|
|
[Route("api/APP")] |
|
|
|
public class LoginController : ControllerBase |
|
|
|
public class LoginController : ControllerBase |
|
|
@ -447,7 +451,7 @@ namespace _24Hour.Controllers |
|
|
|
cardIdphoto = date.cardIdphoto, |
|
|
|
cardIdphoto = date.cardIdphoto, |
|
|
|
departmentName = date.departmentName, |
|
|
|
departmentName = date.departmentName, |
|
|
|
identitycardId = date.identitycardId, |
|
|
|
identitycardId = date.identitycardId, |
|
|
|
departmentSCC= date.departmentUnifiedSocialCreditCode |
|
|
|
departmentSCC = date.departmentUnifiedSocialCreditCode |
|
|
|
}; |
|
|
|
}; |
|
|
|
#endregion |
|
|
|
#endregion |
|
|
|
ret.IsSucceed = true; |
|
|
|
ret.IsSucceed = true; |
|
|
|