intensive.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>抖音定向流量权益包</title>
  6. <meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" name="viewport">
  7. <meta content="width=device-width,height=device-height,maximum-scale=1.0,user-scalable=no" name="viewport">
  8. <meta content="yes" name="apple-mobile-web-app-capable">
  9. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  10. <meta content="telephone=no" name="format-detection">
  11. <script type="text/javascript">
  12. var deviceWidth = document.documentElement.clientWidth;
  13. if (deviceWidth > 750) {
  14. deviceWidth = 750;
  15. }
  16. document.documentElement.style.fontSize = deviceWidth / 7.5 + 'px';
  17. </script>
  18. <style>
  19. body {
  20. display: flex;
  21. align-items: center;
  22. justify-content: center;
  23. background: lightgray;
  24. font-size: 16px;
  25. }
  26. .main {
  27. width: 325px;
  28. height: 667px;
  29. background: white;
  30. }
  31. iframe {
  32. position: absolute;
  33. top: 0;
  34. left: 0;
  35. right: 0;
  36. width: 750px;
  37. border: none;
  38. bottom: 0;
  39. height: 100%;
  40. }
  41. </style>
  42. </head>
  43. <style>
  44. </style>
  45. <body>
  46. <div class="main">
  47. <br>
  48. <select id="evnSelect" style="width: 100%;">
  49. <option capurl="https://cap.chinaunicom.cn/CAP-AUTH/">生产大白板</option>
  50. <option capurl="https://captain.chinaunicom.cn/CAP-AUTH/">测试大白板</option>
  51. <option capurl="http://cap.free.svipss.top/cap_auc_frontpage/webapp/auth-dx.html">测试环境-小沃</option>
  52. <option capurl="http://cap.free.svipss.top/cap_auc_frontpage/webapp/auth-woy-v20190701.html">测试环境-音乐</option>
  53. </select>
  54. <br>
  55. <select id="productSelect" style="width: 100%;">
  56. <option prmproductid="6600268200" productname="沃悦读-喜悦动听钻石权益流量包" productprice="20" producttype="1" spid="90559" systemid="42" sourcedeviceid="420001" >沃悦读-喜悦动听钻石权益流量包</option>
  57. <!-- 类型,0:包次,1:包月,2:Wo卡 (虚拟产品,复合产品)-->
  58. <option prmproductid="6500002300" productname="百度定向流量包" productprice="10" producttype="1" spid="93366">定向-百度定向流量包</option>
  59. <option prmproductid="2100230500" productname="腾讯游戏会员流量包-包月-15元" productprice="15" producttype="1" spid="98177" systemid="39" sourcedevice_id="390001">小沃-腾讯游戏会员流量包-包月-15元
  60. <!-- <option prmproductid="2100095200" productname="王者荣耀流量权益-小沃-腾讯-包月12元" productprice="8" producttype="1" spid="98177" systemid="39" sourcedevice_id="390001">王者荣耀流量权益-小沃-腾讯-包月12元</option>-->
  61. <option prmproductid="2100186500" productname="和平精英流量权益包-9元" productprice="8" producttype="1" spid="98177" systemid="39" sourcedevice_id="390001">和平精英流量权益包-9元</option>
  62. <option prmproductid="4900125405" productname="喜马拉雅流量包8元包月(沃音乐)" productprice="8" producttype="1" spid="90115" systemid="41" sourcedeviceid="410001" >音乐-喜马拉雅流量包8元包月(沃音乐)</option>
  63. <option prmproductid="4900111902" productname="酷狗流量包9元包月(沃音乐)" productprice="8" producttype="1" spid="90115" systemid="41" sourcedeviceid="410001" >音乐-酷狗流量包9元包月(沃音乐)</option>
  64. <!-- 畅视 -->
  65. <option prmproductid="8000688000" productname="爱奇艺定向流量5G加油包5GB" productprice="9" producttype="1" spid="91932" systemid="39" sourcedeviceid="390001" >畅视-爱奇艺定向流量5G加油包5GB</option>
  66. <option prmproductid="8000688100" productname="优酷定向流量5G加油包5GB" productprice="9" producttype="1" spid="91932" systemid="39" sourcedeviceid="390001" >畅视-优酷定向流量5G加油包5GB</option>
  67. </select>
  68. <br>
  69. <input id="btn-order" class="btn" type="button" value="获取TOKEN" style="width: 100%">
  70. <br>
  71. <label>产品信息</label><br>
  72. <textarea id="product" style="height: 150px;width: 100%"></textarea>
  73. <br>
  74. <label>TOKEN</label><br>
  75. <textarea id="token" style="height: 150px;width: 100%"></textarea>
  76. </div>
  77. <input id="nanyanad" type="hidden" value="19809dcef2bd48b6bf1c2a14225d2917">
  78. <input id="nanyanlabel" type="hidden" value="_dyqy">
  79. <script type="text/javascript" src="../public/libs/jquery-min.js"></script>
  80. <script src="//account.bol.wo.cn/static/js-sdk/wolog/WoAnalytics.js"></script>
  81. <script src="//account.bol.wo.cn/static/js-sdk/wolog/HtmlPageVisitor.js"></script>
  82. <script src="js/order.js"></script>
  83. </body>
  84. </html>