1. 7. OpenApiOrderInfoController 订单信息管理
emall-open-api
  • 1. OpenApi-AuthController 登录认证
    • 绑定用户,发送验证码
      GET
    • 获取国家区号列表
      GET
    • 用户登录,返回AccessToken
      POST
    • 用户密码重置
      POST
    • 找回密码,发送验证码
      GET
    • 返回店铺ShopCode对应的小程序设置及模板设置
      GET
    • 用户注册-小程序 or h5
      POST
    • 校验用户的注册的验证码
      GET
    • 注销用户,发送验证码
      POST
    • 用户修改手机号码
      POST
    • 获取系统类型
      GET
    • 用户修改手机号码发送验证码
      GET
    • 当前customer的token对应的用户信息
      POST
    • 获取店铺的通用信息
      GET
    • 注册,发送验证码
      POST
  • 2. OpenApiWeixinController 小程序登录
    • 微信授权登录
    • 获取电话号码
    • 获取openId
    • 绑定手机
    • 获取sessionId
  • 3. OpenApiHomeController 首页管理
    • 获取店铺的通用信息
    • 获取店铺的不同类型的页面对应导航按钮
    • 获取店铺的页面数据,前台用户页面中用到
    • 获取店铺的预览页面数据,前台用户页面中用到
    • 获取店铺所属的商户的所有门店(门店列表)
  • 4. OpenApiServiceInfoController 服务信息管理
    • 获取预约设置接口
    • 服务对应的手艺人列表
    • 客户取消预约
    • 确认预约订单
    • 创建预约订单
    • 客户的预约订单
    • 获取预约订单信息-通过订单编号
    • 获取预约订单信息--通过订单ID
    • 获取待支付预约订单信息,有优惠方案折扣计算的处理
    • 修改订单主表信息-h5付款
    • 手艺人对应的可用时间
    • 获取服务详细信息
    • 获取服务列表
    • 获取服务分类列表
    • 新增服务评价
    • 批量新增服务评价
    • 服务删除评论
    • 获取评价的详细信息
    • 获取服务评论订单列表
    • 获取订单的服务的评论列表
    • 获取具体服务的评论列表
    • 修改评论
  • 5. OpenApiProductInfoController 产品信息管理
    • 新增产品评价
    • 批量新增产品评价
    • 获取评价的详细信息
    • 获取订单的产品的评论列表
    • 获取具体产品的评论列表
    • 获取产品详细信息
    • 获取产品列表
    • 获取所有产品列表
    • 获取产品分类列表
    • 获取产品分类(带子分类)列表
    • 产品评价删除
    • 获取其它分类(分类二)
    • 获取产品评价订单列表
    • 获取其它分类(分类二)子项列表
    • 产品评价修改
  • 6. OpenApiCardInfoController 卡项信息管理
    • 获取卡项列表
    • 获取卡项详细信息
    • 获取卡项分类列表
    • 获取客户卡项使用历史
  • 7. OpenApiOrderInfoController 订单信息管理
    • 客户取消售后并且设置为收货确认状态
      GET
    • 客户取消售后
      GET
    • 客户新增售后沟通记录
      POST
    • 客户,阅读聊天记录
      GET
    • 删除售后沟通记录
      DELETE
    • 获取订单的售后沟通列表记录
      GET
    • 获取订单的售后沟通分页记录
      GET
    • 售后订单切换成平台介入(申请平台介入)
      GET
    • 订单正常状态转售后状态(申请售后)
      GET
    • 获取客户订单详细信息--通过订单ID
      GET
    • 获取客户订单详细信息--通过订单号
      GET
    • 获取客户订单列表
      GET
    • 小程序微信支付前,更新订单的优惠信息
      POST
    • 获取订单的物流信息
      GET
    • 设置订单的收件人信息
      POST
    • 订单取消/退款
      PUT
    • 订单确认
      PUT
    • BK客户确认售后和平台介入订单
      PUT
    • 获取需要收款的订单明细信息
      GET
    • 获取订单的统计数
      GET
    • 订单确认支付
      POST
    • 获取商品订单的统计数
      GET
    • 提交订单
      POST
    • 获取美容服务订单的统计数
      GET
  • 8. OpenApiCustomerController 客户信息管理
    • 通过客户的卡项id获取卡项的详情
    • 获取客户所有卡项
    • 获取套卡权益设置的分页数据
    • 客户的账户余额
    • 获取客户积分变动列表
    • 客户的卡的实际权益
    • 返回店铺的前台支付类型
    • 获取客户订单详细信息--通过订单ID
    • 获取客户订单详细信息--通过订单号
    • 返回客户所在店铺的小程序设置及模板设置
    • 客户是否可以使用账户余额结账
    • 获取客户金额使用明细
    • 新增客户收货地址数据
    • 删除客户收货地址数据
    • 获取客户收货地址列表
    • 修改客户收货地址数据
    • 获取客户收货地址列表
    • 设置客户收货地址为默认
    • 获取个人余额详细信息
    • 获取个人积分详细信息
    • 获取个人中心页面信息
    • 获取个人基本信息
    • 更改客户基本资料
    • 快递公司列表
    • 获取商品的邮递费用
    • 获取客户可用卡列表
    • 上传媒体文件
    • 收藏列表
    • 获取充值卡权益设置的分页数据
    • 注销客户
    • 客户创建商品/服务投诉
    • 清空店铺的购物车
    • 我的投诉列表
    • 创建新的购物车数据
    • 查询用户剩余抽奖次数
    • 列出当前客户的购物车列表
    • 抽奖
    • 更新购物车的单项数据
    • 查询活动详情
    • 删除购物车的具体项目
    • 使用积分兑换抽奖次数
    • 获取客户积分明细
    • 检查是否可以生成砍价链接
    • 校验客户转账功能是否开启
    • 创建用户转账
    • 用户转账发送验证码
  • 9. OpenApiPaymentController 小程序支付管理
    • 微信小程序预约订单支付
    • 获取店铺设置的dcoin的设置
    • 微信小程序普通订单支付
    • 获取dcoin的usdt的fee
  • 10. OpenApiPetController 宠物管理
    • 获取宠物检查报告详情
    • 获取我的宠物检查报告列表
    • 获取宠物的详细信息
    • 宠物检查记录分页列表
    • 获取除检查记录信息
    • 获取我的宠物列表
    • 公共区域监控列表
    • 获取宠物就诊记录详情
    • 获取我的宠物就诊记录列表
    • 获取宠物疫苗记录详情
    • 获取我的宠物疫苗记录列表
  • 11. OpenApiBdmServiceController BDM服务信息管理
    • 获取BDM服务列表
    • 获取BDM服务分类列表
    • 获取所有国家
    • 获取区域树
    • 根据省份代码获取城市
    • 根据ID获取售后服务设置详情
    • 根据国家代码获取省份
    • 获取售后服务列表
    • 根据服务id获取服务详情
    • 获取bdm服务分页数据
    • 添加收藏
    • 判断是否收藏
    • 收藏列表分页
    • 取消收藏
    • 创建服务投诉
    • 新增bk服务评价
    • 批量新增bk服务评价
    • bk服务删除评论
    • 获取评价的详细信息
    • 获取bk服务评论订单列表
    • 获取bk订单的服务的评论列表
    • 获取bk具体服务的评论列表
    • 获取bk服务修改评论
    • BK客户确认订单
    • 获取服务当地时间
  • 13. OpenApiOpenController Bdm开放到portal网站的接口
    • 获取店铺配置
    • 获取首页页面数据
    • 记录用户访问
    • 获取国家列表
    • 获取所有的国家省份城市数据
    • 获取国家id对应下的省份城市列表
    • 获取国家的短链接下面对应下的省份城市列表
    • 统计当前店铺下的用户数、商家数、推广员数
    • 根据服务的UID获取服务信息
    • 获取店铺的服务的分类ID下的子分类
    • 获取店铺的服务的分类ID下的子分类和子类下的服务
    • 获取店铺的服务的分类
    • 获取城市下的bdm服务分页数据
    • 获取城市下的bdm服务ad分页数据
    • 获取城市下的bdm服务分页数据
  • 12. OpenApiOpenController ec开放到portal网站的接口
    • 根据产品的ID获取产品信息
    • 获取店铺的商品的分类
    • 根据分类的shortUrl获取他的二级分类,并且获取二级分类下面的产品(所有)
    • 模糊查询商品信息(按照名称去模糊查询)
  • 数据模型
    • ApmOrderDTO
    • ApmDoctorAppointment对象
    • ApmOrderDetail对象
    • ApmOrderMain对象
    • CdmCardservice对象
    • CmCustomer对象
    • BdmHotListVO
    • CmStoreCustomerAddress对象
    • BdmServiceDTO
    • CmStoreCustomerCards对象
    • BdmServiceEvaluationCommentDTO
    • ComboCardItemDTO
    • BdmServiceEvaluationFilesDTO
    • CommonPage«PdmProductOtherTypeItem对象»
    • CommonDtoPage«ApmOrderDTO,ApmOrderMain对象»
    • BdmServiceInfo对象
    • CommonPage«ServiceInfoDTO»
    • CommonPage«CmStoreCustomerAddress对象»
    • BdmServiceSpecMapping对象
    • CommonResult«Array«string»»
    • BdmServiceTypeVO
    • CommonResult«CommonPage«PdmProductOtherTypeItem对象»»
    • CommonResult«ApmOrderDTO»
    • CommonPage«PetExaminationInfoDTO»
    • CommonResult«CommonPage«ServiceInfoDTO»»
    • CommonPage«PetInfoDTO»
    • CommonResult«List«SmPageNavButtons对象»»
    • CommonResult«CommonDtoPage«ApmOrderDTO,ApmOrderMain对象»»
    • CmMemberLevelDiscountRelation对象
    • CommonResult«PdmProductOtherType对象»
    • CommonPage«SmMonitorConfig对象»
    • CmMemberLevelGiftCard对象
    • CommonResult«object»
    • CmMemberLevelInfo对象
    • CommonResult«string»
    • CustomerReBindDTO
    • CustomerResetPwdDTO
    • CommonResult«CommonPage«CmStoreCustomerAddress对象»»
    • CustomerSignUpDTO对象
    • H5OrderInitializationDTO
    • CommonResult«CommonPage«PetExaminationInfoDTO»»
    • H5OrderItemInitializationDTO
    • CommonResult«CommonPage«PetInfoDTO»»
    • CommonPage«CustomerCollectionDTO»
    • H5SearchDTO
    • OrdOrderDeliveryInfo对象
    • CommonResult«CommonPage«SmMonitorConfig对象»»
    • OrdOrderImages对象
    • OrdOrderTaxInfo对象
    • OrderConfirmSignatureDTO
    • OrderInfoDetailCommissionDTO
    • OrderItemCommissionDetailItemDTO
    • CustomerAddressInfoDTO
    • OrderItemDTO
    • OrdShoppingCart对象
    • OrderItemRelStaffDTO
    • OrderPaymentBreakdownDTO
    • CommonResult«CommonPage«CustomerCollectionDTO»»
    • OrderPaymentConfirmDTO
    • H5BdmServiceSearchDTO
    • OrderPostDTO
    • OrderShopPaymentDTO
    • OrderSumCommissionDTO
    • PdmProductOtherTypeItem对象
    • PdmProductOtherType对象
    • CommonResult«DrawResultDTO»
    • PortalUserLoginRequest
    • CommonResult«List«BdmServiceTypeVO»»
    • RefundCommissionItemDTO
    • OrderAfterServiceCommentDTO
    • CommonResult«List«CustomerCollectionDTO»»
    • RefundStaffInfoDTO
    • CommonResult«List«FeedbackInfoDto»»
    • ServiceInfoDTO
    • OrderDeliveryInitDTO
    • OrderAppointmentDTO
    • SmDiscountProgramMain对象
    • SmPageNavButtons对象
    • ProductEvaluationCommentDTO
    • CommonResult«boolean»
    • TokenRefreshRequest
    • ProductEvaluationFilesDTO
    • CommonResult«int»
    • UserDTO
    • WXAuth
    • ContentDTO
    • CustomerChangePhoneDTO
    • CustomerCollectionDTO
    • PetExaminationInfoDTO
    • PetInfoDTO
    • DrawResultDTO
    • FeedbackInfoDto
    • FeedbackRequest
    • ImageItemDto
    • SmMonitorConfig对象
    • MemberLevelInfoVo
    • MemberPriceDTO
    • OrdOrderFreightInfo对象
    • WxPayApOrderDTO
    • OrdOrderMerchantCommission对象
    • WxPayNormalOrderDTO
    • OrdOrderServiceInfo对象
    • PdmFeedback对象Dto
    • PdmProduct对象
    • ProductDTO
    • ProductDeliveryChargeDTO
    • ProductDetailSpecDTO
    • ProductDetailSpecMappingDTO
    • ProductDetailSpecUnitDTO
    • SmShopStationAddress对象
    • SmsRequestVo
    • SvmServiceEvaluationCommentDTO
    • SvmServiceEvaluationFiles对象
    • TrackItem
    • TrackRespVo
    • UserTransferDTO
  1. 7. OpenApiOrderInfoController 订单信息管理

