Site du proximo, utilisé pour gérer le stock.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

response.html 452B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>OFF</title>
  6. </head>
  7. <body>
  8. <h2>Example Output</h2>
  9. <table>
  10. <tr>
  11. <td>Product Name</td>
  12. <td>{productName}</td>
  13. </tr>
  14. <tr>
  15. <td>Brand</td>
  16. <td>{brand}</td>
  17. </tr>
  18. <tr>
  19. <td>Image</td>
  20. <td><img src="{image}"/></td>
  21. </tr>
  22. </table>
  23. <h2>Response Struct (Array Format)</h2>
  24. <pre>
  25. {json}
  26. </pre>
  27. </body>
  28. </html>