Commit 7bf14c0e authored by 陈珊's avatar 陈珊

1

parent fc9120c9
......@@ -132,7 +132,7 @@ new Vue({
GetSessionInfo(){
let _this = this;
let data = {
token: sessionStorage.getItem("op_id")
token: sessionStorage.getItem("op_code")
// token: "ADA90463-7ABE-4564-83A6-B6BB278975D0"
}
$.ajax({
......
const baseurl = 'http://jtjcapi.vnet1000.net/api/';
const baseurl = 'https://jtjcapi.vnet1000.net/api/';
const api_key = 16859729295369;
const api_secret = "C7DEA02B195942EAA973A6FBF4151741";
var station_id = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment