Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
T
ticket_half_auto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李佳
ticket_half_auto
Commits
2acf98bc
Commit
2acf98bc
authored
Apr 10, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2411996c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
1 deletion
+19
-1
MacLotPlayModeService.cs
...chine/TjJingCaiV1/MacLotPlayMode/MacLotPlayModeService.cs
+2
-0
A10002NotifyTicket.cs
....Common/Communication/GtdJson/Packs/A10002NotifyTicket.cs
+6
-0
GConfig.cs
ChuPiao.Common/HD/GConfig.cs
+1
-1
L_LotTicketEntity.cs
ChuPiao.Common/Models/L_LotTicketEntity.cs
+10
-0
No files found.
ChuPiao.AutoPrint.Machine/TjJingCaiV1/MacLotPlayMode/MacLotPlayModeService.cs
View file @
2acf98bc
...
@@ -212,6 +212,8 @@ namespace ChuPiao.AutoPrint.Machine.TjJingCaiV1.MacLotPlayMode
...
@@ -212,6 +212,8 @@ namespace ChuPiao.AutoPrint.Machine.TjJingCaiV1.MacLotPlayMode
{
{
tempstr
=
input
.
Substring
(
index_start
);
tempstr
=
input
.
Substring
(
index_start
);
}
}
ticketEntity
.
L_AddText
=
tempstr
;
//★恭喜!二至九等奖奖金E\0M!aEX1.6E\0M\0!\0aE倍!★
//★恭喜!二至九等奖奖金E\0M!aEX1.6E\0M\0!\0aE倍!★
//★恭喜您获赠“光芒焕新”幸运奖E\0M!aE3E\0M\0!\0aE元!★
//★恭喜您获赠“光芒焕新”幸运奖E\0M!aE3E\0M\0!\0aE元!★
...
...
ChuPiao.Common/Communication/GtdJson/Packs/A10002NotifyTicket.cs
View file @
2acf98bc
...
@@ -49,6 +49,12 @@ namespace ChuPiao.Common.Communication.GtdJson.Packs
...
@@ -49,6 +49,12 @@ namespace ChuPiao.Common.Communication.GtdJson.Packs
jsonWriter
.
WritePropertyName
(
"addtype"
);
//大乐透加奖类型:0-无加奖(默认);1-1.6倍;2-2倍;3-“加油中国”3元;4-“光芒焕新”3元
jsonWriter
.
WritePropertyName
(
"addtype"
);
//大乐透加奖类型:0-无加奖(默认);1-1.6倍;2-2倍;3-“加油中国”3元;4-“光芒焕新”3元
jsonWriter
.
WriteValue
(
Ticket
.
L_AddType
);
jsonWriter
.
WriteValue
(
Ticket
.
L_AddType
);
jsonWriter
.
WritePropertyName
(
"addtext"
);
//大乐透加奖类型文本
jsonWriter
.
WriteValue
(
Ticket
.
L_AddText
);
jsonWriter
.
WritePropertyName
(
"code"
);
jsonWriter
.
WritePropertyName
(
"code"
);
jsonWriter
.
WriteValue
(
Ticket
.
L_Code
);
jsonWriter
.
WriteValue
(
Ticket
.
L_Code
);
jsonWriter
.
WritePropertyName
(
"codetype"
);
jsonWriter
.
WritePropertyName
(
"codetype"
);
...
...
ChuPiao.Common/HD/GConfig.cs
View file @
2acf98bc
...
@@ -11,7 +11,7 @@ namespace ChuPiao.Common.HD
...
@@ -11,7 +11,7 @@ namespace ChuPiao.Common.HD
{
{
#if REALEASE_VERSION
#if REALEASE_VERSION
public
const
string
VersionName
=
"
1.0.3
"
;
public
const
string
VersionName
=
"
230410.0
"
;
public
const
string
VersionText
=
"正式版本"
;
public
const
string
VersionText
=
"正式版本"
;
...
...
ChuPiao.Common/Models/L_LotTicketEntity.cs
View file @
2acf98bc
...
@@ -28,6 +28,16 @@ namespace ChuPiao.Common.Models
...
@@ -28,6 +28,16 @@ namespace ChuPiao.Common.Models
set
{
_l_addtype
=
value
;
}
set
{
_l_addtype
=
value
;
}
}
}
private
string
_l_addtext
=
""
;
public
string
L_AddText
{
get
{
return
_l_addtext
;
}
set
{
_l_addtext
=
value
;
}
}
public
int
EncashOption
=
1
;
public
int
EncashOption
=
1
;
#
region
Model
#
region
Model
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment