41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title></title>
|
|
<script src="http://localhost:911/js/jquery-1.9.1.min.js"></script>
|
|
<script type="text/javascript">
|
|
//$(function () {
|
|
// var param = "{'account':'admin','method': 'api00001','time':'1434524987331','signature':'b18d3cdf8cc8dcc666604bb822eed09a'}";
|
|
// $.ajax({
|
|
// type: 'post',
|
|
// headers: { 'Access-Control-Allow-Origin': '*' },
|
|
// url: 'http://api.zjyypt.net.net/v1/openapi.htm',
|
|
// useDefaultXhrHeader: false,
|
|
// crossDomain: true,
|
|
// dataType: "json",
|
|
// data: {
|
|
// param: "{'account':'admin','method': 'api00001','time':'1434524987331','signature':'b18d3cdf8cc8dcc666604bb822eed09a'}"
|
|
// },
|
|
// success: function (d) {
|
|
// alert(d);
|
|
// //$('body').html(d.status);
|
|
// }
|
|
// });
|
|
// //$.post("http://api.zjyypt.net.net/v1/openapi.htm", { "param": param }, function (data) {
|
|
// // alert(data); //业务... });
|
|
// //});
|
|
//});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|