14 lines
315 B
C#
14 lines
315 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace APT.PF.WebApi.Models
|
|||
|
|
{
|
|||
|
|
public class SessionKey
|
|||
|
|
{
|
|||
|
|
public const string VERIFY_CODE= "OPTiEMS_VERIFY_CODE";
|
|||
|
|
public const string VERIFY_MESSAGE_CODE = "OPTiEMS_MESSAGE_CODE";
|
|||
|
|
}
|
|||
|
|
}
|