Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
local
dock
Commits
d044f6fd
Commit
d044f6fd
authored
5 years ago
by
wsc
Browse files
Options
Download
Plain Diff
Merge branch 'develop' into 'master'
Develop See merge request
!39
parents
e815c497
a38502de
develop
feat-cast-relay
master
v1.2.11
v1.2.10
v1.2.9
v1.2.8
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.8
v1.1.7
v1.1.6
2 merge requests
!43
Master
,
!39
Develop
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jobhandler_mycooltv_v2.go
+1
-1
jobhandler_mycooltv_v2.go
thirdparty/mycooltv/order.go
+1
-0
thirdparty/mycooltv/order.go
with
2 additions
and
1 deletion
+2
-1
jobhandler_mycooltv_v2.go
+
1
-
1
View file @
d044f6fd
...
...
@@ -101,5 +101,5 @@ func (m MyCoolTvOrderV2) Handle(rn string, uid guestsvc.JobUID, within time.Dura
}
orderV2
[
"type"
]
=
uid
.
(
string
)
orderV2
[
"roomNumber"
]
=
rn
return
m
.
CreateV2
(
ext
)
return
m
.
CreateV2
(
orderV2
)
}
This diff is collapsed.
Click to expand it.
thirdparty/mycooltv/order.go
+
1
-
0
View file @
d044f6fd
...
...
@@ -143,6 +143,7 @@ func (sys OrderSys) CreateV2(order interface{}) error {
"order"
:
order
,
}
p
,
_
:=
json
.
Marshal
(
param
)
log
.
Printf
(
"POST %s: %s"
,
u
,
string
(
p
))
p
,
e
=
helper
.
HTTPPostJSON
(
u
,
string
(
p
))
m
:=
new
(
struct
{
Code
,
Msg
string
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help