mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-30 01:46:18 +08:00
token session
This commit is contained in:
@@ -5,9 +5,9 @@ Unknown_Encrypt_Type: 'Unknown encrypt-type.'
|
||||
|
||||
#Command Regex
|
||||
REGEX_QUERY: '^(?i)(Query)|(查询)|(cx)$'
|
||||
REGEX_REGISTER: '^(?i)(Reg(ister)?)|(注册)|(zc)$'
|
||||
REGEX_REGISTER: '^(?i)(Reg(ister)?)|(注册)|(绑定)|(zc)$'
|
||||
REGEX_SUBMIT: '^(?i)(Submit)|(报修)|(bx)$'
|
||||
REGEX_CANCEL: '^(?i)(Cancel)|(取消)|(qx)$'
|
||||
REGEX_CANCEL: '^(?i)(Cancel)|(取消)|(撤销)|(qx)$'
|
||||
REGEX_LOGIN: '^(?i)Authme$'
|
||||
|
||||
#Event
|
||||
@@ -39,11 +39,11 @@ Cancel_Failed: '取消失败。'
|
||||
Not_Operator: '嘟嘟嘟……'
|
||||
|
||||
#URL
|
||||
User_Register_Link: '您尚未进行微信绑定, 请<a href="http://topaz.sinaapp.com/nm/v1/reg.html?wechatid={0}">点击这里</a>进行微信绑定操作。'
|
||||
User_Query_Link: 'http://topaz.sinaapp.com/nm/v1/list.html?wechatid={0}'
|
||||
User_Submit_Link: 'http://topaz.sinaapp.com/nm/v1/rrepair.html?wechatid={0}&name={1}&isp={2}&room={3}&block={4}&phone={5,number,#}'
|
||||
User_Register_Link: '您尚未进行微信绑定, 请<a href="http://topaz.sinaapp.com/nm/v1/reg.html?token={0}">点击这里</a>进行微信绑定操作。'
|
||||
User_Query_Link: 'http://topaz.sinaapp.com/nm/v1/list.html?token={0}'
|
||||
User_Submit_Link: 'http://topaz.sinaapp.com/nm/v1/rrepair.html?token={0}&name={1}&isp={2}&room={3}&block={4}&phone={5,number,#}'
|
||||
Result_Page: 'http://topaz.sinaapp.com/nm/v1/result.html'
|
||||
Operator_Login_Link: '<a href="http://topaz.sinaapp.com/nm/v1/login.html?wechatid={0}&pkey={1}">CLICK HERE</a>'
|
||||
Operator_Login_Link: '<a href="http://topaz.sinaapp.com/nm/v1/login.html?token={0}&pkey={1}">CLICK HERE</a>'
|
||||
|
||||
#Localized
|
||||
#Status
|
||||
|
||||
Reference in New Issue
Block a user