POST xuner/guide/shopguide/getCustomerCouponByCutomerId

查看会员优惠券详情

请求信息

URI 参数

无。

Body 参数

MemberByTagsRequest
名称描述类型附加信息
pageNum

取第几页的数据

integer

无。

PageSize

每页多少条数据,默认10

integer

无。

cType

客户类型

string

无。

filter

过滤条件

string

无。

请求格式

application/json, text/json

样例:
{
  "pageNum": 0,
  "PageSize": 0,
  "cType": "",
  "filter": ""
}

响应信息

资源描述

查看会员优惠券详情

gGuideResponseOfCustomerCouponByCustomerId
名称描述类型附加信息
data

CustomerCouponByCustomerId

无。

msg

信息

string

无。

code

状态码

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "all": "",
    "couponList": [
      {
        "coupon": {
          "id": "",
          "supplierId": "",
          "couponName": "",
          "couponValue": "",
          "startTime": "0001-01-01T00:00:00",
          "endTime": "0001-01-01T00:00:00",
          "color": "",
          "orderLimitValue": "",
          "couponDescription": "",
          "orderCount": 0,
          "orderPayment": 0.0,
          "gmtCreate": "0001-01-01T00:00:00",
          "gmtUpdate": "0001-01-01T00:00:00",
          "totalReceiveCount": "",
          "dayReceiveCount": "",
          "limitType": 0,
          "ext": "",
          "limitStoreIds": "",
          "expireType": 0,
          "expireDays": 0,
          "extCouponId": "",
          "afterDays": 0,
          "couponType": 0,
          "templateDisable": 0,
          "giftType": "",
          "productId": "",
          "productName": "",
          "productUrl": "",
          "daysAfter": 0,
          "overlayEnable": 0,
          "overlayLimit": 0,
          "terminalLimit": 0
        },
        "couponPromotion": {
          "id": "",
          "supplierId": 0,
          "couponId": "",
          "promotionName": "",
          "totalLimitCount": 0,
          "dayLimitCount": 0,
          "personLimitCount": 0,
          "startTime": "0001-01-01T00:00:00",
          "endTime": "0001-01-01T00:00:00",
          "totalReceiveCount": 0,
          "dayReceiveCount": 0,
          "promotionStatus": 0,
          "promotionType": 0,
          "gmtCreate": "0001-01-01T00:00:00",
          "gmtUpdate": "0001-01-01T00:00:00",
          "buyThreshold": "",
          "grantType": 0,
          "grantValue": "",
          "grantAmount": 0,
          "comment": "",
          "limitStoreIds": "",
          "promotionLimitType": "",
          "tpAppId": "",
          "orderCount": 0,
          "orderPayment": 0.0,
          "bossId": "",
          "bossName": "",
          "couponPromotionSmsId": "",
          "couponShareStatus": "",
          "couponShareCount": "",
          "personLimitType": ""
        },
        "customerCoupon": {
          "id": "",
          "customerId": "",
          "couponId": "",
          "orderId": "",
          "couponStatus": 0,
          "gmtCreate": "0001-01-01T00:00:00",
          "gmtUpdate": "0001-01-01T00:00:00",
          "couponPromotionId": 0,
          "oldCustId": "",
          "salesId": 0,
          "couponCode": "",
          "tpAppId": "",
          "barCode": "",
          "beginTime": "0001-01-01T00:00:00",
          "expireTime": "0001-01-01T00:00:00",
          "useWay": "",
          "writeOffSales": "",
          "extOrderCode": "",
          "supplierId": "",
          "viewStatus": ""
        },
        "customer": {
          "id": "",
          "code": "",
          "name": "",
          "gender": "",
          "avatar": "",
          "birthday": "0001-01-01T00:00:00",
          "phone": "",
          "supplierId": 0,
          "qiakrCustomerId": "",
          "gmtCreate": "0001-01-01T00:00:00",
          "gmtUpdate": "0001-01-01T00:00:00",
          "cardNo": "",
          "extCardNo": "",
          "realName": "",
          "year": "",
          "monthDay": ""
        },
        "lastBandingSalesName": "",
        "lastBandingStoreName": "",
        "customerOrder": "",
        "customerCouponId": 0
      }
    ],
    "count": 0
  },
  "msg": "",
  "code": 0
}