简要描述:

  • 获取圈子付费记录

请求URL:

plugin.circle.frontend.circle-member.my-cicel-pay-log

返回示例:

正确时返回:

array:9 [
  "total" => 1
  "per_page" => 15
  "current_page" => 1
  "last_page" => 1
  "next_page_url" => null
  "prev_page_url" => null
  "from" => 1
  "to" => 1
  "data" => array:1 [
    0 => array:16 [
      "id" => 41
      "uniacid" => 1
      "circle_id" => 12
      "circle_member_id" => 163781
      "member_id" => 163781
      "order_sn" => "RV20210225115705683640"
      "order_status" => 1
      "money" => "50.00"
      "deduction" => "100.00"
      "pay_id" => 3
      "pay_name" => "余额"
      "pay_status" => 1
      "created_at" => "2021-02-25 11:57:05"
      "updated_at" => "2021-02-25 11:57:06"
      "deleted_at" => null
      "circle_name" => "测试"
    ]
  ]
]

错误时返回:

{
    "result": 0,
    "msg": "error",
    "data": []
}

返回参数说明:

参数名 类型 说明
list[data][circle_id] number 圈子id
list[data][circle_member_id] number 圈主会员id
list[data][member_id] number 付费会员id
list[data][order_sn] string 订单号
list[data][money] number 支付金额
list[data][pay_name] string 支付类型
list[data][circle_name] string 圈子名称

备注:

  • 更多返回错误代码请看首页的错误代码描述