Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. POST /webhook
  2. Received postback for user 1117142921718529 with payload 'Greeting'
  3. Executing (default): SELECT 1+1 AS result
  4. Executing (23d51fba-8354-40e1-9221-f03e38a3baa9): START TRANSACTION;
  5. Executing (23d51fba-8354-40e1-9221-f03e38a3baa9): SELECT `id`, `last_name`, `first_name`, `gender`, `user_index` FROM `user` AS `user` WHERE `user`.`user_index` = '1117142921718529' LIMIT 1;
  6. Executing (23d51fba-8354-40e1-9221-f03e38a3baa9): COMMIT;
  7. { id: 53,
  8. last_name: 'Bojara',
  9. first_name: 'Sebastian',
  10. gender: 'male',
  11. user_index: '1117142921718529' }
  12. send success
  13. POST /webhook
  14. POST /webhook
  15. POST /webhook
  16. { sender: { id: '1117142921718529' },
  17. recipient: { id: '199278910598962' },
  18. timestamp: 1502984349560,
  19. message:
  20. { quick_reply: { payload: 'Pass' },
  21. mid: 'mid.$cAADvzaGBPT9kIh5veFd8Nk5kCHfe',
  22. seq: 713227,
  23. text: 'Tak' } }
  24. ok
  25. Executing (default): SELECT 1+1 AS result
  26. Executing (default): SELECT `quiz_questions`.`id`, `quiz_questions`.`value`, `quiz_questions`.`filename`, `question_options`.`id` AS `question_options.id`, `question_options`.`quiz_question_id` AS `question_options.quizQuestionId`, `question_options`.`text` AS `question_options.text`, `question_options`.`is_correct` AS `question_options.is_correct`, `question_options`.`option_filename` AS `question_options.option_filename`, `question_options`.`quiz_question_id` AS `question_options.quiz_question_id` FROM `quiz_questions` AS `quiz_questions` LEFT OUTER JOIN `question_option` AS `question_options` ON `quiz_questions`.`id` = `question_options`.`quiz_question_id`;
  27. send success
  28. POST /webhook
  29. [ { content_type: 'text', title: 'A.', payload: 'Pass 1' },
  30. { content_type: 'text', title: 'B.', payload: 'Pass 0' },
  31. { content_type: 'text', title: 'C.', payload: 'Pass 0' },
  32. { content_type: 'text', title: 'D.', payload: 'Pass 0' } ]
  33. send success
  34. send success
  35. POST /webhook
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement