litian
2024-03-15 3f1ea0a8e4bb02bf7544df8660b15cfa69d6b84a
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",