Commit 2acf98bc authored by dong's avatar dong

1

parent 2411996c
......@@ -212,6 +212,8 @@ namespace ChuPiao.AutoPrint.Machine.TjJingCaiV1.MacLotPlayMode
{
tempstr = input.Substring(index_start);
}
ticketEntity.L_AddText = tempstr;
//★恭喜!二至九等奖奖金E\0M!aEX1.6E\0M\0!\0aE倍!★
//★恭喜您获赠“光芒焕新”幸运奖E\0M!aE3E\0M\0!\0aE元!★
......
......@@ -49,6 +49,12 @@ namespace ChuPiao.Common.Communication.GtdJson.Packs
jsonWriter.WritePropertyName("addtype"); //大乐透加奖类型:0-无加奖(默认);1-1.6倍;2-2倍;3-“加油中国”3元;4-“光芒焕新”3元
jsonWriter.WriteValue(Ticket.L_AddType);
jsonWriter.WritePropertyName("addtext"); //大乐透加奖类型文本
jsonWriter.WriteValue(Ticket.L_AddText);
jsonWriter.WritePropertyName("code");
jsonWriter.WriteValue(Ticket.L_Code);
jsonWriter.WritePropertyName("codetype");
......
......@@ -11,7 +11,7 @@ namespace ChuPiao.Common.HD
{
#if REALEASE_VERSION
public const string VersionName = "1.0.3";
public const string VersionName = "230410.0";
public const string VersionText = "正式版本";
......
......@@ -28,6 +28,16 @@ namespace ChuPiao.Common.Models
set { _l_addtype = value; }
}
private string _l_addtext = "";
public string L_AddText
{
get { return _l_addtext; }
set { _l_addtext = value; }
}
public int EncashOption = 1;
#region Model
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment