job-pro 1.0.39 → 1.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/liauto.js CHANGED
@@ -386,7 +386,8 @@ export async function fetchApplicationSchema(postId) {
386
386
  applyUrl,
387
387
  submitEndpoint: "https://www.lixiang.com/api/career/apply",
388
388
  submitKind: "multipart-session",
389
- submitNotes: "Li Auto — POST /api/career/apply with session cookie. Endpoint inferred; needs validation.",
389
+ endpointVerified: true,
390
+ submitNotes: "Li Auto — POST /api/career/apply with session cookie. Endpoint anon-probed → {code: 2, msg: \"请在配置文件配置可访问域名\"} (real backend, domain ACL needs Origin/Referer headers). Body shape still needs validation.",
390
391
  }),
391
392
  };
392
393
  }
package/dist/meituan.js CHANGED
@@ -626,7 +626,8 @@ export async function fetchApplicationSchema(postId) {
626
626
  applyUrl,
627
627
  submitEndpoint: "https://zhaopin.meituan.com/api/job-apply",
628
628
  submitKind: "multipart-session",
629
- submitNotes: "Meituan — POST /api/job-apply with session cookie. Endpoint inferred; needs validation.",
629
+ endpointVerified: true,
630
+ submitNotes: "Meituan — POST /api/job-apply with session cookie. Endpoint anon-probed → {data: {errorCode: 401, message: \"未登陆\"}} (real auth gate). Body shape still needs validation.",
630
631
  }),
631
632
  };
632
633
  }
package/dist/mihoyo.js CHANGED
@@ -301,7 +301,8 @@ export async function fetchApplicationSchema(postId) {
301
301
  applyUrl,
302
302
  submitEndpoint: "https://ats.openout.mihoyo.com/ats-portal/v1/application/create",
303
303
  submitKind: "multipart-session",
304
- submitNotes: "miHoYo — POST /ats-portal/v1/application/create with session cookie. Endpoint inferred from ats.openout.mihoyo.com SPA; needs validation.",
304
+ endpointVerified: true,
305
+ submitNotes: "miHoYo — POST /ats-portal/v1/application/create with session cookie. Endpoint anon-probed → {code: -3, message: \"用户未登录或登录失效\"} (real auth gate). Body shape still needs validation.",
305
306
  }),
306
307
  };
307
308
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "job-pro",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "Query Chinese big-tech campus recruiting from your terminal. 50 companies, all 50 live. 46 via each company's own API; the 4 with no public canonical feed (Hikvision, CICC, Cainiao, WeBank) surfaced via Liepin as a clearly-labeled third-party fallback. No signup, no token, no server.",
5
5
  "homepage": "https://job.ha7ch.com",
6
6
  "repository": "https://github.com/HA7CH/job-pro",