dll.aspx 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="dll.aspx.cs" Inherits="_Default" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5. <title>无标题页</title>
  6. </head>
  7. <body>
  8. <form id="form2" runat="server">
  9. <div align="center" style="width:100%">
  10. <table width="800px" style="font-style:normal;font-size:12px;">
  11. <tr>
  12. <td style="width: 224px; height: 685px;" valign="top">
  13. <table style="width:415px">
  14. <tr>
  15. <td style="width: 347px; height: 92px;" valign="top">
  16. <asp:Panel ID="Panel1" runat="server" GroupingText="帐户信息" Width="402px">
  17. <table style="width: 101%; height: 100%">
  18. <tr>
  19. <td style="width: 89px; height: 43px;">
  20. 帐号:</td>
  21. <td style="width: 108px; height: 43px;">
  22. <asp:TextBox ID="txtUID" runat="server" Width="97px"></asp:TextBox></td>
  23. <td style="width: 148px; height: 43px;">
  24. 密码:</td>
  25. <td style="width: 87px; height: 43px;">
  26. <asp:TextBox ID="txt_PWD" runat="server" Width="93px"></asp:TextBox>
  27. </td>
  28. <td style="width: 100px; height: 43px;">
  29. <asp:Button ID="btnLook" runat="server" Text="查询帐户" OnClick="btnLook_Click" /></td>
  30. </tr>
  31. </table>
  32. </asp:Panel>
  33. </td>
  34. </tr>
  35. <tr>
  36. <td style="width: 347px; height: 131px;" align="left">
  37. <asp:Panel ID="Panel2" runat="server" GroupingText="执行后返回状态(请对昭下面的返回参数说明表)" Width="402px" HorizontalAlign="Left" Height="107px" >
  38. <br />
  39. <asp:TextBox ID="txtResult" runat="server" TextMode="MultiLine" Height="79px" Width="346px"></asp:TextBox><br />
  40. </asp:Panel>
  41. <br />
  42. </td>
  43. </tr>
  44. <tr>
  45. <td style="width: 347px; height: 38px; ">
  46. <asp:Panel ID="Panel3" runat="server" GroupingText="返参数说明表" Width="397px" Height="134px" HorizontalAlign="Left">
  47. <table style="width:100%">
  48. <tr>
  49. <td align="left" >
  50. 返回状态码
  51. </td>
  52. </tr>
  53. <tr>
  54. <td align="left" style="height: 23px" >
  55. 信息编号或000 成功!</td>
  56. </tr>
  57. <tr>
  58. <td align="left" >
  59. -01 当前账号余额不足!</td>
  60. </tr>
  61. <tr>
  62. <td align="left" >
  63. -02 当前用户ID错误!</td>
  64. </tr>
  65. <tr>
  66. <td align="left">
  67. -03 当前密码错误!</td>
  68. </tr>
  69. <tr>
  70. <td align="left">
  71. -04 参数不够或参数内容的类型错误!</td>
  72. </tr>
  73. <tr>
  74. <td align="left">
  75. &nbsp;-05 手机号码格式不对</td>
  76. </tr>
  77. <tr>
  78. <td align="left" >
  79. -06 短信内容编码不对!</td>
  80. </tr>
  81. <tr>
  82. <td align="left" >
  83. &nbsp;-07 短信内容含有敏感字符!</td>
  84. </tr>
  85. <tr>
  86. <td align="left" >
  87. -08 无接收数据</td>
  88. </tr>
  89. <tr>
  90. <td align="left" >
  91. -09 系统维护中</td>
  92. </tr>
  93. <tr>
  94. <td align="left" >
  95. &nbsp;-10 手机号码数量超长!数量超长!(100个/次 超100个请自行做循环)</td>
  96. </tr>
  97. <tr>
  98. <td align="left" >
  99. &nbsp;-11 短信内容超长!(70个字符) </td>
  100. </tr>
  101. <tr>
  102. <td align="left" >
  103. -12 其它错误!</td>
  104. </tr>
  105. <tr>
  106. <td align="left" >
  107. </td>
  108. </tr>
  109. </table>
  110. <br />
  111. </asp:Panel>
  112. </td>
  113. </tr>
  114. </table>
  115. </td>
  116. <td style="width: 615px; height: 685px;" valign="top">
  117. <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
  118. <tr>
  119. <td style="width: 422px; height: 157px;" valign="top">
  120. <asp:Panel ID="Panel4" runat="server" Width="450px" GroupingText="发短信" Height="131px">
  121. <table style="width: 100%" >
  122. <tr>
  123. <td align="center" style="width: 885px">
  124. 手机号(多个用,号分隔)</td>
  125. <td style="width: 904px">
  126. 短信内容(60-70字超过做下循环)</td>
  127. </tr>
  128. <tr>
  129. <td rowspan="2" style="width: 885px" valign="top">
  130. <asp:TextBox ID="txtSmsmob" runat="server" TextMode="MultiLine" Height="86px" Width="181px" BackColor="#FFC0C0"></asp:TextBox></td>
  131. <td style="width: 904px">
  132. <asp:TextBox ID="txtSms" runat="server" TextMode="MultiLine" Height="64px" Width="227px">您好!工作愉快!</asp:TextBox></td>
  133. </tr>
  134. <tr>
  135. <td style="width: 904px; height: 26px;" align="center">
  136. <asp:Button ID="bntSendNote" runat="server" Text="发送短信" OnClick="bntSendNote_Click" /></td>
  137. </tr>
  138. </table>
  139. </asp:Panel>
  140. </td>
  141. </tr>
  142. <tr>
  143. <td style="width: 422px; height: 183px;" align="left">
  144. <asp:Panel ID="Panel5" runat="server" GroupingText="发传真" Width="450px" Height="162px">
  145. <table style="width: 98%">
  146. <tr>
  147. <td colspan="2" align="left">
  148. <asp:Label ID="Label2" runat="server" Text="收件人"></asp:Label>
  149. <asp:TextBox ID="txtMen" runat="server" Width="110px"></asp:TextBox>
  150. <asp:Label ID="Label3" runat="server" Text="文档名称"></asp:Label>
  151. <asp:TextBox ID="txtTitle" runat="server" Width="121px"></asp:TextBox></td>
  152. </tr>
  153. <tr>
  154. <td style="width: 100px" align="center">
  155. <asp:Label ID="Label4" runat="server" Text="接收号码"></asp:Label>
  156. <br />
  157. <asp:Label ID="Label5" runat="server" Text="逗号隔开"></asp:Label></td>
  158. <td align="left">
  159. <asp:TextBox ID="txtFaxNO" runat="server" TextMode="MultiLine" Width="258px" BackColor="#FFC0C0"></asp:TextBox></td>
  160. </tr>
  161. <tr>
  162. <td style="width: 100px" align="center">
  163. <asp:Label ID="Label6" runat="server" Text="传真文档"></asp:Label></td>
  164. <td align="left">
  165. <asp:FileUpload ID="fupFaxFilePath" runat="server" /></td>
  166. </tr>
  167. <tr>
  168. <td align="center" colspan="2" style="height: 21px">
  169. <asp:Button ID="btnSendFax" runat="server" Text="发送传真" OnClick="btnSendFax_Click" /></td>
  170. </tr>
  171. </table>
  172. </asp:Panel>
  173. </td>
  174. </tr>
  175. <tr>
  176. <td style="width: 422px" align="left">
  177. <asp:Panel ID="Panel6" runat="server" GroupingText="语音引擎" Width="104%">
  178. <table style="width: 100%">
  179. <tr>
  180. <td style="width: 11px">
  181. </td>
  182. <td style="width: 108px;" >
  183. &nbsp;<table>
  184. <tr>
  185. <td style="width: 87px; height: 35px">
  186. <asp:Label ID="Label1" runat="server" Height="19px" Text="接收号码(多个逗号隔开)" Width="150px"></asp:Label></td>
  187. <td style="width: 111px; height: 35px">
  188. <asp:Label ID="Label7" runat="server" Text="类型" Height="17px" Width="40px"></asp:Label></td>
  189. </tr>
  190. </table>
  191. </td>
  192. <td align="center" >
  193. <table width="100%" style="height:100%">
  194. <tr>
  195. <td style="height: 48px;" align="left" colspan="3">
  196. <asp:RadioButtonList ID="RadioButtonList1" runat="server" Width="222px" RepeatDirection="Horizontal" OnSelectedIndexChanged="RadioButtonList1_SelectedIndexChanged" AutoPostBack="True" Height="49px" >
  197. <asp:ListItem Value="1" Selected="True">软件合成</asp:ListItem>
  198. <asp:ListItem Value="2">人工合成</asp:ListItem>
  199. <asp:ListItem Value="3">录音文件</asp:ListItem>
  200. </asp:RadioButtonList></td>
  201. </tr>
  202. </table>
  203. </tr>
  204. <tr>
  205. <td rowspan="2" style="width: 11px">
  206. </td>
  207. <td rowspan="2" style="width: 108px">
  208. <asp:TextBox ID="txtFvTo" runat="server" TextMode="MultiLine" Height="68px" Width="196px" BackColor="#FFC0C0"></asp:TextBox><br />
  209. </td>
  210. <td style="width: 100px">
  211. <asp:Label ID="Label8" runat="server" Text="语音文字(8000个字)" Width="160px"></asp:Label></td>
  212. </tr>
  213. <tr>
  214. <td style="width: 100px;" valign="top">
  215. <asp:TextBox ID="txtFv" runat="server" MaxLength="8000" TextMode="MultiLine" Height="67px" Width="229px">移动商务应用中心,为您提供统一通信服务。系统测试中请稍侯!</asp:TextBox></td>
  216. </tr>
  217. <tr>
  218. <td style="width: 11px">
  219. </td>
  220. <td style="width: 108px">
  221. <asp:Label ID="Label9" runat="server" Text="客服号码(多个逗号隔开)" Width="142px"></asp:Label></td>
  222. <td style="width: 100px" align="left">
  223. <asp:Label ID="Label10" runat="server" Text="录音文件(*.WAV)" Width="168px"></asp:Label>
  224. <asp:FileUpload ID="fupFvFilePath" runat="server" /></td>
  225. </tr>
  226. <tr>
  227. <td style="width: 11px; height: 26px">
  228. </td>
  229. <td style="width: 108px; height: 26px;">
  230. <asp:TextBox ID="txtSvrNo" runat="server">075525599861</asp:TextBox></td>
  231. <td style="width: 100px; height: 26px;">
  232. <asp:Button ID="bntSendSound" runat="server" Text="发送语音" OnClick="bntSendSound_Click" /></td>
  233. </tr>
  234. </table>
  235. </asp:Panel>
  236. </td>
  237. </tr>
  238. </table>
  239. </td>
  240. </tr>
  241. </table>
  242. </div>
  243. </form>
  244. </body>
  245. </html>