1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| var _DATA = {
| serAddr: "https://open.189diaodu.cn:7290/ptt",
| loginMdn: "1064932754180",
| pwd: "Aa147369..",
| serverKey: "0f80514d3bfa405198e9ea7f24b47baf",
| otherMdns: ["1410390828974"],
| otherMdns2: ["1410390828974", "1410390828994"],
| groupId: "C1114",
| resid:"http://42.123.65.204:1980/FileStorage/POC_FILES/sp_filemsg/20180906/0820/2118/1536222078623-13800000002.amrnb"
| };
|
| $(function(){
| $("#serAddr").val(_DATA.serAddr);
| $("#loginMdn").val(_DATA.loginMdn);
| $("#pwd").val(_DATA.pwd);
| $("#serverKey").val(_DATA.serverKey);
| });
|
|