This commit is contained in:
Sunandar
2017-01-25 14:29:49 +06:30
parent dbcee40b68
commit 0c4f797551
4 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
if @out[0] == true
json.set! :status, @out[0]
json.set! :serial_no, @out[1]
json.set! :wristband_code, @out[2]
json.set! :account_no, @out[2]
else
json.set! :status, @out[0]
json.set! :message,@out[1]
end
end

View File

@@ -4,4 +4,4 @@
else
json.set! :status, @out[0]
json.set! :message,@out[1]
end
end

View File

@@ -4,4 +4,4 @@
else
json.set! :status, @out[0]
json.set! :message,@out[1]
end
end