litian
2024-03-05 8d0ae8ae8a29fc6f1ed8b929f3e97f37710eff70
assets/js/middleGround/api/job.js
@@ -14,7 +14,7 @@
  },
  newSession(data) {
    let token = toolClass.getCookie(tokenKey);
    let token = wx.getStorageSync(config.tokenKey) ? wx.getStorageSync(config.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",