zhongshujie
2024-12-12 a465a83e33b1eea6cb311f7764b5714c01f06d7d
assets/js/middleGround/api/job.js
@@ -14,7 +14,7 @@
  },
  newSession(data) {
    let token = toolClass.getCookie(tokenKey);
    let token = wx.getStorageSync(tokenKey) ? wx.getStorageSync(tokenKey) : ''
    return request({
      url: token ? "/job/api/AppUserNewSession" : "/job/api/NewSession",
      method: "post",
@@ -22,7 +22,7 @@
    });
  },
  newJobWithApiNewEvent(data){
  newJobWithApiNewEvent(data) {
    return request({
      url: "/job/api/NewJobWithApiNewEvent",
      method: "post",