小程序微信支付前,更新订单的优惠信息

POST
/emall/openapi/v1/{shopCode}/h5/orderInfo/order/beforeWxPayment/updateOrder

请求参数

Path 参数

Header 参数

Body 参数application/json

示例
{
    "afterServiceRefundType": 0,
    "apmDoctorAppointment": {
        "apDate": "2019-08-24T14:15:22.123Z",
        "apmCode": "string",
        "createdBy": "string",
        "createdDate": "2019-08-24T14:15:22.123Z",
        "customerId": 0,
        "customerName": "string",
        "departmentId": 0,
        "deptCode": "string",
        "deptName": "string",
        "endTime": "string",
        "id": 0,
        "merchantId": 0,
        "orderId": 0,
        "readStatus": 0,
        "registrationAmount": 0,
        "roomCode": "string",
        "roomId": 0,
        "shopId": 0,
        "shopName": "string",
        "startTime": "string",
        "status": 0,
        "updatedBy": "string",
        "updatedDate": "2019-08-24T14:15:22.123Z",
        "userId": 0,
        "userName": "string",
        "version": 0
    },
    "apmId": 0,
    "apmNum": "string",
    "apmOrderInfo": {
        "apmOrderDetails": [
            {
                "apmOrderMainId": 0,
                "craftsmanId": 0,
                "craftsmanName": "string",
                "craftsmanNickName": "string",
                "createdBy": "string",
                "createdDate": "2019-08-24T14:15:22.123Z",
                "customerName": "string",
                "customerTel": "string",
                "id": 0,
                "orderIndex": 0,
                "photoPaths": "string",
                "serviceBeginTime": "2019-08-24T14:15:22.123Z",
                "serviceDuration": 0,
                "serviceEndTime": "2019-08-24T14:15:22.123Z",
                "serviceId": 0,
                "serviceMoney": 0,
                "serviceName": "string",
                "updatedBy": "string",
                "updatedDate": "2019-08-24T14:15:22.123Z",
                "version": 0
            }
        ],
        "apmOrderMain": {
            "apCancelType": 0,
            "apDatetime": "2019-08-24T14:15:22.123Z",
            "apDay": "string",
            "apMoney": 0,
            "apOriginMoney": 0,
            "apPayBonusPoint": 0,
            "apPayCardId": "string",
            "apPayCardInfo": {
                "amount": 0,
                "balance": 0,
                "benefitSelectType": 0,
                "benefitType": 0,
                "calculationCommissionByConsumption": 0,
                "calculationPromoterCommission": 0,
                "cardId": "string",
                "cardName": "string",
                "cardOriginalType": 0,
                "cardPrice": 0,
                "cardServiceId": 0,
                "cardStatus": 0,
                "cardValidDateType": 0,
                "comboCardId": 0,
                "comboSettingItemCount": 0,
                "createdBy": "string",
                "createdDate": "2019-08-24T14:15:22.123Z",
                "customerId": 0,
                "dayLimitType": 0,
                "dayLimitValue": 0,
                "effAftPch": 0,
                "effAftUse": 0,
                "effDate": "2019-08-24T14:15:22.123Z",
                "enablePlatformSubsidy": 0,
                "expDate": "2019-08-24T14:15:22.123Z",
                "firstUseDate": "2019-08-24T14:15:22.123Z",
                "firstUseOrderId": 0,
                "giftAmount": 0,
                "id": 0,
                "itemDiscount": 0,
                "itemId": 0,
                "itemTimes": 0,
                "itemTotalTimes": 0,
                "lockedAmount": 0,
                "lockedTimes": 0,
                "measuredCardType": 0,
                "merchantId": 0,
                "oldDataFlag": 0,
                "orderDate": "2019-08-24T14:15:22.123Z",
                "price": 0,
                "remarks": "string",
                "salesCommission": 0,
                "salesCommissionKind": 0,
                "serviceCommission": 0,
                "serviceCommissionKind": 0,
                "shopId": 0,
                "sourceOrderBreakdownId": 0,
                "sourceOrderId": 0,
                "specMappingTag": "string",
                "totalLimitType": 0,
                "totalLimitValue": 0,
                "type": "string",
                "typeLevel": 0,
                "updatedBy": "string",
                "updatedDate": "2019-08-24T14:15:22.123Z",
                "version": 0
            },
            "apPayCardType": "string",
            "apPayDiscount": 0,
            "apPayDiscountCardId": "string",
            "apPayItemCardId": "string",
            "apPayPreferenceType": 0,
            "apPayStatus": 0,
            "apPayTime": "2019-08-24T14:15:22.123Z",
            "apPayType": 0,
            "apSource": 0,
            "apTime": "string",
            "apmNum": "string",
            "createdBy": "string",
            "createdDate": "2019-08-24T14:15:22.123Z",
            "customerId": 0,
            "customerName": "string",
            "customerTel": "string",
            "discountProgramMainIds": "string",
            "discountProgramMainList": [
                {
                    "applicableTimeMonthType": 0,
                    "applicableTimeWeekType": 0,
                    "conditionAmountValue": 0,
                    "conditionCountValue": 0,
                    "conditionGoodsType": 0,
                    "conditionType": 0,
                    "createdBy": "string",
                    "createdDate": "2019-08-24T14:15:22.123Z",
                    "dayLimitType": 0,
                    "dayLimitValue": 0,
                    "discountAmount": 0,
                    "discountAmountLimit": "string",
                    "discountComputationMethods": 0,
                    "discountInfo": "string",
                    "discountRate": 0,
                    "discountShare": 0,
                    "discountType": 0,
                    "endTime": "2019-08-24T14:15:22.123Z",
                    "endTimeType": 0,
                    "id": 0,
                    "leftDayLimitValue": 0,
                    "leftTotalLimitValue": 0,
                    "merchantId": 0,
                    "name": "string",
                    "shopId": 0,
                    "startTime": "2019-08-24T14:15:22.123Z",
                    "startTimeType": 0,
                    "status": 0,
                    "totalLimitType": 0,
                    "totalLimitValue": 0,
                    "updatedBy": "string",
                    "updatedDate": "2019-08-24T14:15:22.123Z",
                    "version": 0
                }
            ],
            "enableTax": 0,
            "id": 0,
            "isOverTime": 0,
            "orderDetailDiscountAmount": 0,
            "orderTaxableTotalPrice": 0,
            "overTime": 0,
            "overTimeDesc": "string",
            "programDiscountTotalAmount": 0,
            "remark": "string",
            "remarkUser": "string",
            "shopId": 0,
            "status": 0,
            "taxInfos": [
                {
                    "apmId": 0,
                    "createdBy": "string",
                    "createdDate": "2019-08-24T14:15:22.123Z",
                    "id": 0,
                    "merchantId": 0,
                    "orderId": 0,
                    "shopId": 0,
                    "taxAmount": 0,
                    "taxDesc": "string",
                    "taxId": 0,
                    "taxName": "string",
                    "taxRate": 0,
                    "updatedBy": "string",
                    "updatedDate": "2019-08-24T14:15:22.123Z",
                    "version": 0
                }
            ],
            "taxRate": 0,
            "tipsRate": 0,
            "tipsType": 0,
            "totalBeforeTaxAmount": 0,
            "totalBeforeTipsAmount": 0,
            "totalTaxAmount": 0,
            "totalTipsAmount": 0,
            "updatedBy": "string",
            "updatedDate": "2019-08-24T14:15:22.123Z",
            "useShopId": 0,
            "version": 0
        },
        "currentShopData": true,
        "isOrderConfirmByShop": true,
        "orderId": 0,
        "orderSeriesId": "string",
        "shopId": 0,
        "shopName": "string",
        "wxPayStatus": 0
    },
    "areaCode": "string",
    "bdmServiceInfo": {
        "averageScore": 0,
        "bdmCityId": 0,
        "bdmCountryId": 0,
        "bdmProvinceId": 0,
        "bdmServiceTypeId": 0,
        "content": [
            {
                "fieldDescription": "string",
                "fieldDisplay": 0,
                "fieldId": 0,
                "fieldIndex": 0,
                "fieldName": "string",
                "fieldRefName": "string",
                "fieldType": 0,
                "fieldValue": {},
                "fieldWidth": 0,
                "filedDefaultValue": "string",
                "filedIsDefault": 0
            }
        ],
        "createdBy": "string",
        "createdDate": "2019-08-24T14:15:22.123Z",
        "customizedDesc": "string",
        "discountPrice": 0,
        "enableTax": 0,
        "expirationDate": "2019-08-24T14:15:22.123Z",
        "giftBonus": 0,
        "id": 0,
        "isDeleted": 0,
        "isRecommend": 0,
        "itemWorthBonus": 0,
        "lastUpdaterId": 0,
        "level": 0,
        "listingDate": "2019-08-24T14:15:22.123Z",
        "merchantId": 0,
        "name": "string",
        "newCityInfo": "string",
        "newServiceTypeInfo": "string",
        "newServiceTypeName": "string",
        "oldBdmServiceId": 0,
        "ownerId": 0,
        "parentId": 0,
        "photoPaths": "string",
        "refBdmServiceId": 0,
        "salesNum": 0,
        "serviceType": 0,
        "serviceUid": "string",
        "shopId": 0,
        "spptDemoInstore": 0,
        "status": 0,
        "tagLogo": "string",
        "typeName": "string",
        "updatedBy": "string",
        "updatedDate": "2019-08-24T14:15:22.123Z",
        "version": 0,
        "videoPaths": "string",
        "zoneServiceRenewDate": "2019-08-24T14:15:22.123Z"
    },
    "beforeAfterServiceOrderStatus": 0,
    "commissionAmount": 0,
    "currentShopData": true,
    "customerId": 0,
    "customerNickName": "string",
    "customerNumber": "string",
    "customerReadStatus": 0,
    "dataType": 0,
    "deliveryStatus": 0,
    "deliveryType": 0,
    "displayPaymentMethod": 0,
    "hasOrderDataShareRight": true,
    "hasRefundOrder": 0,
    "id": 0,
    "isAfterService": 0,
    "isPlatformIntervention": 0,
    "itemOwnerId": 0,
    "level": 0,
    "mainProductOrderId": 0,
    "merchantCommission": {
        "bigMerchantCommission": 0,
        "bigMerchantCommissionRate": 0,
        "bigMerchantId": 0,
        "createdBy": "string",
        "createdDate": "2019-08-24T14:15:22.123Z",
        "id": 0,
        "orderId": 0,
        "shopId": 0,
        "smallMerchantCommission": 0,
        "smallMerchantCommissionRate": 0,
        "smallMerchantId": 0,
        "status": 0,
        "updatedBy": "string",
        "updatedDate": "2019-08-24T14:15:22.123Z",
        "version": 0
    },
    "merchantId": 0,
    "merchantRefundAmount": 0,
    "mobile": "string",
    "orderAppointmentDTO": {
        "bdmServiceInfoId": 0,
        "customerName": "string",
        "defineUnit": "string",
        "duration": 0,
        "endTime": "string",
        "itemName": "string",
        "mobile": "string",
        "ownerName": "string",
        "sellerRemark": "string",
        "startTime": "string",
        "type": 0,
        "visitDate": "string"
    },
    "orderBookingComplete": 0,
    "orderBookingRefund": 0,
    "orderCanConfirmByShop": true,
    "orderCategory": 0,
    "orderCompletedDate": "2019-08-24T14:15:22.123Z",
    "orderConfirmer": "string",
    "orderCreator": "string",
    "orderDate": "2019-08-24T14:15:22.123Z",
    "orderDeliveryInfo": {
        "addressInfo": {
            "addressDetail": "string",
            "addressType": 0,
            "cityCode": "string",
            "cityId": 0,
            "cityName": "string",
            "countryId": 0,
            "countryName": "string",
            "countyCode": "string",
            "countyId": 0,
            "countyName": "string",
            "createdBy": "string",
            "createdDate": "2019-08-24T14:15:22.123Z",
            "customerId": 0,
            "defaultStatus": 0,
            "deletedStatus": 0,
            "id": 0,
            "merchantId": 0,
            "mobile": "string",
            "name": "string",
            "provinceCode": "string",
            "provinceId": 0,
            "provinceName": "string",
            "shopId": 0,
            "updatedBy": "string",
            "updatedDate": "2019-08-24T14:15:22.123Z",
            "version": 0
        },
        "createdBy": "string",
        "createdDate": "2019-08-24T14:15:22.123Z",
        "customerAddressId": 0,
        "customerId": 0,
        "deliveryCompany": "string",
        "deliveryNum": "string",
        "deliveryPhoto": "string",
        "deliveryStatus": 0,
        "deliveryType": 0,
        "id": 0,
        "merchantId": 0,
        "orderId": 0,
        "shopId": 0,
        "stationAddressInfo": {
            "addressDetail": "string",
            "cityId": 0,
            "cityName": "string",
            "countryId": 0,
            "countryName": "string",
            "createdBy": "string",
            "createdDate": "2019-08-24T14:15:22.123Z",
            "id": 0,
            "merchantId": 0,
            "mobile": "string",
            "name": "string",
            "provinceId": 0,
            "provinceName": "string",
            "shopId": 0,
            "updatedBy": "string",
            "updatedDate": "2019-08-24T14:15:22.123Z",
            "version": 0
        },
        "trackInfo": {
            "company": "string",
            "data": [
                {
                    "context": "string",
                    "time": "string"
                }
            ],
            "exname": "string",
            "ico": "string",
            "nu": "string",
            "phone": "string",
            "reason": "string",
            "status": 0,
            "success": true,
            "url": "string"
        },
        "updatedBy": "string",
        "updatedDate": "2019-08-24T14:15:22.123Z",
        "version": 0
    },
    "orderDetailDiscountAmount": 0,
    "orderDiscountAmount": 0,
    "orderImages": [
        {
            "createdBy": "string",
            "createdDate": "2019-08-24T14:15:22.123Z",
            "id": 0,
            "imageUrl": "string",
            "orderId": 0,
            "shopId": 0,
            "updatedBy": "string",
            "updatedDate": "2019-08-24T14:15:22.123Z",
            "version": 0
        }
    ],
    "orderItemCommissionDetails": {
        "salesCommission": [
            {
                "commission": 0,
                "id": 0,
                "itemId": 0,
                "itemName": "string",
                "itemType": "string",
                "orderId": 0,
                "orderSeriesId": "string",
                "staffId": 0,
                "userName": "string"
            }
        ],
        "serviceCommission": [
            {
                "commission": 0,
                "id": 0,
                "itemId": 0,
                "itemName": "string",
                "itemType": "string",
                "orderId": 0,
                "orderSeriesId": "string",
                "staffId": 0,
                "userName": "string"
            }
        ]
    },
    "orderItemList": [
        {
            "cardId": "string",
            "cardInfo": {
                "amount": 0,
                "balance": 0,
                "benefitSelectType": 0,
                "benefitType": 0,
                "calculationCommissionByConsumption": 0,
                "calculationPromoterCommission": 0,
                "cardId": "string",
                "cardName": "string",
                "cardOriginalType": 0,
                "cardPrice": 0,
                "cardServiceId": 0,
                "cardStatus": 0,
                "cardValidDateType": 0,
                "comboCardId": 0,
                "comboSettingItemCount": 0,
                "createdBy": "string",
                "createdDate": "2019-08-24T14:15:22.123Z",
                "customerId": 0,
                "dayLimitType": 0,
                "dayLimitValue": 0,
                "effAftPch": 0,
                "effAftUse": 0,
                "effDate": "2019-08-24T14:15:22.123Z",
                "enablePlatformSubsidy": 0,
                "expDate": "2019-08-24T14:15:22.123Z",
                "firstUseDate": "2019-08-24T14:15:22.123Z",
                "firstUseOrderId": 0,
                "giftAmount": 0,
                "id": 0,
                "itemDiscount": 0,
                "itemId": 0,
                "itemTimes": 0,
                "itemTotalTimes": 0,
                "lockedAmount": 0,
                "lockedTimes": 0,
                "measuredCardType": 0,
                "merchantId": 0,
                "oldDataFlag": 0,
                "orderDate": "2019-08-24T14:15:22.123Z",
                "price": 0,
                "remarks": "string",
                "salesCommission": 0,
                "salesCommissionKind": 0,
                "serviceCommission": 0,
                "serviceCommissionKind": 0,
                "shopId": 0,
                "sourceOrderBreakdownId": 0,
                "sourceOrderId": 0,
                "specMappingTag": "string",
                "totalLimitType": 0,
                "totalLimitValue": 0,
                "type": "string",
                "typeLevel": 0,
                "updatedBy": "string",
                "updatedDate": "2019-08-24T14:15:22.123Z",
                "version": 0
            },
            "cardServiceId": 0,
            "comboCardItems": [
                {
                    "cardServiceId": 0,
                    "cardValidDateType": 0,
                    "cardWorthBonus": 0,
                    "effAftPch": 0,
                    "effAftUse": 0,
                    "expDate": "2019-08-24T14:15:22.123Z",
                    "giftAmount": 0,
                    "giftBonus": 0,
                    "id": 0,
                    "itemCardServiceId": 0,
                    "itemCount": 0,
                    "measuredCardType": 0,
                    "name": "string",
                    "price": 0,
                    "rechargeAmount": 0,
                    "salesCommission": 0,
                    "serviceCommission": 0,
                    "status": 0,
                    "type": "string"
                }
            ],
            "consumedBonusPoint": 0,
            "discountProgramInfoList": [
                "string"
            ],
            "discountProgramMainIds": "string",
            "discountProgramMainList": [
                {
                    "applicableTimeMonthType": 0,
                    "applicableTimeWeekType": 0,
                    "conditionAmountValue": 0,
                    "conditionCountValue": 0,
                    "conditionGoodsType": 0,
                    "conditionType": 0,
                    "createdBy": "string",
                    "createdDate": "2019-08-24T14:15:22.123Z",
                    "dayLimitType": 0,
                    "dayLimitValue": 0,
                    "discountAmount": 0,
                    "discountAmountLimit": "string",
                    "discountComputationMethods": 0,
                    "discountInfo": "string",
                    "discountRate": 0,
                    "discountShare": 0,
                    "discountType": 0,
                    "endTime": "2019-08-24T14:15:22.123Z",
                    "endTimeType": 0,
                    "id": 0,
                    "leftDayLimitValue": 0,
                    "leftTotalLimitValue": 0,
                    "merchantId": 0,
                    "name": "string",
                    "shopId": 0,
                    "startTime": "2019-08-24T14:15:22.123Z",
                    "startTimeType": 0,
                    "status": 0,
                    "totalLimitType": 0,
                    "totalLimitValue": 0,
                    "updatedBy": "string",
                    "updatedDate": "2019-08-24T14:15:22.123Z",
                    "version": 0
                }
            ],
            "enablePlatformSubsidy": 0,
            "enableTax": 0,
            "freebie": true,
            "id": 0,
            "isFreebie": true,
            "itemChangedPrice": 0,
            "itemCount": 0,
            "itemDeliveryCharge": 0,
            "itemFinalPrice": 0,
            "itemId": 0,
            "itemInfo": {
                "calculationCommissionByConsumption": 0,
                "calculationPromoterCommission": 0,
                "cardValidDateType": 0,
                "cardWorthBonus": 0,
                "cdNameOnCdLst": true,
                "cdTypeOnCdLst": true,
                "createdBy": "string",
                "createdDate": "2019-08-24T14:15:22.123Z",
                "customizeDes": "string",
                "dayLimitType": 0,
                "dayLimitValue": 0,
                "discount": 0,
                "effAftPch": 0,
                "effAftUse": 0,
                "enablePlatformSubsidy": 0,
                "enableTax": 0,
                "expDate": "2019-08-24T14:15:22.123Z",
                "giftAmount": 0,
                "giftBonus": 0,
                "greyOnCdLst": true,
                "id": 0,
                "instoreOrder": 0,
                "lastUpdaterId": 0,
                "measuredCardType": 0,
                "merchantId": 0,
                "name": "string",
                "ownerId": 0,
                "photoPaths": "string",
                "price": 0,
                "rechargeAmount": 0,
                "salesAmount": 0,
                "salesCommission": 0,
                "salesCommissionKind": 0,
                "salesCommissionMin": 0,
                "separateGiftAmountBenefit": true,
                "serviceCommission": 0,
                "serviceCommissionKind": 0,
                "serviceCommissionMin": 0,
                "sharedTimes": 0,
                "shopId": 0,
                "showAgreement": true,
                "sndWechatCdLst": 0,
                "spptOnlineSell": true,
                "status": 0,
                "totalLimitType": 0,
                "totalLimitValue": 0,
                "type": "string",
                "updatedBy": "string",
                "updatedDate": "2019-08-24T14:15:22.123Z",
                "useDftCardBakcground": true,
                "usingWeight": 0,
                "version": 0,
                "videoPaths": "string",
                "weight": 0
            },
            "itemName": "string",
            "itemNameEn": "string",
            "itemOrderIndex": 0,
            "itemOriginalPrice": 0,
            "itemOwnerId": 0,
            "itemProgramDiscountTotalAmount": 0,
            "itemRefundAmount": 0,
            "itemRefundableAmount": 0,
            "itemRemark": "string",
            "itemType": 0,
            "merchantRefundAmount": 0,
            "newCardId": "string",
            "newCardServiceId": 0,
            "ordOrderFreightInfo": {
                "continuePrice": 0,
                "continueUnit": 0,
                "createdBy": "string",
                "createdDate": "2019-08-24T14:15:22.123Z",
                "firstPrice": 0,
                "firstUnit": 0,
                "freeThresholdAmount": 0,
                "freeThresholdCount": 0,
                "freeType": 0,
                "id": 0,
                "isDefault": true,
                "merchantId": 0,
                "orderBreakdownId": 0,
                "orderId": 0,
                "regionNames": "string",
                "ruleId": 0,
                "shopId": 0,
                "taxDesc": "string",
                "templateId": 0,
                "updatedBy": "string",
                "updatedDate": "2019-08-24T14:15:22.123Z",
                "version": 0
            },
            "orderAmount": 0,
            "orderItemId": 0,
            "orderSeriesId": "string",
            "originTotalAmount": 0,
            "payMethodType": 0,
            "photoPaths": "string",
            "platformSubsidyAmount": 0,
            "productDiscountAmount": 0,
            "programDiscountTotalAmount": 0,
            "salesStaffs": [
                {
                    "nickName": "string",
                    "staffAccount": "string",
                    "staffId": 0,
                    "staffItemRole": 0,
                    "userName": "string",
                    "userRole": "string",
                    "userSex": 0
                }
            ],
            "servingStaffs": [
                {
                    "nickName": "string",
                    "staffAccount": "string",
                    "staffId": 0,
                    "staffItemRole": 0,
                    "userName": "string",
                    "userRole": "string",
                    "userSex": 0
                }
            ],
            "shopId": 0,
            "showItem": true,
            "specMappingTag": "string",
            "stockSpecId": 0,
            "subsidyAmount": 0,
            "taxItemPercentage": 0,
            "totalAmount": 0,
            "totalBeforeTaxAmount": 0,
            "totalDiscountPrice": 0,
            "totalTaxAmount": 0,
            "videoPaths": "string"
        }
    ],
    "orderKind": 0,
    "orderOperator": "string",
    "orderPaymentBreakdownList": [
        {
            "authCode": "string",
            "billNum": "string",
            "cardId": "string",
            "cardServiceId": 0,
            "orderPaymentMethod": 0,
            "paidAmount": 0,
            "shopId": 0,
            "shopPaymentType": 0,
            "useShopId": 0
        }
    ],
    "orderRefundAmount": 0,
    "orderRemark": "string",
    "orderSeriesId": "string",
    "orderServiceInfoList": [
        {
            "content": [
                {
                    "fieldDescription": "string",
                    "fieldDisplay": 0,
                    "fieldId": 0,
                    "fieldIndex": 0,
                    "fieldName": "string",
                    "fieldRefName": "string",
                    "fieldType": 0,
                    "fieldValue": {},
                    "fieldWidth": 0,
                    "filedDefaultValue": "string",
                    "filedIsDefault": 0
                }
            ],
            "createdBy": "string",
            "createdDate": "2019-08-24T14:15:22.123Z",
            "id": 0,
            "merchantId": 0,
            "orderId": 0,
            "serviceId": 0,
            "shopId": 0,
            "updatedBy": "string",
            "updatedDate": "2019-08-24T14:15:22.123Z",
            "version": 0
        }
    ],
    "orderShopPaymentDTOList": [
        {
            "name": "string",
            "nameEn": "string",
            "orderId": 0,
            "paidAmount": 0,
            "shopId": 0
        }
    ],
    "orderSource": 0,
    "orderStatus": 0,
    "orderTaxableTotalPrice": 0,
    "orderTotalPrice": 0,
    "orderType": 0,
    "platformInterventionOrderStatus": 0,
    "platformReadStatus": 0,
    "programDiscountTotalAmount": 0,
    "realName": "string",
    "receiveAccountType": 0,
    "receiveCustomerName": "string",
    "receiveCustomerPhone": "string",
    "receiveUserName": "string",
    "receiveUserPhone": "string",
    "refundRemark": "string",
    "refundStaffInfo": {
        "salesCommissionRefunds": [
            {
                "commissionType": 0,
                "refundCommission": 0,
                "staffAccount": "string",
                "staffId": 0
            }
        ],
        "serviceCommissionRefunds": [
            {
                "commissionType": 0,
                "refundCommission": 0,
                "staffAccount": "string",
                "staffId": 0
            }
        ]
    },
    "salesCommission": 0,
    "serviceCommission": 0,
    "sex": 0,
    "shopId": 0,
    "shopName": "string",
    "signatureUrl": "string",
    "sourceOrderId": 0,
    "staffReadStatus": 0,
    "staffSalesCommissions": [
        {
            "commission": 0,
            "staffId": 0,
            "userName": "string"
        }
    ],
    "staffServiceCommissions": [
        {
            "commission": 0,
            "staffId": 0,
            "userName": "string"
        }
    ],
    "startTime": "string",
    "subsidyAmount": 0,
    "systemType": 0,
    "taxInfos": [
        {
            "apmId": 0,
            "createdBy": "string",
            "createdDate": "2019-08-24T14:15:22.123Z",
            "id": 0,
            "merchantId": 0,
            "orderId": 0,
            "shopId": 0,
            "taxAmount": 0,
            "taxDesc": "string",
            "taxId": 0,
            "taxName": "string",
            "taxRate": 0,
            "updatedBy": "string",
            "updatedDate": "2019-08-24T14:15:22.123Z",
            "version": 0
        }
    ],
    "timeZone": "string",
    "tipsRate": 0,
    "tipsType": 0,
    "totalBeforeTaxAmount": 0,
    "totalBeforeTipsAmount": 0,
    "totalConsumedBonusPoint": 0,
    "totalDeliveryCharge": 0,
    "totalTaxAmount": 0,
    "totalTipsAmount": 0,
    "transferAccountType": 0,
    "transferCustomerName": "string",
    "transferCustomerPhone": "string",
    "transferUserName": "string",
    "transferUserPhone": "string",
    "useBonusPoint": 0,
    "useDiscountCard": 0,
    "useShopPaymentType": "string",
    "useTimeCard": 0,
    "visitDate": "string",
    "zoneOrderCompletedDate": "2019-08-24T14:15:22.123Z",
    "zoneOrderDate": "2019-08-24T14:15:22.123Z"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev.mallpraise.com.cn/emall/openapi/v1//h5/orderInfo/order/beforeWxPayment/updateOrder' \
--header 'Authorization;' \
--header 'openKey;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "afterServiceRefundType": 0,
    "apmDoctorAppointment": {
        "apDate": "2019-08-24T14:15:22.123Z",
        "apmCode": "string",
        "createdBy": "string",
        "createdDate": "2019-08-24T14:15:22.123Z",
        "customerId": 0,
        "customerName": "string",
        "departmentId": 0,
        "deptCode": "string",
        "deptName": "string",
        "endTime": "string",
        "id": 0,
        "merchantId": 0,
        "orderId": 0,
        "readStatus": 0,
        "registrationAmount": 0,
        "roomCode": "string",
        "roomId": 0,
        "shopId": 0,
        "shopName": "string",
        "startTime": "string",
        "status": 0,
        "updatedBy": "string",
        "updatedDate": "2019-08-24T14:15:22.123Z",
        "userId": 0,
        "userName": "string",
        "version": 0
    },
    "apmId": 0,
    "apmNum": "string",
    "apmOrderInfo": {
        "apmOrderDetails": [
            {
                "apmOrderMainId": 0,
                "craftsmanId": 0,
                "craftsmanName": "string",
                "craftsmanNickName": "string",
                "createdBy": "string",
                "createdDate": "2019-08-24T14:15:22.123Z",
                "customerName": "string",
                "customerTel": "string",
                "id": 0,
                "orderIndex": 0,
                "photoPaths": "string",
                "serviceBeginTime": "2019-08-24T14:15:22.123Z",
                "serviceDuration": 0,
                "serviceEndTime": "2019-08-24T14:15:22.123Z",
                "serviceId": 0,
                "serviceMoney": 0,
                "serviceName": "string",
                "updatedBy": "string",
                "updatedDate": "2019-08-24T14:15:22.123Z",
                "version": 0
            }
        ],
        "apmOrderMain": {
            "apCancelType": 0,
            "apDatetime": "2019-08-24T14:15:22.123Z",
            "apDay": "string",
            "apMoney": 0,
            "apOriginMoney": 0,
            "apPayBonusPoint": 0,
            "apPayCardId": "string",
            "apPayCardInfo": {
                "amount": 0,
                "balance": 0,
                "benefitSelectType": 0,
                "benefitType": 0,
                "calculationCommissionByConsumption": 0,
                "calculationPromoterCommission": 0,
                "cardId": "string",
                "cardName": "string",
                "cardOriginalType": 0,
                "cardPrice": 0,
                "cardServiceId": 0,
                "cardStatus": 0,
                "cardValidDateType": 0,
                "comboCardId": 0,
                "comboSettingItemCount": 0,
                "createdBy": "string",
                "createdDate": "2019-08-24T14:15:22.123Z",
                "customerId": 0,
                "dayLimitType": 0,
                "dayLimitValue": 0,
                "effAftPch": 0,
                "effAftUse": 0,
                "effDate": "2019-08-24T14:15:22.123Z",
                "enablePlatformSubsidy": 0,
                "expDate": "2019-08-24T14:15:22.123Z",
                "firstUseDate": "2019-08-24T14:15:22.123Z",
                "firstUseOrderId": 0,
                "giftAmount": 0,
                "id": 0,
                "itemDiscount": 0,
                "itemId": 0,
                "itemTimes": 0,
                "itemTotalTimes": 0,
                "lockedAmount": 0,
                "lockedTimes": 0,
                "measuredCardType": 0,
                "merchantId": 0,
                "oldDataFlag": 0,
                "orderDate": "2019-08-24T14:15:22.123Z",
                "price": 0,
                "remarks": "string",
                "salesCommission": 0,
                "salesCommissionKind": 0,
                "serviceCommission": 0,
                "serviceCommissionKind": 0,
                "shopId": 0,
                "sourceOrderBreakdownId": 0,
                "sourceOrderId": 0,
                "specMappingTag": "string",
                "totalLimitType": 0,
                "totalLimitValue": 0,
                "type": "string",
                "typeLevel": 0,
                "updatedBy": "string",
                "updatedDate": "2019-08-24T14:15:22.123Z",
                "version": 0
            },
            "apPayCardType": "string",
            "apPayDiscount": 0,
            "apPayDiscountCardId": "string",
            "apPayItemCardId": "string",
            "apPayPreferenceType": 0,
            "apPayStatus": 0,
            "apPayTime": "2019-08-24T14:15:22.123Z",
            "apPayType": 0,
            "apSource": 0,
            "apTime": "string",
            "apmNum": "string",
            "createdBy": "string",
            "createdDate": "2019-08-24T14:15:22.123Z",
            "customerId": 0,
            "customerName": "string",
            "customerTel": "string",
            "discountProgramMainIds": "string",
            "discountProgramMainList": [
                {
                    "applicableTimeMonthType": 0,
                    "applicableTimeWeekType": 0,
                    "conditionAmountValue": 0,
                    "conditionCountValue": 0,
                    "conditionGoodsType": 0,
                    "conditionType": 0,
                    "createdBy": "string",
                    "createdDate": "2019-08-24T14:15:22.123Z",
                    "dayLimitType": 0,
                    "dayLimitValue": 0,
                    "discountAmount": 0,
                    "discountAmountLimit": "string",
                    "discountComputationMethods": 0,
                    "discountInfo": "string",
                    "discountRate": 0,
                    "discountShare": 0,
                    "discountType": 0,
                    "endTime": "2019-08-24T14:15:22.123Z",
                    "endTimeType": 0,
                    "id": 0,
                    "leftDayLimitValue": 0,
                    "leftTotalLimitValue": 0,
                    "merchantId": 0,
                    "name": "string",
                    "shopId": 0,
                    "startTime": "2019-08-24T14:15:22.123Z",
                    "startTimeType": 0,
                    "status": 0,
                    "totalLimitType": 0,
                    "totalLimitValue": 0,
                    "updatedBy": "string",
                    "updatedDate": "2019-08-24T14:15:22.123Z",
                    "version": 0
                }
            ],
            "enableTax": 0,
            "id": 0,
            "isOverTime": 0,
            "orderDetailDiscountAmount": 0,
            "orderTaxableTotalPrice": 0,
            "overTime": 0,
            "overTimeDesc": "string",
            "programDiscountTotalAmount": 0,
            "remark": "string",
            "remarkUser": "string",
            "shopId": 0,
            "status": 0,
            "taxInfos": [
                {
                    "apmId": 0,
                    "createdBy": "string",
                    "createdDate": "2019-08-24T14:15:22.123Z",
                    "id": 0,
                    "merchantId": 0,
                    "orderId": 0,
                    "shopId": 0,
                    "taxAmount": 0,
                    "taxDesc": "string",
                    "taxId": 0,
                    "taxName": "string",
                    "taxRate": 0,
                    "updatedBy": "string",
                    "updatedDate": "2019-08-24T14:15:22.123Z",
                    "version": 0
                }
            ],
            "taxRate": 0,
            "tipsRate": 0,
            "tipsType": 0,
            "totalBeforeTaxAmount": 0,
            "totalBeforeTipsAmount": 0,
            "totalTaxAmount": 0,
            "totalTipsAmount": 0,
            "updatedBy": "string",
            "updatedDate": "2019-08-24T14:15:22.123Z",
            "useShopId": 0,
            "version": 0
        },
        "currentShopData": true,
        "isOrderConfirmByShop": true,
        "orderId": 0,
        "orderSeriesId": "string",
        "shopId": 0,
        "shopName": "string",
        "wxPayStatus": 0
    },
    "areaCode": "string",
    "bdmServiceInfo": {
        "averageScore": 0,
        "bdmCityId": 0,
        "bdmCountryId": 0,
        "bdmProvinceId": 0,
        "bdmServiceTypeId": 0,
        "content": [
            {
                "fieldDescription": "string",
                "fieldDisplay": 0,
                "fieldId": 0,
                "fieldIndex": 0,
                "fieldName": "string",
                "fieldRefName": "string",
                "fieldType": 0,
                "fieldValue": {},
                "fieldWidth": 0,
                "filedDefaultValue": "string",
                "filedIsDefault": 0
            }
        ],
        "createdBy": "string",
        "createdDate": "2019-08-24T14:15:22.123Z",
        "customizedDesc": "string",
        "discountPrice": 0,
        "enableTax": 0,
        "expirationDate": "2019-08-24T14:15:22.123Z",
        "giftBonus": 0,
        "id": 0,
        "isDeleted": 0,
        "isRecommend": 0,
        "itemWorthBonus": 0,
        "lastUpdaterId": 0,
        "level": 0,
        "listingDate": "2019-08-24T14:15:22.123Z",
        "merchantId": 0,
        "name": "string",
        "newCityInfo": "string",
        "newServiceTypeInfo": "string",
        "newServiceTypeName": "string",
        "oldBdmServiceId": 0,
        "ownerId": 0,
        "parentId": 0,
        "photoPaths": "string",
        "refBdmServiceId": 0,
        "salesNum": 0,
        "serviceType": 0,
        "serviceUid": "string",
        "shopId": 0,
        "spptDemoInstore": 0,
        "status": 0,
        "tagLogo": "string",
        "typeName": "string",
        "updatedBy": "string",
        "updatedDate": "2019-08-24T14:15:22.123Z",
        "version": 0,
        "videoPaths": "string",
        "zoneServiceRenewDate": "2019-08-24T14:15:22.123Z"
    },
    "beforeAfterServiceOrderStatus": 0,
    "commissionAmount": 0,
    "currentShopData": true,
    "customerId": 0,
    "customerNickName": "string",
    "customerNumber": "string",
    "customerReadStatus": 0,
    "dataType": 0,
    "deliveryStatus": 0,
    "deliveryType": 0,
    "displayPaymentMethod": 0,
    "hasOrderDataShareRight": true,
    "hasRefundOrder": 0,
    "id": 0,
    "isAfterService": 0,
    "isPlatformIntervention": 0,
    "itemOwnerId": 0,
    "level": 0,
    "mainProductOrderId": 0,
    "merchantCommission": {
        "bigMerchantCommission": 0,
        "bigMerchantCommissionRate": 0,
        "bigMerchantId": 0,
        "createdBy": "string",
        "createdDate": "2019-08-24T14:15:22.123Z",
        "id": 0,
        "orderId": 0,
        "shopId": 0,
        "smallMerchantCommission": 0,
        "smallMerchantCommissionRate": 0,
        "smallMerchantId": 0,
        "status": 0,
        "updatedBy": "string",
        "updatedDate": "2019-08-24T14:15:22.123Z",
        "version": 0
    },
    "merchantId": 0,
    "merchantRefundAmount": 0,
    "mobile": "string",
    "orderAppointmentDTO": {
        "bdmServiceInfoId": 0,
        "customerName": "string",
        "defineUnit": "string",
        "duration": 0,
        "endTime": "string",
        "itemName": "string",
        "mobile": "string",
        "ownerName": "string",
        "sellerRemark": "string",
        "startTime": "string",
        "type": 0,
        "visitDate": "string"
    },
    "orderBookingComplete": 0,
    "orderBookingRefund": 0,
    "orderCanConfirmByShop": true,
    "orderCategory": 0,
    "orderCompletedDate": "2019-08-24T14:15:22.123Z",
    "orderConfirmer": "string",
    "orderCreator": "string",
    "orderDate": "2019-08-24T14:15:22.123Z",
    "orderDeliveryInfo": {
        "addressInfo": {
            "addressDetail": "string",
            "addressType": 0,
            "cityCode": "string",
            "cityId": 0,
            "cityName": "string",
            "countryId": 0,
            "countryName": "string",
            "countyCode": "string",
            "countyId": 0,
            "countyName": "string",
            "createdBy": "string",
            "createdDate": "2019-08-24T14:15:22.123Z",
            "customerId": 0,
            "defaultStatus": 0,
            "deletedStatus": 0,
            "id": 0,
            "merchantId": 0,
            "mobile": "string",
            "name": "string",
            "provinceCode": "string",
            "provinceId": 0,
            "provinceName": "string",
            "shopId": 0,
            "updatedBy": "string",
            "updatedDate": "2019-08-24T14:15:22.123Z",
            "version": 0
        },
        "createdBy": "string",
        "createdDate": "2019-08-24T14:15:22.123Z",
        "customerAddressId": 0,
        "customerId": 0,
        "deliveryCompany": "string",
        "deliveryNum": "string",
        "deliveryPhoto": "string",
        "deliveryStatus": 0,
        "deliveryType": 0,
        "id": 0,
        "merchantId": 0,
        "orderId": 0,
        "shopId": 0,
        "stationAddressInfo": {
            "addressDetail": "string",
            "cityId": 0,
            "cityName": "string",
            "countryId": 0,
            "countryName": "string",
            "createdBy": "string",
            "createdDate": "2019-08-24T14:15:22.123Z",
            "id": 0,
            "merchantId": 0,
            "mobile": "string",
            "name": "string",
            "provinceId": 0,
            "provinceName": "string",
            "shopId": 0,
            "updatedBy": "string",
            "updatedDate": "2019-08-24T14:15:22.123Z",
            "version": 0
        },
        "trackInfo": {
            "company": "string",
            "data": [
                {
                    "context": "string",
                    "time": "string"
                }
            ],
            "exname": "string",
            "ico": "string",
            "nu": "string",
            "phone": "string",
            "reason": "string",
            "status": 0,
            "success": true,
            "url": "string"
        },
        "updatedBy": "string",
        "updatedDate": "2019-08-24T14:15:22.123Z",
        "version": 0
    },
    "orderDetailDiscountAmount": 0,
    "orderDiscountAmount": 0,
    "orderImages": [
        {
            "createdBy": "string",
            "createdDate": "2019-08-24T14:15:22.123Z",
            "id": 0,
            "imageUrl": "string",
            "orderId": 0,
            "shopId": 0,
            "updatedBy": "string",
            "updatedDate": "2019-08-24T14:15:22.123Z",
            "version": 0
        }
    ],
    "orderItemCommissionDetails": {
        "salesCommission": [
            {
                "commission": 0,
                "id": 0,
                "itemId": 0,
                "itemName": "string",
                "itemType": "string",
                "orderId": 0,
                "orderSeriesId": "string",
                "staffId": 0,
                "userName": "string"
            }
        ],
        "serviceCommission": [
            {
                "commission": 0,
                "id": 0,
                "itemId": 0,
                "itemName": "string",
                "itemType": "string",
                "orderId": 0,
                "orderSeriesId": "string",
                "staffId": 0,
                "userName": "string"
            }
        ]
    },
    "orderItemList": [
        {
            "cardId": "string",
            "cardInfo": {
                "amount": 0,
                "balance": 0,
                "benefitSelectType": 0,
                "benefitType": 0,
                "calculationCommissionByConsumption": 0,
                "calculationPromoterCommission": 0,
                "cardId": "string",
                "cardName": "string",
                "cardOriginalType": 0,
                "cardPrice": 0,
                "cardServiceId": 0,
                "cardStatus": 0,
                "cardValidDateType": 0,
                "comboCardId": 0,
                "comboSettingItemCount": 0,
                "createdBy": "string",
                "createdDate": "2019-08-24T14:15:22.123Z",
                "customerId": 0,
                "dayLimitType": 0,
                "dayLimitValue": 0,
                "effAftPch": 0,
                "effAftUse": 0,
                "effDate": "2019-08-24T14:15:22.123Z",
                "enablePlatformSubsidy": 0,
                "expDate": "2019-08-24T14:15:22.123Z",
                "firstUseDate": "2019-08-24T14:15:22.123Z",
                "firstUseOrderId": 0,
                "giftAmount": 0,
                "id": 0,
                "itemDiscount": 0,
                "itemId": 0,
                "itemTimes": 0,
                "itemTotalTimes": 0,
                "lockedAmount": 0,
                "lockedTimes": 0,
                "measuredCardType": 0,
                "merchantId": 0,
                "oldDataFlag": 0,
                "orderDate": "2019-08-24T14:15:22.123Z",
                "price": 0,
                "remarks": "string",
                "salesCommission": 0,
                "salesCommissionKind": 0,
                "serviceCommission": 0,
                "serviceCommissionKind": 0,
                "shopId": 0,
                "sourceOrderBreakdownId": 0,
                "sourceOrderId": 0,
                "specMappingTag": "string",
                "totalLimitType": 0,
                "totalLimitValue": 0,
                "type": "string",
                "typeLevel": 0,
                "updatedBy": "string",
                "updatedDate": "2019-08-24T14:15:22.123Z",
                "version": 0
            },
            "cardServiceId": 0,
            "comboCardItems": [
                {
                    "cardServiceId": 0,
                    "cardValidDateType": 0,
                    "cardWorthBonus": 0,
                    "effAftPch": 0,
                    "effAftUse": 0,
                    "expDate": "2019-08-24T14:15:22.123Z",
                    "giftAmount": 0,
                    "giftBonus": 0,
                    "id": 0,
                    "itemCardServiceId": 0,
                    "itemCount": 0,
                    "measuredCardType": 0,
                    "name": "string",
                    "price": 0,
                    "rechargeAmount": 0,
                    "salesCommission": 0,
                    "serviceCommission": 0,
                    "status": 0,
                    "type": "string"
                }
            ],
            "consumedBonusPoint": 0,
            "discountProgramInfoList": [
                "string"
            ],
            "discountProgramMainIds": "string",
            "discountProgramMainList": [
                {
                    "applicableTimeMonthType": 0,
                    "applicableTimeWeekType": 0,
                    "conditionAmountValue": 0,
                    "conditionCountValue": 0,
                    "conditionGoodsType": 0,
                    "conditionType": 0,
                    "createdBy": "string",
                    "createdDate": "2019-08-24T14:15:22.123Z",
                    "dayLimitType": 0,
                    "dayLimitValue": 0,
                    "discountAmount": 0,
                    "discountAmountLimit": "string",
                    "discountComputationMethods": 0,
                    "discountInfo": "string",
                    "discountRate": 0,
                    "discountShare": 0,
                    "discountType": 0,
                    "endTime": "2019-08-24T14:15:22.123Z",
                    "endTimeType": 0,
                    "id": 0,
                    "leftDayLimitValue": 0,
                    "leftTotalLimitValue": 0,
                    "merchantId": 0,
                    "name": "string",
                    "shopId": 0,
                    "startTime": "2019-08-24T14:15:22.123Z",
                    "startTimeType": 0,
                    "status": 0,
                    "totalLimitType": 0,
                    "totalLimitValue": 0,
                    "updatedBy": "string",
                    "updatedDate": "2019-08-24T14:15:22.123Z",
                    "version": 0
                }
            ],
            "enablePlatformSubsidy": 0,
            "enableTax": 0,
            "freebie": true,
            "id": 0,
            "isFreebie": true,
            "itemChangedPrice": 0,
            "itemCount": 0,
            "itemDeliveryCharge": 0,
            "itemFinalPrice": 0,
            "itemId": 0,
            "itemInfo": {
                "calculationCommissionByConsumption": 0,
                "calculationPromoterCommission": 0,
                "cardValidDateType": 0,
                "cardWorthBonus": 0,
                "cdNameOnCdLst": true,
                "cdTypeOnCdLst": true,
                "createdBy": "string",
                "createdDate": "2019-08-24T14:15:22.123Z",
                "customizeDes": "string",
                "dayLimitType": 0,
                "dayLimitValue": 0,
                "discount": 0,
                "effAftPch": 0,
                "effAftUse": 0,
                "enablePlatformSubsidy": 0,
                "enableTax": 0,
                "expDate": "2019-08-24T14:15:22.123Z",
                "giftAmount": 0,
                "giftBonus": 0,
                "greyOnCdLst": true,
                "id": 0,
                "instoreOrder": 0,
                "lastUpdaterId": 0,
                "measuredCardType": 0,
                "merchantId": 0,
                "name": "string",
                "ownerId": 0,
                "photoPaths": "string",
                "price": 0,
                "rechargeAmount": 0,
                "salesAmount": 0,
                "salesCommission": 0,
                "salesCommissionKind": 0,
                "salesCommissionMin": 0,
                "separateGiftAmountBenefit": true,
                "serviceCommission": 0,
                "serviceCommissionKind": 0,
                "serviceCommissionMin": 0,
                "sharedTimes": 0,
                "shopId": 0,
                "showAgreement": true,
                "sndWechatCdLst": 0,
                "spptOnlineSell": true,
                "status": 0,
                "totalLimitType": 0,
                "totalLimitValue": 0,
                "type": "string",
                "updatedBy": "string",
                "updatedDate": "2019-08-24T14:15:22.123Z",
                "useDftCardBakcground": true,
                "usingWeight": 0,
                "version": 0,
                "videoPaths": "string",
                "weight": 0
            },
            "itemName": "string",
            "itemNameEn": "string",
            "itemOrderIndex": 0,
            "itemOriginalPrice": 0,
            "itemOwnerId": 0,
            "itemProgramDiscountTotalAmount": 0,
            "itemRefundAmount": 0,
            "itemRefundableAmount": 0,
            "itemRemark": "string",
            "itemType": 0,
            "merchantRefundAmount": 0,
            "newCardId": "string",
            "newCardServiceId": 0,
            "ordOrderFreightInfo": {
                "continuePrice": 0,
                "continueUnit": 0,
                "createdBy": "string",
                "createdDate": "2019-08-24T14:15:22.123Z",
                "firstPrice": 0,
                "firstUnit": 0,
                "freeThresholdAmount": 0,
                "freeThresholdCount": 0,
                "freeType": 0,
                "id": 0,
                "isDefault": true,
                "merchantId": 0,
                "orderBreakdownId": 0,
                "orderId": 0,
                "regionNames": "string",
                "ruleId": 0,
                "shopId": 0,
                "taxDesc": "string",
                "templateId": 0,
                "updatedBy": "string",
                "updatedDate": "2019-08-24T14:15:22.123Z",
                "version": 0
            },
            "orderAmount": 0,
            "orderItemId": 0,
            "orderSeriesId": "string",
            "originTotalAmount": 0,
            "payMethodType": 0,
            "photoPaths": "string",
            "platformSubsidyAmount": 0,
            "productDiscountAmount": 0,
            "programDiscountTotalAmount": 0,
            "salesStaffs": [
                {
                    "nickName": "string",
                    "staffAccount": "string",
                    "staffId": 0,
                    "staffItemRole": 0,
                    "userName": "string",
                    "userRole": "string",
                    "userSex": 0
                }
            ],
            "servingStaffs": [
                {
                    "nickName": "string",
                    "staffAccount": "string",
                    "staffId": 0,
                    "staffItemRole": 0,
                    "userName": "string",
                    "userRole": "string",
                    "userSex": 0
                }
            ],
            "shopId": 0,
            "showItem": true,
            "specMappingTag": "string",
            "stockSpecId": 0,
            "subsidyAmount": 0,
            "taxItemPercentage": 0,
            "totalAmount": 0,
            "totalBeforeTaxAmount": 0,
            "totalDiscountPrice": 0,
            "totalTaxAmount": 0,
            "videoPaths": "string"
        }
    ],
    "orderKind": 0,
    "orderOperator": "string",
    "orderPaymentBreakdownList": [
        {
            "authCode": "string",
            "billNum": "string",
            "cardId": "string",
            "cardServiceId": 0,
            "orderPaymentMethod": 0,
            "paidAmount": 0,
            "shopId": 0,
            "shopPaymentType": 0,
            "useShopId": 0
        }
    ],
    "orderRefundAmount": 0,
    "orderRemark": "string",
    "orderSeriesId": "string",
    "orderServiceInfoList": [
        {
            "content": [
                {
                    "fieldDescription": "string",
                    "fieldDisplay": 0,
                    "fieldId": 0,
                    "fieldIndex": 0,
                    "fieldName": "string",
                    "fieldRefName": "string",
                    "fieldType": 0,
                    "fieldValue": {},
                    "fieldWidth": 0,
                    "filedDefaultValue": "string",
                    "filedIsDefault": 0
                }
            ],
            "createdBy": "string",
            "createdDate": "2019-08-24T14:15:22.123Z",
            "id": 0,
            "merchantId": 0,
            "orderId": 0,
            "serviceId": 0,
            "shopId": 0,
            "updatedBy": "string",
            "updatedDate": "2019-08-24T14:15:22.123Z",
            "version": 0
        }
    ],
    "orderShopPaymentDTOList": [
        {
            "name": "string",
            "nameEn": "string",
            "orderId": 0,
            "paidAmount": 0,
            "shopId": 0
        }
    ],
    "orderSource": 0,
    "orderStatus": 0,
    "orderTaxableTotalPrice": 0,
    "orderTotalPrice": 0,
    "orderType": 0,
    "platformInterventionOrderStatus": 0,
    "platformReadStatus": 0,
    "programDiscountTotalAmount": 0,
    "realName": "string",
    "receiveAccountType": 0,
    "receiveCustomerName": "string",
    "receiveCustomerPhone": "string",
    "receiveUserName": "string",
    "receiveUserPhone": "string",
    "refundRemark": "string",
    "refundStaffInfo": {
        "salesCommissionRefunds": [
            {
                "commissionType": 0,
                "refundCommission": 0,
                "staffAccount": "string",
                "staffId": 0
            }
        ],
        "serviceCommissionRefunds": [
            {
                "commissionType": 0,
                "refundCommission": 0,
                "staffAccount": "string",
                "staffId": 0
            }
        ]
    },
    "salesCommission": 0,
    "serviceCommission": 0,
    "sex": 0,
    "shopId": 0,
    "shopName": "string",
    "signatureUrl": "string",
    "sourceOrderId": 0,
    "staffReadStatus": 0,
    "staffSalesCommissions": [
        {
            "commission": 0,
            "staffId": 0,
            "userName": "string"
        }
    ],
    "staffServiceCommissions": [
        {
            "commission": 0,
            "staffId": 0,
            "userName": "string"
        }
    ],
    "startTime": "string",
    "subsidyAmount": 0,
    "systemType": 0,
    "taxInfos": [
        {
            "apmId": 0,
            "createdBy": "string",
            "createdDate": "2019-08-24T14:15:22.123Z",
            "id": 0,
            "merchantId": 0,
            "orderId": 0,
            "shopId": 0,
            "taxAmount": 0,
            "taxDesc": "string",
            "taxId": 0,
            "taxName": "string",
            "taxRate": 0,
            "updatedBy": "string",
            "updatedDate": "2019-08-24T14:15:22.123Z",
            "version": 0
        }
    ],
    "timeZone": "string",
    "tipsRate": 0,
    "tipsType": 0,
    "totalBeforeTaxAmount": 0,
    "totalBeforeTipsAmount": 0,
    "totalConsumedBonusPoint": 0,
    "totalDeliveryCharge": 0,
    "totalTaxAmount": 0,
    "totalTipsAmount": 0,
    "transferAccountType": 0,
    "transferCustomerName": "string",
    "transferCustomerPhone": "string",
    "transferUserName": "string",
    "transferUserPhone": "string",
    "useBonusPoint": 0,
    "useDiscountCard": 0,
    "useShopPaymentType": "string",
    "useTimeCard": 0,
    "visitDate": "string",
    "zoneOrderCompletedDate": "2019-08-24T14:15:22.123Z",
    "zoneOrderDate": "2019-08-24T14:15:22.123Z"
}'

返回响应

🟢200成功
*/*
OK
Body

示例
{
    "code": 0,
    "data": "string",
    "extraData": {},
    "extraData1": {},
    "message": "string"
}
🟢201成功
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2026-03-10 02:57:43
上一页
获取客户订单列表
下一页
获取订单的物流信息
Built with