Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.69 KB | None | 0 0
  1. Servicio: advertising/search_list
  2.     - en groups, esta regresando el id de la tabla advertising_groups, en lugar de regresa group_id
  3.  
  4.  
  5. Ejemplo:
  6.  
  7. BD  
  8. advertising_groups
  9. ID  group_id    advertising_id
  10. 211 181     181
  11. 221 191     181
  12.  
  13. <campain>
  14. <id>
  15. 181
  16. </id>
  17. <name>
  18. Hola Ad 1000
  19. </name>
  20. <groups>
  21. <group>
  22. <id>
  23. 211
  24. </id>
  25. <name>
  26. New Group
  27. </name>
  28. </group>
  29. <group>
  30. <id>
  31. 221
  32. </id>
  33. <name>
  34. Clientes
  35. </name>
  36. </group>
  37. </groups>
  38. <advertisingtype>
  39. <id>
  40. 0
  41. </id>
  42. <type/>
  43. </advertisingtype>
  44. <datesince>
  45. 2011-02-15
  46. </datesince>
  47. <dateto>
  48. 2011-02-20
  49. </dateto>
  50. <status>
  51. enabled
  52. </status>
  53. <image_url/>
  54. <audio_url/>
  55. <message>
  56. Hello
  57. </message>
  58. <dial>
  59. ****181
  60. </dial>
  61. </campain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement