API documentation

Mission Express API Documentation Mission Express API 接口文档

A web-ready version of the uploaded API specification, with a cleaned Chinese page and a translated English page. 根据已上传 API 原始文档整理出的网页版本,包含中文版和英文版。

Choose a documentation view 选择文档版本

Both pages preserve the original endpoint names and parameters from the uploaded source file. 两个版本都保留了原始上传文档中的接口名称和参数名称。

中文

api-docs-cn.html

适合中文阅读和直接对外展示。

EN

api-docs-en.html

English translation for partners, clients, and technical integrations.

Included in this package 当前页面包含

🔐

Signature rules 签名规则

Common request fields, SHA256 signing logic, and PHP example. 包含通用请求字段、SHA256 签名逻辑和 PHP 示例。

📄

Core endpoints 核心接口

PDF viewer, create order, cancel order, get PDF token, and order detail. 包括 PDF 展示、创建订单、取消订单、获取打印 Token、订单详情。

🌐

Website-ready layout 网站统一风格

Updated to match the Mission Express website navigation and footer style. 已经改成与 Mission Express 主站一致的页头和页脚风格。

Mission Rush order status reference Mission Rush 订单状态参考

Use this quick reference when integrating the Mission Rush app Orders page or other client-side order views. 用于 Mission Rush App 的 Orders 页面或其他客户端订单状态展示时的快速参考。

1 / 2

Waiting for pickup 待取件 / 待揽收

Treat backend status = 1 and status = 2 as waiting-for-pickup states in client apps. 客户端可将后台 status = 1status = 2 统一视为待取件状态。

3

Delivering 配送中

Use status = 3 for in-transit or delivering orders after pickup. status = 3 表示已揽收后的配送中状态。

10

Completed 已完成

Use status = 10 for completed orders. Review status can be maintained separately on the client side if needed. status = 10 表示已完成;如需“已评价 / 未评价”,建议由客户端或业务侧单独维护。

For newly created Mission Rush paid direct orders, the initial successful order status is 1, and the payment success flag returned by the server is pay_status = 2. Mission Rush 已支付直送单在创建成功后,初始订单状态为 1,服务端返回的支付成功标记为 pay_status = 2