通过跟踪号码检测承运商的脚本

发布于 2024-11-16 17:29:59 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

天生の放荡 2024-11-23 17:30:00

我最近遇到了同样的需求,并启动了一个名为 Argo 的开源项目: https://github.com/dsposito/ argo

Argo 确定给定跟踪代码的承运商和提供商(第 3 方,例如 Endicia 或 Stamps.com)。

I recently ran into the same need and have started an open source project called Argo: https://github.com/dsposito/argo

Argo determines the shipping carrier and provider (3rd party such as Endicia or Stamps.com) for a given tracking code.

濫情▎り 2024-11-23 17:30:00

我不了解图书馆,但通过一些搜索我发现了与您类似的问题:
http://answers.google.com/answers/threadview/id/207899.html

FedEX、UPS、USPS 和 AIRBORNE 格式的描述非常好,在类中编写一些静态方法来验证它们并不困难。但您还没有注明要检测哪些运营商、哪个国家/地区等,因此它可能没有太大帮助。

I don't know about library but with some searching I found question similar to yours:
http://answers.google.com/answers/threadview/id/207899.html

The FedEX, UPS, USPS and AIRBORNE formats are described very well and it won't be hard to write some static methods in a class to validate against them. But you haven't noted which carriers you want to detect, which country, etc, so it might not be of much help.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文