MYS: reset cashless var & prep config for game
This commit is contained in:
parent
31173930e6
commit
0d6d250dd9
2 changed files with 5 additions and 1 deletions
|
|
@ -474,7 +474,7 @@
|
||||||
; reset
|
; reset
|
||||||
WRITE_FILE "/mnt/sdcard/config_taobingame.yaml" ""
|
WRITE_FILE "/mnt/sdcard/config_taobingame.yaml" ""
|
||||||
;APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: "http://10.0.16.233:30487/taobingame"\r\n"
|
;APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: "http://10.0.16.233:30487/taobingame"\r\n"
|
||||||
APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: "http://10.0.16.231:30460"\r\n"
|
APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: "http://game.my.taobin.local:26969"\r\n"
|
||||||
|
|
||||||
If TelephoneNumber = "0899999999" Then
|
If TelephoneNumber = "0899999999" Then
|
||||||
; Coupon or customer not input phone number.
|
; Coupon or customer not input phone number.
|
||||||
|
|
|
||||||
|
|
@ -509,6 +509,10 @@
|
||||||
Var X_PS6 = 652
|
Var X_PS6 = 652
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
DEBUGVAR VendingCashless
|
||||||
|
Var VendingCashless = "-"
|
||||||
|
DEBUGVAR VendingCashless
|
||||||
|
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
||||||
<EventActionOk>
|
<EventActionOk>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue