Guest User

Untitled

a guest
Jul 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. var param = [String: Any]()
  2. param = ["locale": "en",
  3. "token": "82ETaBYbiz2ZM2Kqg7eL8z3VL0",
  4. "taskId": 123]
  5.  
  6. if userType == "ADMIN" {
  7. param = ["userType": "ADMIN"]
  8. } else {
  9. param = ["userType": "USER"]
  10. }
Add Comment
Please, Sign In to add comment