add game for aus
This commit is contained in:
parent
06d13549b5
commit
99adb372e2
2 changed files with 14 additions and 8 deletions
|
|
@ -475,7 +475,8 @@
|
||||||
; 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://nlb-taobingame-service-40430a2f6317ba2f.elb.ap-southeast-1.amazonaws.com: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.
|
||||||
|
|
@ -487,11 +488,7 @@
|
||||||
|
|
||||||
DEBUGVAR ACCString
|
DEBUGVAR ACCString
|
||||||
|
|
||||||
If show_eng = "true" Then
|
Var LangString = "LANG: "EN"\r\n"
|
||||||
Var LangString = "LANG: "EN"\r\n"
|
|
||||||
Else
|
|
||||||
Var LangString = "LANG: "TH"\r\n"
|
|
||||||
EndIf
|
|
||||||
|
|
||||||
; reset
|
; reset
|
||||||
WRITE_FILE "/mnt/sdcard/taobingame_acc.yaml" ""
|
WRITE_FILE "/mnt/sdcard/taobingame_acc.yaml" ""
|
||||||
|
|
|
||||||
|
|
@ -671,7 +671,13 @@
|
||||||
Var TelephoneNumber = "0859586589"
|
Var TelephoneNumber = "0859586589"
|
||||||
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"
|
If CountryName = "Australia" Then
|
||||||
|
APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: "http://nlb-taobingame-service-40430a2f6317ba2f.elb.ap-southeast-1.amazonaws.com:26969"\r\n"
|
||||||
|
Else
|
||||||
|
APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: "http://10.0.16.231:30460"\r\n"
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Var ACCString !assigned SprintFmt("ACC: "%s"\r\n", TelephoneNumber)
|
Var ACCString !assigned SprintFmt("ACC: "%s"\r\n", TelephoneNumber)
|
||||||
DEBUGVAR ACCString
|
DEBUGVAR ACCString
|
||||||
|
|
@ -680,7 +686,10 @@
|
||||||
Var LangString = "LANG: "EN"\r\n"
|
Var LangString = "LANG: "EN"\r\n"
|
||||||
Else
|
Else
|
||||||
Var LangString = "LANG: "TH"\r\n"
|
Var LangString = "LANG: "TH"\r\n"
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
If CountryName = "Australia" Then
|
||||||
|
Var LangString = "LANG: "EN"\r\n"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
; reset
|
; reset
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue