🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**查询订单号信息** ~~~[api] post: api/devicepay/order_query *store_id#门店id *merchant_id#收银员id other_no#外部订单号 *out_trade_no#平台订单号 *string:device_id=默认值#设备编号 *device_type#设备类型 *sign#签名 <<< success { 'return_code':'SUCCESS', //通信标志,非支付成功标志 'return_msg':'返回成功', // 'other_no':1546691776, //设备外部单号 'store_id':'20180612059293324', //门店id 'result_code':'USERPAYING', // 'result_msg':'用户正在支付', //支付状态说明,成功/支付中/失败 'out_trade_no':'ali_qr20190614312431243', //平台外部单号 'store_name':'门店名称', 'pay_amount':'', //付款金额 'total_amount':'' //订单金额 } <<< error { 'return_code':'FALL', 'return_msg':'验证不通过', 'sign':'6e18dfc643802a38d787ba963333b5f' } ~~~