基本信息

Item Info
URL /nsc/v1/orders/unpaid_or_unfinished
Method GET

接口输入参数

  • 其他必传参数请参考接口规范
参数名 必选 类型 说明
channel string 渠道,系统会对 channel 和 app_id 做相关性校验
user_id string 用户名,nio 用户传入
channel_user_id string 渠道用户名,企业对接必传

注意:user_id和channel_user_id必传只传其一

返回参数说明

参数名 类型 说明
total_count int 总数
order_id string 订单 Id
status int 订单状态
payment_status int 支付状态,参见 枚举值定义-PaymentStatus
payment_need Boolean 是否需要支付
channel String 渠道

返回示例

{
   "result_code":"success",
   "debug_msg":"success",
   "display_msg":"success",
   "server_time":1511914500,
   "data":{
      "total_count:":1,
      "orders":[
         {
            "order_id":"820034787833641750",
            "payment_status":1,
            "status":100,
            "channel":"PE-baidu_map",
            "payment_need":true
         }
      ]
   }
}

results matching ""

    No results matching ""