api-docs-cn.html
适合中文阅读和直接对外展示。
API documentation
A web-ready version of the uploaded API specification, with a cleaned Chinese page and a translated English page. 根据已上传 API 原始文档整理出的网页版本,包含中文版和英文版。
Both pages preserve the original endpoint names and parameters from the uploaded source file. 两个版本都保留了原始上传文档中的接口名称和参数名称。
适合中文阅读和直接对外展示。
English translation for partners, clients, and technical integrations.
Common request fields, SHA256 signing logic, and PHP example. 包含通用请求字段、SHA256 签名逻辑和 PHP 示例。
PDF viewer, create order, cancel order, get PDF token, and order detail. 包括 PDF 展示、创建订单、取消订单、获取打印 Token、订单详情。
Updated to match the Mission Express website navigation and footer style. 已经改成与 Mission Express 主站一致的页头和页脚风格。
Use this quick reference when integrating the Mission Rush app Orders page or other client-side order views. 用于 Mission Rush App 的 Orders 页面或其他客户端订单状态展示时的快速参考。
Treat backend status = 1 and status = 2 as waiting-for-pickup states in client apps.
客户端可将后台 status = 1 和 status = 2 统一视为待取件状态。
Use status = 3 for in-transit or delivering orders after pickup.
status = 3 表示已揽收后的配送中状态。
Use status = 10 for completed orders. Review status can be maintained separately on the client side if needed.
status = 10 表示已完成;如需“已评价 / 未评价”,建议由客户端或业务侧单独维护。
1, and the payment success flag returned by the server is pay_status = 2.
Mission Rush 已支付直送单在创建成功后,初始订单状态为 1,服务端返回的支付成功标记为 pay_status = 2。