VersionUpdate TimeStatusAuthorDescription

v2025-11-15 12:54:42

2025-11-15 12:54:42

auto

@zhang

Created by smart-doc

1. 财务管理接口

1.1. 按年统计订单数据

Type: POST

Content-Type: application/json

Description: 按年统计订单数据

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

startTime

string

false

开始时间

endTime

string

false

结束时间

accountId

int32

false

No comments found.

isNewMemberCount

int32

false

No comments found.

isAppVisitCount

int32

false

No comments found.

isNewInviterCount

int32

false

No comments found.

isMobileReservationCount

int32

false

No comments found.

orderBy

int32

false

No comments found.

isGenOrderNullData

int32

false

No comments found.

isGenAccountNullData

int32

false

No comments found.

Request-body:

{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 361,
  "isNewMemberCount": 321,
  "isAppVisitCount": 654,
  "isNewInviterCount": 978,
  "isMobileReservationCount": 42,
  "orderBy": 586,
  "isGenOrderNullData": 525,
  "isGenAccountNullData": 833
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─startTime

string

No comments found.

-

└─totalOrderCount

int32

No comments found.

-

└─dinnerOrderCount

int32

No comments found.

-

└─lunchOrderCount

int32

No comments found.

-

└─receivedAmount

number

No comments found.

-

└─actualAmount

number

No comments found.

-

└─deductionAmount

number

No comments found.

-

└─rechargeAmount

number

No comments found.

-

└─rechargeActualAmount

number

No comments found.

-

└─accountBalanceAmount

number

No comments found.

-

└─promoterWithdrawal

number

No comments found.

-

└─promoterProfit

number

No comments found.

-

└─grossProfit

number

No comments found.

-

└─netProfit

number

No comments found.

-

└─newMemberCount

int32

No comments found.

-

└─appVisitCount

int32

No comments found.

-

└─newInviterCount

int32

No comments found.

-

└─mobileReservationCount

int32

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "startTime": "2025-11-15 12:54:47",
      "totalOrderCount": 796,
      "dinnerOrderCount": 661,
      "lunchOrderCount": 690,
      "receivedAmount": 614,
      "actualAmount": 182,
      "deductionAmount": 399,
      "rechargeAmount": 677,
      "rechargeActualAmount": 246,
      "accountBalanceAmount": 713,
      "promoterWithdrawal": 789,
      "promoterProfit": 795,
      "grossProfit": 788,
      "netProfit": 992,
      "newMemberCount": 388,
      "appVisitCount": 115,
      "newInviterCount": 279,
      "mobileReservationCount": 147
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 214,
    "totalPage": 756,
    "page": 318,
    "pageSize": 259
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/financer/getStatisticsByDay --data '{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 361,
  "isNewMemberCount": 321,
  "isAppVisitCount": 654,
  "isNewInviterCount": 978,
  "isMobileReservationCount": 42,
  "orderBy": 586,
  "isGenOrderNullData": 525,
  "isGenAccountNullData": 833
}'

1.2. 按年统计订单数据

Type: POST

Content-Type: application/json

Description: 按年统计订单数据

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

startTime

string

false

开始时间

endTime

string

false

结束时间

accountId

int32

false

No comments found.

isNewMemberCount

int32

false

No comments found.

isAppVisitCount

int32

false

No comments found.

isNewInviterCount

int32

false

No comments found.

isMobileReservationCount

int32

false

No comments found.

orderBy

int32

false

No comments found.

isGenOrderNullData

int32

false

No comments found.

isGenAccountNullData

int32

false

No comments found.

Request-body:

{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 244,
  "isNewMemberCount": 406,
  "isAppVisitCount": 376,
  "isNewInviterCount": 903,
  "isMobileReservationCount": 971,
  "orderBy": 48,
  "isGenOrderNullData": 906,
  "isGenAccountNullData": 369
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─startTime

string

No comments found.

-

└─totalOrderCount

int32

No comments found.

-

└─dinnerOrderCount

int32

No comments found.

-

└─lunchOrderCount

int32

No comments found.

-

└─receivedAmount

number

No comments found.

-

└─actualAmount

number

No comments found.

-

└─deductionAmount

number

No comments found.

-

└─rechargeAmount

number

No comments found.

-

└─rechargeActualAmount

number

No comments found.

-

└─accountBalanceAmount

number

No comments found.

-

└─promoterWithdrawal

number

No comments found.

-

└─promoterProfit

number

No comments found.

-

└─grossProfit

number

No comments found.

-

└─netProfit

number

No comments found.

-

└─newMemberCount

int32

No comments found.

-

└─appVisitCount

int32

No comments found.

-

└─newInviterCount

int32

No comments found.

-

└─mobileReservationCount

int32

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "startTime": "2025-11-15 12:54:47",
      "totalOrderCount": 888,
      "dinnerOrderCount": 407,
      "lunchOrderCount": 977,
      "receivedAmount": 659,
      "actualAmount": 867,
      "deductionAmount": 933,
      "rechargeAmount": 470,
      "rechargeActualAmount": 518,
      "accountBalanceAmount": 886,
      "promoterWithdrawal": 405,
      "promoterProfit": 479,
      "grossProfit": 143,
      "netProfit": 894,
      "newMemberCount": 360,
      "appVisitCount": 79,
      "newInviterCount": 723,
      "mobileReservationCount": 471
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 745,
    "totalPage": 919,
    "page": 534,
    "pageSize": 559
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/financer/getStatisticsByMonth --data '{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 244,
  "isNewMemberCount": 406,
  "isAppVisitCount": 376,
  "isNewInviterCount": 903,
  "isMobileReservationCount": 971,
  "orderBy": 48,
  "isGenOrderNullData": 906,
  "isGenAccountNullData": 369
}'

1.3. 按年统计订单数据

Type: POST

Content-Type: application/json

Description: 按年统计订单数据

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

startTime

string

false

开始时间

endTime

string

false

结束时间

accountId

int32

false

No comments found.

isNewMemberCount

int32

false

No comments found.

isAppVisitCount

int32

false

No comments found.

isNewInviterCount

int32

false

No comments found.

isMobileReservationCount

int32

false

No comments found.

orderBy

int32

false

No comments found.

isGenOrderNullData

int32

false

No comments found.

isGenAccountNullData

int32

false

No comments found.

Request-body:

{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 484,
  "isNewMemberCount": 666,
  "isAppVisitCount": 403,
  "isNewInviterCount": 422,
  "isMobileReservationCount": 432,
  "orderBy": 830,
  "isGenOrderNullData": 785,
  "isGenAccountNullData": 2
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─startTime

string

No comments found.

-

└─totalOrderCount

int32

No comments found.

-

└─dinnerOrderCount

int32

No comments found.

-

└─lunchOrderCount

int32

No comments found.

-

└─receivedAmount

number

No comments found.

-

└─actualAmount

number

No comments found.

-

└─deductionAmount

number

No comments found.

-

└─rechargeAmount

number

No comments found.

-

└─rechargeActualAmount

number

No comments found.

-

└─accountBalanceAmount

number

No comments found.

-

└─promoterWithdrawal

number

No comments found.

-

└─promoterProfit

number

No comments found.

-

└─grossProfit

number

No comments found.

-

└─netProfit

number

No comments found.

-

└─newMemberCount

int32

No comments found.

-

└─appVisitCount

int32

No comments found.

-

└─newInviterCount

int32

No comments found.

-

└─mobileReservationCount

int32

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "startTime": "2025-11-15 12:54:47",
      "totalOrderCount": 405,
      "dinnerOrderCount": 539,
      "lunchOrderCount": 968,
      "receivedAmount": 463,
      "actualAmount": 190,
      "deductionAmount": 132,
      "rechargeAmount": 728,
      "rechargeActualAmount": 339,
      "accountBalanceAmount": 291,
      "promoterWithdrawal": 697,
      "promoterProfit": 932,
      "grossProfit": 185,
      "netProfit": 785,
      "newMemberCount": 865,
      "appVisitCount": 151,
      "newInviterCount": 69,
      "mobileReservationCount": 572
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 537,
    "totalPage": 386,
    "page": 3,
    "pageSize": 296
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/financer/getStatisticsByYear --data '{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 484,
  "isNewMemberCount": 666,
  "isAppVisitCount": 403,
  "isNewInviterCount": 422,
  "isMobileReservationCount": 432,
  "orderBy": 830,
  "isGenOrderNullData": 785,
  "isGenAccountNullData": 2
}'

1.4. 按天统计品牌订单数据

Type: POST

Content-Type: application/json

Description: 按天统计品牌订单数据

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

startTime

string

false

开始时间

endTime

string

false

结束时间

accountId

int32

false

No comments found.

isNewMemberCount

int32

false

No comments found.

isAppVisitCount

int32

false

No comments found.

isNewInviterCount

int32

false

No comments found.

isMobileReservationCount

int32

false

No comments found.

orderBy

int32

false

No comments found.

isGenOrderNullData

int32

false

No comments found.

isGenAccountNullData

int32

false

No comments found.

Request-body:

{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 45,
  "isNewMemberCount": 563,
  "isAppVisitCount": 453,
  "isNewInviterCount": 851,
  "isMobileReservationCount": 951,
  "orderBy": 358,
  "isGenOrderNullData": 177,
  "isGenAccountNullData": 301
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─accountId

int32

No comments found.

-

└─accountName

string

No comments found.

-

└─brandName

string

No comments found.

-

└─totalOrderCount

int32

No comments found.

-

└─lunchFlag

int32

No comments found.

-

└─lunchOrderCount

int32

No comments found.

-

└─dinnerOrderCount

int32

No comments found.

-

└─orderAmount

number

No comments found.

-

└─lunchOrderAmount

number

No comments found.

-

└─dinnerOrderAmount

number

No comments found.

-

└─receivedAmount

number

No comments found.

-

└─lunchReceivedAmount

number

No comments found.

-

└─dinnerReceivedAmount

number

No comments found.

-

└─lunchGrossProfit

number

No comments found.

-

└─dinnerGrossProfit

number

No comments found.

-

└─grossProfit

number

No comments found.

-

└─accountBalanceAmount

number

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "accountId": 547,
      "accountName": "janessa.murphy",
      "brandName": "janessa.murphy",
      "totalOrderCount": 397,
      "lunchFlag": 3,
      "lunchOrderCount": 209,
      "dinnerOrderCount": 702,
      "orderAmount": 923,
      "lunchOrderAmount": 247,
      "dinnerOrderAmount": 476,
      "receivedAmount": 666,
      "lunchReceivedAmount": 932,
      "dinnerReceivedAmount": 698,
      "lunchGrossProfit": 123,
      "dinnerGrossProfit": 335,
      "grossProfit": 51,
      "accountBalanceAmount": 106
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 186,
    "totalPage": 710,
    "page": 27,
    "pageSize": 920
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/financer/getAccountStatisticsByDay --data '{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 45,
  "isNewMemberCount": 563,
  "isAppVisitCount": 453,
  "isNewInviterCount": 851,
  "isMobileReservationCount": 951,
  "orderBy": 358,
  "isGenOrderNullData": 177,
  "isGenAccountNullData": 301
}'

1.5. 按月统计品牌订单数据

Type: POST

Content-Type: application/json

Description: 按月统计品牌订单数据

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

startTime

string

false

开始时间

endTime

string

false

结束时间

accountId

int32

false

No comments found.

isNewMemberCount

int32

false

No comments found.

isAppVisitCount

int32

false

No comments found.

isNewInviterCount

int32

false

No comments found.

isMobileReservationCount

int32

false

No comments found.

orderBy

int32

false

No comments found.

isGenOrderNullData

int32

false

No comments found.

isGenAccountNullData

int32

false

No comments found.

Request-body:

{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 765,
  "isNewMemberCount": 492,
  "isAppVisitCount": 451,
  "isNewInviterCount": 628,
  "isMobileReservationCount": 898,
  "orderBy": 0,
  "isGenOrderNullData": 601,
  "isGenAccountNullData": 448
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─accountId

int32

No comments found.

-

└─accountName

string

No comments found.

-

└─brandName

string

No comments found.

-

└─totalOrderCount

int32

No comments found.

-

└─lunchFlag

int32

No comments found.

-

└─lunchOrderCount

int32

No comments found.

-

└─dinnerOrderCount

int32

No comments found.

-

└─orderAmount

number

No comments found.

-

└─lunchOrderAmount

number

No comments found.

-

└─dinnerOrderAmount

number

No comments found.

-

└─receivedAmount

number

No comments found.

-

└─lunchReceivedAmount

number

No comments found.

-

└─dinnerReceivedAmount

number

No comments found.

-

└─lunchGrossProfit

number

No comments found.

-

└─dinnerGrossProfit

number

No comments found.

-

└─grossProfit

number

No comments found.

-

└─accountBalanceAmount

number

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "accountId": 522,
      "accountName": "janessa.murphy",
      "brandName": "janessa.murphy",
      "totalOrderCount": 564,
      "lunchFlag": 3,
      "lunchOrderCount": 135,
      "dinnerOrderCount": 985,
      "orderAmount": 692,
      "lunchOrderAmount": 662,
      "dinnerOrderAmount": 991,
      "receivedAmount": 221,
      "lunchReceivedAmount": 502,
      "dinnerReceivedAmount": 488,
      "lunchGrossProfit": 915,
      "dinnerGrossProfit": 513,
      "grossProfit": 518,
      "accountBalanceAmount": 10
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 548,
    "totalPage": 766,
    "page": 163,
    "pageSize": 306
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/financer/getAccountStatisticsByMonth --data '{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 765,
  "isNewMemberCount": 492,
  "isAppVisitCount": 451,
  "isNewInviterCount": 628,
  "isMobileReservationCount": 898,
  "orderBy": 0,
  "isGenOrderNullData": 601,
  "isGenAccountNullData": 448
}'

1.6. 按年统计品牌订单数据

Type: POST

Content-Type: application/json

Description: 按年统计品牌订单数据

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

startTime

string

false

开始时间

endTime

string

false

结束时间

accountId

int32

false

No comments found.

isNewMemberCount

int32

false

No comments found.

isAppVisitCount

int32

false

No comments found.

isNewInviterCount

int32

false

No comments found.

isMobileReservationCount

int32

false

No comments found.

orderBy

int32

false

No comments found.

isGenOrderNullData

int32

false

No comments found.

isGenAccountNullData

int32

false

No comments found.

Request-body:

{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 386,
  "isNewMemberCount": 954,
  "isAppVisitCount": 93,
  "isNewInviterCount": 88,
  "isMobileReservationCount": 763,
  "orderBy": 535,
  "isGenOrderNullData": 463,
  "isGenAccountNullData": 35
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─accountId

int32

No comments found.

-

└─accountName

string

No comments found.

-

└─brandName

string

No comments found.

-

└─totalOrderCount

int32

No comments found.

-

└─lunchFlag

int32

No comments found.

-

└─lunchOrderCount

int32

No comments found.

-

└─dinnerOrderCount

int32

No comments found.

-

└─orderAmount

number

No comments found.

-

└─lunchOrderAmount

number

No comments found.

-

└─dinnerOrderAmount

number

No comments found.

-

└─receivedAmount

number

No comments found.

-

└─lunchReceivedAmount

number

No comments found.

-

└─dinnerReceivedAmount

number

No comments found.

-

└─lunchGrossProfit

number

No comments found.

-

└─dinnerGrossProfit

number

No comments found.

-

└─grossProfit

number

No comments found.

-

└─accountBalanceAmount

number

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "accountId": 320,
      "accountName": "janessa.murphy",
      "brandName": "janessa.murphy",
      "totalOrderCount": 693,
      "lunchFlag": 3,
      "lunchOrderCount": 388,
      "dinnerOrderCount": 847,
      "orderAmount": 0,
      "lunchOrderAmount": 972,
      "dinnerOrderAmount": 831,
      "receivedAmount": 560,
      "lunchReceivedAmount": 811,
      "dinnerReceivedAmount": 3,
      "lunchGrossProfit": 472,
      "dinnerGrossProfit": 393,
      "grossProfit": 177,
      "accountBalanceAmount": 799
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 446,
    "totalPage": 319,
    "page": 546,
    "pageSize": 81
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/financer/getAccountStatisticsByYear --data '{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 386,
  "isNewMemberCount": 954,
  "isAppVisitCount": 93,
  "isNewInviterCount": 88,
  "isMobileReservationCount": 763,
  "orderBy": 535,
  "isGenOrderNullData": 463,
  "isGenAccountNullData": 35
}'

1.7. 按天统计店铺订单数据

Type: POST

Content-Type: application/json

Description: 按天统计店铺订单数据

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

startTime

string

false

开始时间

endTime

string

false

结束时间

accountId

int32

false

No comments found.

isNewMemberCount

int32

false

No comments found.

isAppVisitCount

int32

false

No comments found.

isNewInviterCount

int32

false

No comments found.

isMobileReservationCount

int32

false

No comments found.

orderBy

int32

false

No comments found.

isGenOrderNullData

int32

false

No comments found.

isGenAccountNullData

int32

false

No comments found.

Request-body:

{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 88,
  "isNewMemberCount": 521,
  "isAppVisitCount": 581,
  "isNewInviterCount": 440,
  "isMobileReservationCount": 370,
  "orderBy": 605,
  "isGenOrderNullData": 861,
  "isGenAccountNullData": 36
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─shopId

int32

No comments found.

-

└─shopName

string

No comments found.

-

└─totalOrderCount

int32

No comments found.

-

└─lunchFlag

int32

No comments found.

-

└─lunchOrderCount

int32

No comments found.

-

└─dinnerOrderCount

int32

No comments found.

-

└─receivedAmount

number

No comments found.

-

└─lunchReceivedAmount

number

No comments found.

-

└─dinnerReceivedAmount

number

No comments found.

-

└─lunchGrossProfit

number

No comments found.

-

└─dinnerGrossProfit

number

No comments found.

-

└─grossProfit

number

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "shopId": 433,
      "shopName": "janessa.murphy",
      "totalOrderCount": 775,
      "lunchFlag": 3,
      "lunchOrderCount": 671,
      "dinnerOrderCount": 937,
      "receivedAmount": 417,
      "lunchReceivedAmount": 570,
      "dinnerReceivedAmount": 278,
      "lunchGrossProfit": 334,
      "dinnerGrossProfit": 618,
      "grossProfit": 133
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 375,
    "totalPage": 450,
    "page": 880,
    "pageSize": 748
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/financer/getShopStatisticsByDay --data '{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 88,
  "isNewMemberCount": 521,
  "isAppVisitCount": 581,
  "isNewInviterCount": 440,
  "isMobileReservationCount": 370,
  "orderBy": 605,
  "isGenOrderNullData": 861,
  "isGenAccountNullData": 36
}'

1.8. 按月统计店铺订单数据

Type: POST

Content-Type: application/json

Description: 按月统计店铺订单数据

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

startTime

string

false

开始时间

endTime

string

false

结束时间

accountId

int32

false

No comments found.

isNewMemberCount

int32

false

No comments found.

isAppVisitCount

int32

false

No comments found.

isNewInviterCount

int32

false

No comments found.

isMobileReservationCount

int32

false

No comments found.

orderBy

int32

false

No comments found.

isGenOrderNullData

int32

false

No comments found.

isGenAccountNullData

int32

false

No comments found.

Request-body:

{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 915,
  "isNewMemberCount": 345,
  "isAppVisitCount": 106,
  "isNewInviterCount": 619,
  "isMobileReservationCount": 671,
  "orderBy": 32,
  "isGenOrderNullData": 977,
  "isGenAccountNullData": 14
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─shopId

int32

No comments found.

-

└─shopName

string

No comments found.

-

└─totalOrderCount

int32

No comments found.

-

└─lunchFlag

int32

No comments found.

-

└─lunchOrderCount

int32

No comments found.

-

└─dinnerOrderCount

int32

No comments found.

-

└─receivedAmount

number

No comments found.

-

└─lunchReceivedAmount

number

No comments found.

-

└─dinnerReceivedAmount

number

No comments found.

-

└─lunchGrossProfit

number

No comments found.

-

└─dinnerGrossProfit

number

No comments found.

-

└─grossProfit

number

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "shopId": 453,
      "shopName": "janessa.murphy",
      "totalOrderCount": 204,
      "lunchFlag": 3,
      "lunchOrderCount": 975,
      "dinnerOrderCount": 74,
      "receivedAmount": 347,
      "lunchReceivedAmount": 685,
      "dinnerReceivedAmount": 752,
      "lunchGrossProfit": 690,
      "dinnerGrossProfit": 465,
      "grossProfit": 571
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 329,
    "totalPage": 293,
    "page": 767,
    "pageSize": 861
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/financer/getShopStatisticsByMonth --data '{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 915,
  "isNewMemberCount": 345,
  "isAppVisitCount": 106,
  "isNewInviterCount": 619,
  "isMobileReservationCount": 671,
  "orderBy": 32,
  "isGenOrderNullData": 977,
  "isGenAccountNullData": 14
}'

1.9. 按年统计店铺订单数据

Type: POST

Content-Type: application/json

Description: 按年统计店铺订单数据

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

startTime

string

false

开始时间

endTime

string

false

结束时间

accountId

int32

false

No comments found.

isNewMemberCount

int32

false

No comments found.

isAppVisitCount

int32

false

No comments found.

isNewInviterCount

int32

false

No comments found.

isMobileReservationCount

int32

false

No comments found.

orderBy

int32

false

No comments found.

isGenOrderNullData

int32

false

No comments found.

isGenAccountNullData

int32

false

No comments found.

Request-body:

{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 684,
  "isNewMemberCount": 927,
  "isAppVisitCount": 874,
  "isNewInviterCount": 366,
  "isMobileReservationCount": 320,
  "orderBy": 757,
  "isGenOrderNullData": 18,
  "isGenAccountNullData": 939
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─shopId

int32

No comments found.

-

└─shopName

string

No comments found.

-

└─totalOrderCount

int32

No comments found.

-

└─lunchFlag

int32

No comments found.

-

└─lunchOrderCount

int32

No comments found.

-

└─dinnerOrderCount

int32

No comments found.

-

└─receivedAmount

number

No comments found.

-

└─lunchReceivedAmount

number

No comments found.

-

└─dinnerReceivedAmount

number

No comments found.

-

└─lunchGrossProfit

number

No comments found.

-

└─dinnerGrossProfit

number

No comments found.

-

└─grossProfit

number

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "shopId": 875,
      "shopName": "janessa.murphy",
      "totalOrderCount": 76,
      "lunchFlag": 3,
      "lunchOrderCount": 313,
      "dinnerOrderCount": 570,
      "receivedAmount": 709,
      "lunchReceivedAmount": 887,
      "dinnerReceivedAmount": 111,
      "lunchGrossProfit": 534,
      "dinnerGrossProfit": 394,
      "grossProfit": 698
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 893,
    "totalPage": 605,
    "page": 679,
    "pageSize": 63
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/financer/getShopStatisticsByYear --data '{
  "startTime": "2025-11-15 12:54:47",
  "endTime": "2025-11-15 12:54:47",
  "accountId": 684,
  "isNewMemberCount": 927,
  "isAppVisitCount": 874,
  "isNewInviterCount": 366,
  "isMobileReservationCount": 320,
  "orderBy": 757,
  "isGenOrderNullData": 18,
  "isGenAccountNullData": 939
}'

1.10. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

└─accountCount

int64

No comments found.

-

└─shopCount

int64

No comments found.

-

└─innerUserCount

int64

No comments found.

-

└─memberUserCount

int64

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {
    "accountCount": 217,
    "shopCount": 26,
    "innerUserCount": 904,
    "memberUserCount": 61
  },
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 963,
    "totalPage": 765,
    "page": 987,
    "pageSize": 901
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/financer/getSysInfo

2. 功能权限管理

2.1. 查询权限信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询权限信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 150,
    "totalPage": 503,
    "page": 661,
    "pageSize": 848
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/permission/info?id=347 --data '&347'

2.2. 查询权限下拉列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询权限下拉列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 228,
    "totalPage": 148,
    "page": 383,
    "pageSize": 869
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/permission/getSelectList

2.3. 查询权限列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询权限列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 908,
    "totalPage": 440,
    "page": 911,
    "pageSize": 512
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/permission/list?status=-1&startTime=0&endTime=0&page=1&pageSize=10&keyword= --data '&""&-1&0&0&1&10'

2.4. 创建权限信息

Type: POST

Content-Type: application/json

Description: 创建权限信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

desc

string

false

No comments found.

route

string

false

No comments found.

parentId

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

createTime

string

false

No comments found.

children

array

false

No comments found.

Request-body:

{
  "id": 10,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "desc": "nctbvv",
  "route": "ibgegg",
  "parentId": 546,
  "sysInternalId": 241,
  "createAt": 213,
  "updateAt": 990,
  "createTime": "2025-11-15 12:54:47",
  "children": [
    {
      "$ref": ".."
    }
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 469,
    "totalPage": 592,
    "page": 796,
    "pageSize": 549
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/permission/create --data '{
  "id": 10,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "desc": "nctbvv",
  "route": "ibgegg",
  "parentId": 546,
  "sysInternalId": 241,
  "createAt": 213,
  "updateAt": 990,
  "createTime": "2025-11-15 12:54:47",
  "children": [
    {
      "$ref": ".."
    }
  ]
}'

2.5. 修改权限信息

Type: POST

Content-Type: application/json

Description: 修改权限信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

desc

string

false

No comments found.

route

string

false

No comments found.

parentId

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

createTime

string

false

No comments found.

children

array

false

No comments found.

Request-body:

{
  "id": 926,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "desc": "4rqtjf",
  "route": "uw20kj",
  "parentId": 882,
  "sysInternalId": 307,
  "createAt": 609,
  "updateAt": 495,
  "createTime": "2025-11-15 12:54:47",
  "children": [
    {
      "$ref": ".."
    }
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 601,
    "totalPage": 531,
    "page": 805,
    "pageSize": 279
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/permission/update --data '{
  "id": 926,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "desc": "4rqtjf",
  "route": "uw20kj",
  "parentId": 882,
  "sysInternalId": 307,
  "createAt": 609,
  "updateAt": 495,
  "createTime": "2025-11-15 12:54:47",
  "children": [
    {
      "$ref": ".."
    }
  ]
}'

2.6. 删除权限信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除权限信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 134,
    "totalPage": 867,
    "page": 915,
    "pageSize": 304
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/permission/delete?id=592 --data '&592'

3. 角色关联权限管理

3.1. 查询角色关联权限信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询角色关联权限信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 190,
    "totalPage": 937,
    "page": 700,
    "pageSize": 82
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/rolePermission/info?id=449 --data '&449'

3.2. 查询角色关联权限列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询角色关联权限列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 11,
    "totalPage": 664,
    "page": 536,
    "pageSize": 519
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/rolePermission/list?status=-1&startTime=0&endTime=0&page=1&pageSize=10&keyword= --data '&""&-1&0&0&1&10'

3.3. 创建角色关联权限信息

Type: POST

Content-Type: application/json

Description: 创建角色关联权限信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

roleId

int32

false

No comments found.

sysPlatformId

int32

false

No comments found.

sysPermissionId

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

[
  {
    "id": 290,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "roleId": 928,
    "sysPlatformId": 921,
    "sysPermissionId": 695,
    "sysInternalId": 363,
    "createAt": 726,
    "updateAt": 973
  }
]

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 542,
    "totalPage": 483,
    "page": 215,
    "pageSize": 159
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/rolePermission/create --data '[
  {
    "id": 290,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "roleId": 928,
    "sysPlatformId": 921,
    "sysPermissionId": 695,
    "sysInternalId": 363,
    "createAt": 726,
    "updateAt": 973
  }
]'

3.4. 修改角色关联权限信息

Type: POST

Content-Type: application/json

Description: 修改角色关联权限信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

roleId

int32

false

No comments found.

sysPlatformId

int32

false

No comments found.

sysPermissionId

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

[
  {
    "id": 636,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "roleId": 834,
    "sysPlatformId": 838,
    "sysPermissionId": 718,
    "sysInternalId": 384,
    "createAt": 666,
    "updateAt": 733
  }
]

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 538,
    "totalPage": 355,
    "page": 561,
    "pageSize": 432
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/rolePermission/update --data '[
  {
    "id": 636,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "roleId": 834,
    "sysPlatformId": 838,
    "sysPermissionId": 718,
    "sysInternalId": 384,
    "createAt": 666,
    "updateAt": 733
  }
]'

3.5. 删除角色关联权限信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除角色关联权限信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 130,
    "totalPage": 839,
    "page": 543,
    "pageSize": 860
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/rolePermission/delete?id=309 --data '&309'

4. 内部用户管理

4.1. 查询单个内部用户

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个内部用户

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 992,
    "totalPage": 147,
    "page": 320,
    "pageSize": 582
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/getInternalUser

4.2. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 437,
    "totalPage": 572,
    "page": 600,
    "pageSize": 696
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/getShopUser

4.3. 根据id查询内部用户信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 根据id查询内部用户信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 700,
    "totalPage": 402,
    "page": 547,
    "pageSize": 405
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/getInternalUserById/888

4.4. 查询内部用户列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询内部用户列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

shopId

int32

false

No comments found.

sysRoleId

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

mobile

string

false

No comments found.

name

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

isCheck

int32

false

No comments found.

isSupplement

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 357,
    "totalPage": 503,
    "page": 765,
    "pageSize": 954
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/list?status=-1&shopId=476&sysRoleId=0&startTime=0&endTime=0&sysPlatformId=942&isCheck=771&isSupplement=68&page=1&pageSize=10&keyword=&mobile=&name= --data '&""&-1&476&0&0&0&""&""&942&771&68&1&10'

4.5. 创建内部用户信息

Type: POST

Content-Type: application/json

Description: 创建内部用户信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

status

int32

false

No comments found.

passwordHash

string

false

No comments found.

type

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

sysRoleId

int32

false

No comments found.

accountId

int32

false

No comments found.

shopId

int32

false

No comments found.

isShopAdmin

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

isCheck

int32

false

No comments found.

isSupplement

int32

false

No comments found.

checkTime

string

false

No comments found.

checkUserId

int32

false

No comments found.

supplementTime

string

false

No comments found.

supplementUserId

int32

false

No comments found.

shopList

string

false

No comments found.

createTime

string

false

No comments found.

shopName

string

false

No comments found.

roleName

string

false

No comments found.

Request-body:

{
  "id": 915,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "sysPlatformId": 444,
  "status": 177,
  "passwordHash": "pk07dl",
  "type": 202,
  "sysInternalId": 388,
  "lastLoginAt": 160,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "iytxz5",
  "sysRoleId": 348,
  "accountId": 216,
  "shopId": 472,
  "isShopAdmin": 961,
  "createAt": 125,
  "updateAt": 351,
  "isCheck": 785,
  "isSupplement": 134,
  "checkTime": "2025-11-15 12:54:49",
  "checkUserId": 607,
  "supplementTime": "2025-11-15 12:54:49",
  "supplementUserId": 457,
  "shopList": "56voey",
  "createTime": "2025-11-15 12:54:47",
  "shopName": "janessa.murphy",
  "roleName": "janessa.murphy"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 994,
    "totalPage": 589,
    "page": 129,
    "pageSize": 475
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/create --data '{
  "id": 915,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "sysPlatformId": 444,
  "status": 177,
  "passwordHash": "pk07dl",
  "type": 202,
  "sysInternalId": 388,
  "lastLoginAt": 160,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "iytxz5",
  "sysRoleId": 348,
  "accountId": 216,
  "shopId": 472,
  "isShopAdmin": 961,
  "createAt": 125,
  "updateAt": 351,
  "isCheck": 785,
  "isSupplement": 134,
  "checkTime": "2025-11-15 12:54:49",
  "checkUserId": 607,
  "supplementTime": "2025-11-15 12:54:49",
  "supplementUserId": 457,
  "shopList": "56voey",
  "createTime": "2025-11-15 12:54:47",
  "shopName": "janessa.murphy",
  "roleName": "janessa.murphy"
}'

4.6. 修改内部用户信息

Type: POST

Content-Type: application/json

Description: 修改内部用户信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

status

int32

false

No comments found.

passwordHash

string

false

No comments found.

type

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

sysRoleId

int32

false

No comments found.

accountId

int32

false

No comments found.

shopId

int32

false

No comments found.

isShopAdmin

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

isCheck

int32

false

No comments found.

isSupplement

int32

false

No comments found.

checkTime

string

false

No comments found.

checkUserId

int32

false

No comments found.

supplementTime

string

false

No comments found.

supplementUserId

int32

false

No comments found.

shopList

string

false

No comments found.

createTime

string

false

No comments found.

shopName

string

false

No comments found.

roleName

string

false

No comments found.

Request-body:

{
  "id": 175,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "sysPlatformId": 658,
  "status": 537,
  "passwordHash": "ngq2do",
  "type": 563,
  "sysInternalId": 185,
  "lastLoginAt": 633,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "4h9cwh",
  "sysRoleId": 458,
  "accountId": 780,
  "shopId": 766,
  "isShopAdmin": 89,
  "createAt": 465,
  "updateAt": 443,
  "isCheck": 734,
  "isSupplement": 993,
  "checkTime": "2025-11-15 12:54:49",
  "checkUserId": 19,
  "supplementTime": "2025-11-15 12:54:49",
  "supplementUserId": 511,
  "shopList": "pmb2kz",
  "createTime": "2025-11-15 12:54:47",
  "shopName": "janessa.murphy",
  "roleName": "janessa.murphy"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 122,
    "totalPage": 246,
    "page": 318,
    "pageSize": 138
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/update --data '{
  "id": 175,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "sysPlatformId": 658,
  "status": 537,
  "passwordHash": "ngq2do",
  "type": 563,
  "sysInternalId": 185,
  "lastLoginAt": 633,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "4h9cwh",
  "sysRoleId": 458,
  "accountId": 780,
  "shopId": 766,
  "isShopAdmin": 89,
  "createAt": 465,
  "updateAt": 443,
  "isCheck": 734,
  "isSupplement": 993,
  "checkTime": "2025-11-15 12:54:49",
  "checkUserId": 19,
  "supplementTime": "2025-11-15 12:54:49",
  "supplementUserId": 511,
  "shopList": "pmb2kz",
  "createTime": "2025-11-15 12:54:47",
  "shopName": "janessa.murphy",
  "roleName": "janessa.murphy"
}'

4.7. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

status

int32

false

No comments found.

passwordHash

string

false

No comments found.

type

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

sysRoleId

int32

false

No comments found.

accountId

int32

false

No comments found.

shopId

int32

false

No comments found.

isShopAdmin

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

isCheck

int32

false

No comments found.

isSupplement

int32

false

No comments found.

checkTime

string

false

No comments found.

checkUserId

int32

false

No comments found.

supplementTime

string

false

No comments found.

supplementUserId

int32

false

No comments found.

shopList

string

false

No comments found.

Request-body:

{
  "id": 981,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "sysPlatformId": 673,
  "status": 224,
  "passwordHash": "hgamdj",
  "type": 45,
  "sysInternalId": 620,
  "lastLoginAt": 779,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "liqmht",
  "sysRoleId": 343,
  "accountId": 292,
  "shopId": 902,
  "isShopAdmin": 796,
  "createAt": 542,
  "updateAt": 361,
  "isCheck": 428,
  "isSupplement": 471,
  "checkTime": "2025-11-15 12:54:49",
  "checkUserId": 14,
  "supplementTime": "2025-11-15 12:54:49",
  "supplementUserId": 562,
  "shopList": "jthxpl"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 110,
    "totalPage": 708,
    "page": 733,
    "pageSize": 734
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/verify --data '{
  "id": 981,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "sysPlatformId": 673,
  "status": 224,
  "passwordHash": "hgamdj",
  "type": 45,
  "sysInternalId": 620,
  "lastLoginAt": 779,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "liqmht",
  "sysRoleId": 343,
  "accountId": 292,
  "shopId": 902,
  "isShopAdmin": 796,
  "createAt": 542,
  "updateAt": 361,
  "isCheck": 428,
  "isSupplement": 471,
  "checkTime": "2025-11-15 12:54:49",
  "checkUserId": 14,
  "supplementTime": "2025-11-15 12:54:49",
  "supplementUserId": 562,
  "shopList": "jthxpl"
}'

4.8. 删除内部用户信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除内部用户信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 288,
    "totalPage": 95,
    "page": 418,
    "pageSize": 37
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/delete?id=239 --data '&239'

4.9. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 529,
    "totalPage": 800,
    "page": 920,
    "pageSize": 826
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/logout

4.10. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

内部用户编码

uuid

string

false

唯一数据标识

name

string

false

用户名称

mobile

string

false

手机号

sysPlatformId

int32

false

归属平台编码

status

int32

false

状态

passwordHash

string

false

密码

type

int32

false

用户类型 0 超管 1平台管理员 2平台操作员 3店铺人员

sysInternalId

int32

false

创建人

lastLoginAt

int32

false

用户最后登录时间

wxOpenId

string

false

微信唯一标识

thirdOpenId

string

false

第三方授权唯一标识

thirdOpenId2

string

false

第三方授权唯一标识2

sysRoleId

int32

false

关联角色

accountId

int32

false

主体编码

shopId

int32

false

店铺编码

isShopAdmin

int32

false

是否个体管理 0否 1是

shopList

string

false

店铺集合数组

isCheck

int32

false

No comments found.

isSupplement

int32

false

No comments found.

checkTime

string

false

No comments found.

checkUserId

int32

false

No comments found.

supplementTime

string

false

No comments found.

supplementUserId

int32

false

No comments found.

createAt

int32

false

创建时间

updateAt

int32

false

修改时间

Request-body:

{
  "id": 266,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "sysPlatformId": 208,
  "status": 437,
  "passwordHash": "jfgacw",
  "type": 18,
  "sysInternalId": 861,
  "lastLoginAt": 756,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "spwjve",
  "sysRoleId": 167,
  "accountId": 829,
  "shopId": 375,
  "isShopAdmin": 462,
  "shopList": "52auze",
  "isCheck": 13,
  "isSupplement": 704,
  "checkTime": "2025-11-15 12:54:49",
  "checkUserId": 376,
  "supplementTime": "2025-11-15 12:54:49",
  "supplementUserId": 93,
  "createAt": 451,
  "updateAt": 70
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 918,
    "totalPage": 132,
    "page": 973,
    "pageSize": 291
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/supplementInnerUser --data '{
  "id": 266,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "sysPlatformId": 208,
  "status": 437,
  "passwordHash": "jfgacw",
  "type": 18,
  "sysInternalId": 861,
  "lastLoginAt": 756,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "spwjve",
  "sysRoleId": 167,
  "accountId": 829,
  "shopId": 375,
  "isShopAdmin": 462,
  "shopList": "52auze",
  "isCheck": 13,
  "isSupplement": 704,
  "checkTime": "2025-11-15 12:54:49",
  "checkUserId": 376,
  "supplementTime": "2025-11-15 12:54:49",
  "supplementUserId": 93,
  "createAt": 451,
  "updateAt": 70
}'

5. 内部用户角色管理

5.1. 查询用户角色信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询用户角色信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 80,
    "totalPage": 233,
    "page": 338,
    "pageSize": 361
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/userRoles/info?id=521 --data '&521'

5.2. 查询用户角色下拉列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询用户角色下拉列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 683,
    "totalPage": 92,
    "page": 843,
    "pageSize": 481
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/userRoles/getSelectList

5.3. 查询用户角色列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询用户角色列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

type

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 987,
    "totalPage": 585,
    "page": 277,
    "pageSize": 624
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/userRoles/list?status=-1&type=587&startTime=0&endTime=0&page=1&pageSize=10&keyword= --data '&""&-1&587&0&0&1&10'

5.4. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 414,
    "totalPage": 76,
    "page": 65,
    "pageSize": 464
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/userRoles/roleIdentifierList

5.5. 创建用户角色

Type: POST

Content-Type: application/json

Description: 创建用户角色

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

desc

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

status

int32

false

No comments found.

type

int32

false

No comments found.

shopId

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

roleIdentifier

string

false

No comments found.

isSysInner

int32

false

No comments found.

createTime

string

false

No comments found.

model

object

false

No comments found.

└─id

int32

false

No comments found.

└─roleId

int32

false

No comments found.

└─menuId

int32

false

No comments found.

└─isParent

int32

false

No comments found.

└─sysPlatformId

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─childrenList

array

false

No comments found.

└─parentList

array

false

No comments found.

shopName

string

false

No comments found.

childrenList

array

false

No comments found.

parentList

array

false

No comments found.

Request-body:

{
  "id": 130,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "desc": "tej03h",
  "sysPlatformId": 406,
  "status": 222,
  "type": 542,
  "shopId": 482,
  "sysInternalId": 308,
  "createAt": 57,
  "updateAt": 213,
  "roleIdentifier": "trs95k",
  "isSysInner": 502,
  "createTime": "2025-11-15 12:54:47",
  "model": {
    "id": 69,
    "roleId": 844,
    "menuId": 945,
    "isParent": 710,
    "sysPlatformId": 375,
    "createAt": 930,
    "updateAt": 740,
    "childrenList": [
      191
    ],
    "parentList": [
      91
    ]
  },
  "shopName": "janessa.murphy",
  "childrenList": [
    834
  ],
  "parentList": [
    347
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 671,
    "totalPage": 777,
    "page": 945,
    "pageSize": 466
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/userRoles/create --data '{
  "id": 130,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "desc": "tej03h",
  "sysPlatformId": 406,
  "status": 222,
  "type": 542,
  "shopId": 482,
  "sysInternalId": 308,
  "createAt": 57,
  "updateAt": 213,
  "roleIdentifier": "trs95k",
  "isSysInner": 502,
  "createTime": "2025-11-15 12:54:47",
  "model": {
    "id": 69,
    "roleId": 844,
    "menuId": 945,
    "isParent": 710,
    "sysPlatformId": 375,
    "createAt": 930,
    "updateAt": 740,
    "childrenList": [
      191
    ],
    "parentList": [
      91
    ]
  },
  "shopName": "janessa.murphy",
  "childrenList": [
    834
  ],
  "parentList": [
    347
  ]
}'

5.6. 修改用户角色

Type: POST

Content-Type: application/json

Description: 修改用户角色

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

desc

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

status

int32

false

No comments found.

type

int32

false

No comments found.

shopId

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

roleIdentifier

string

false

No comments found.

isSysInner

int32

false

No comments found.

createTime

string

false

No comments found.

model

object

false

No comments found.

└─id

int32

false

No comments found.

└─roleId

int32

false

No comments found.

└─menuId

int32

false

No comments found.

└─isParent

int32

false

No comments found.

└─sysPlatformId

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─childrenList

array

false

No comments found.

└─parentList

array

false

No comments found.

shopName

string

false

No comments found.

childrenList

array

false

No comments found.

parentList

array

false

No comments found.

Request-body:

{
  "id": 292,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "desc": "3flirg",
  "sysPlatformId": 949,
  "status": 11,
  "type": 147,
  "shopId": 54,
  "sysInternalId": 88,
  "createAt": 51,
  "updateAt": 945,
  "roleIdentifier": "dkeaei",
  "isSysInner": 35,
  "createTime": "2025-11-15 12:54:47",
  "model": {
    "id": 373,
    "roleId": 7,
    "menuId": 481,
    "isParent": 276,
    "sysPlatformId": 544,
    "createAt": 334,
    "updateAt": 682,
    "childrenList": [
      359
    ],
    "parentList": [
      909
    ]
  },
  "shopName": "janessa.murphy",
  "childrenList": [
    987
  ],
  "parentList": [
    37
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 216,
    "totalPage": 252,
    "page": 433,
    "pageSize": 417
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/userRoles/update --data '{
  "id": 292,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "desc": "3flirg",
  "sysPlatformId": 949,
  "status": 11,
  "type": 147,
  "shopId": 54,
  "sysInternalId": 88,
  "createAt": 51,
  "updateAt": 945,
  "roleIdentifier": "dkeaei",
  "isSysInner": 35,
  "createTime": "2025-11-15 12:54:47",
  "model": {
    "id": 373,
    "roleId": 7,
    "menuId": 481,
    "isParent": 276,
    "sysPlatformId": 544,
    "createAt": 334,
    "updateAt": 682,
    "childrenList": [
      359
    ],
    "parentList": [
      909
    ]
  },
  "shopName": "janessa.murphy",
  "childrenList": [
    987
  ],
  "parentList": [
    37
  ]
}'

5.7. 删除用户角色

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除用户角色

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 629,
    "totalPage": 585,
    "page": 436,
    "pageSize": 304
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/userRoles/delete?id=467 --data '&467'

6. 内部平台管理

6.1. 查询平台信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询平台信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 18,
    "totalPage": 430,
    "page": 446,
    "pageSize": 417
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/platform/info?id=7 --data '&7'

6.2. 查询平台信息列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询平台信息列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 97,
    "totalPage": 739,
    "page": 462,
    "pageSize": 219
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/platform/list?status=-1&startTime=0&endTime=0&page=1&pageSize=10&keyword= --data '&""&-1&0&0&1&10'

6.3. 创建平台信息信息

Type: POST

Content-Type: application/json

Description: 创建平台信息信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

expirationDate

int32

false

No comments found.

secret

string

false

No comments found.

status

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 565,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "expirationDate": 740,
  "secret": "ydaiyi",
  "status": 350,
  "sysInternalId": 307,
  "createAt": 581,
  "updateAt": 193,
  "createTime": "2025-11-15 12:54:47"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 453,
    "totalPage": 799,
    "page": 472,
    "pageSize": 265
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/platform/create --data '{
  "id": 565,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "expirationDate": 740,
  "secret": "ydaiyi",
  "status": 350,
  "sysInternalId": 307,
  "createAt": 581,
  "updateAt": 193,
  "createTime": "2025-11-15 12:54:47"
}'

6.4. 修改平台信息

Type: POST

Content-Type: application/json

Description: 修改平台信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

expirationDate

int32

false

No comments found.

secret

string

false

No comments found.

status

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 105,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "expirationDate": 900,
  "secret": "ox3f1f",
  "status": 750,
  "sysInternalId": 959,
  "createAt": 254,
  "updateAt": 544,
  "createTime": "2025-11-15 12:54:47"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 87,
    "totalPage": 588,
    "page": 300,
    "pageSize": 486
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/platform/update --data '{
  "id": 105,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "expirationDate": 900,
  "secret": "ox3f1f",
  "status": 750,
  "sysInternalId": 959,
  "createAt": 254,
  "updateAt": 544,
  "createTime": "2025-11-15 12:54:47"
}'

6.5. 删除平台信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除平台信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 68,
    "totalPage": 527,
    "page": 453,
    "pageSize": 799
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/platform/delete?id=218 --data '&218'

7. 账户余额统计接口

7.1. 按天统计账户余额

Type: POST

Author: enc

Content-Type: application/json

Description: 按天统计账户余额

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

startDate

string

false

开始日期(格式:yyyy-MM-dd)

endDate

string

false

结束日期(格式:yyyy-MM-dd)

accountId

int32

false

账户ID(品牌ID,可选,为null时查询所有账户)

Request-body:

{
  "startDate": "2025-11-15",
  "endDate": "2025-11-15",
  "accountId": 643
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─accountId

int32

No comments found.

-

└─accountName

string

No comments found.

-

└─brandName

string

No comments found.

-

└─snapshotDate

string

No comments found.

-

└─amount

number

No comments found.

-

└─lunchAmount

number

No comments found.

-

└─totalAmount

number

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "accountId": 226,
      "accountName": "janessa.murphy",
      "brandName": "janessa.murphy",
      "snapshotDate": "2025-11-15",
      "amount": 933,
      "lunchAmount": 56,
      "totalAmount": 893
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 93,
    "totalPage": 188,
    "page": 383,
    "pageSize": 274
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/accountBalance/getStatisticsByDay --data '{
  "startDate": "2025-11-15",
  "endDate": "2025-11-15",
  "accountId": 643
}'

7.2. 按月统计账户余额

Type: POST

Author: enc

Content-Type: application/json

Description: 按月统计账户余额

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

startDate

string

false

开始日期(格式:yyyy-MM-dd)

endDate

string

false

结束日期(格式:yyyy-MM-dd)

accountId

int32

false

账户ID(品牌ID,可选,为null时查询所有账户)

Request-body:

{
  "startDate": "2025-11-15",
  "endDate": "2025-11-15",
  "accountId": 974
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─accountId

int32

No comments found.

-

└─accountName

string

No comments found.

-

└─brandName

string

No comments found.

-

└─snapshotDate

string

No comments found.

-

└─amount

number

No comments found.

-

└─lunchAmount

number

No comments found.

-

└─totalAmount

number

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "accountId": 163,
      "accountName": "janessa.murphy",
      "brandName": "janessa.murphy",
      "snapshotDate": "2025-11-15",
      "amount": 28,
      "lunchAmount": 437,
      "totalAmount": 723
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 849,
    "totalPage": 531,
    "page": 653,
    "pageSize": 732
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/accountBalance/getStatisticsByMonth --data '{
  "startDate": "2025-11-15",
  "endDate": "2025-11-15",
  "accountId": 974
}'

7.3. 按年统计账户余额

Type: POST

Author: enc

Content-Type: application/json

Description: 按年统计账户余额

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

startDate

string

false

开始日期(格式:yyyy-MM-dd)

endDate

string

false

结束日期(格式:yyyy-MM-dd)

accountId

int32

false

账户ID(品牌ID,可选,为null时查询所有账户)

Request-body:

{
  "startDate": "2025-11-15",
  "endDate": "2025-11-15",
  "accountId": 871
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─accountId

int32

No comments found.

-

└─accountName

string

No comments found.

-

└─brandName

string

No comments found.

-

└─snapshotDate

string

No comments found.

-

└─amount

number

No comments found.

-

└─lunchAmount

number

No comments found.

-

└─totalAmount

number

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "accountId": 139,
      "accountName": "janessa.murphy",
      "brandName": "janessa.murphy",
      "snapshotDate": "2025-11-15",
      "amount": 64,
      "lunchAmount": 277,
      "totalAmount": 520
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 282,
    "totalPage": 111,
    "page": 662,
    "pageSize": 122
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/accountBalance/getStatisticsByYear --data '{
  "startDate": "2025-11-15",
  "endDate": "2025-11-15",
  "accountId": 871
}'

7.4. 修复历史数据:补全指定日期范围内的账户余额快照

Type: POST

Author: enc

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 修复历史数据:补全指定日期范围内的账户余额快照

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

startDate

string

true

No comments found.

endDate

string

true

No comments found.

accountId

int32

false

No comments found.

Request-body:

&2025-11-15&2025-11-15&972

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

int32

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": 316,
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 185,
    "totalPage": 393,
    "page": 152,
    "pageSize": 928
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/accountBalance/repairHistoryData --data 'startDate=2025-11-15&endDate=2025-11-15&accountId=972'

7.5. 修复订单支付流水的总余额字段(before_amount 和 after_amount)

Type: POST

Author: enc

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 修复订单支付流水的总余额字段(before_amount 和 after_amount)

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

startDate

string

false

No comments found.

endDate

string

false

No comments found.

accountId

int32

false

No comments found.

Request-body:

&2025-11-15&2025-11-15&462

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

int32

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": 362,
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 164,
    "totalPage": 280,
    "page": 933,
    "pageSize": 293
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/accountBalance/repairOrderPayFlowBalance --data 'startDate=2025-11-15&endDate=2025-11-15&accountId=462'

8. 账户管理

8.1. 查询单个账户

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个账户

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 792,
    "totalPage": 233,
    "page": 474,
    "pageSize": 11
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/getAccount/345

8.2. 查询账户列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询账户列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

businessLicenseCode

string

false

No comments found.

name

string

false

No comments found.

status

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 925,
    "totalPage": 186,
    "page": 280,
    "pageSize": 974
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/list?status=1&page=1&pageSize=10&businessLicenseCode=&name= --data '&""&""&1&1&10'

8.3. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 765,
    "totalPage": 609,
    "page": 531,
    "pageSize": 959
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/getSelectList

8.4. 创建账户信息

Type: POST

Content-Type: application/json

Description: 创建账户信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

platformId

int32

false

No comments found.

name

string

false

No comments found.

businessLicenseCode

string

false

No comments found.

legalPerson

string

false

No comments found.

phone

string

false

No comments found.

amount

number

false

No comments found.

discount

number

false

No comments found.

externalDiscounts

number

false

No comments found.

lunchFlag

int32

false

No comments found.

lunchAmount

number

false

No comments found.

lunchDiscount

number

false

No comments found.

lunchExternalDiscounts

number

false

No comments found.

lunchDescribeFlag

int32

false

No comments found.

lunchDescribe

string

false

No comments found.

inflateFlag

int32

false

No comments found.

quota

number

false

No comments found.

threshold

number

false

No comments found.

status

int32

false

No comments found.

bankCard

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

cardNumber

string

false

No comments found.

lunchCardNumber

string

false

No comments found.

shopNumber

int32

false

No comments found.

brandSlogan

string

false

No comments found.

brandLogo

string

false

No comments found.

brandName

string

false

No comments found.

signTime

string

false

No comments found.

openBank

string

false

No comments found.

openBankName

string

false

No comments found.

contractFile

string

false

No comments found.

fireFightingFile

string

false

No comments found.

legalFile

string

false

No comments found.

brandHistory

string

false

No comments found.

brandIntroduce

string

false

No comments found.

files

array

false

No comments found.

└─id

int32

false

主键

└─accountId

int32

false

账户id

└─type

int32

false

类型 1图片 2文件

└─path

string

false

文件地址

└─createAt

int32

false

创建时间

└─updateAt

int32

false

更新时间

└─createBy

int32

false

创建人

└─createTime

string

false

创建时间

└─updateBy

int32

false

更新人

└─updateTime

string

false

更新时间

Request-body:

{
  "id": 945,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "platformId": 37,
  "name": "janessa.murphy",
  "businessLicenseCode": "83942",
  "legalPerson": "ca5krp",
  "phone": "516-785-2796",
  "amount": 449,
  "discount": 979,
  "externalDiscounts": 325,
  "lunchFlag": 3,
  "lunchAmount": 247,
  "lunchDiscount": 98,
  "lunchExternalDiscounts": 163,
  "lunchDescribeFlag": 3,
  "lunchDescribe": "bgj559",
  "inflateFlag": 3,
  "quota": 271,
  "threshold": 294,
  "status": 542,
  "bankCard": "b0p2zg",
  "createAt": 602,
  "updateAt": 621,
  "cardNumber": "awxkov",
  "lunchCardNumber": "cgq5a1",
  "shopNumber": 535,
  "brandSlogan": "1p37ll",
  "brandLogo": "n1lbbk",
  "brandName": "janessa.murphy",
  "signTime": "2025-11-15 12:54:50",
  "openBank": "hcuje3",
  "openBankName": "janessa.murphy",
  "contractFile": "3l0lmr",
  "fireFightingFile": "yy7wit",
  "legalFile": "4cxwe0",
  "brandHistory": "j67gcm",
  "brandIntroduce": "jd704y",
  "files": [
    {
      "id": 666,
      "accountId": 106,
      "type": 230,
      "path": "xy3sei",
      "createAt": 676,
      "updateAt": 566,
      "createBy": 21,
      "createTime": "2025-11-15 12:54:50",
      "updateBy": 693,
      "updateTime": "2025-11-15 12:54:50"
    }
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 141,
    "totalPage": 380,
    "page": 150,
    "pageSize": 697
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/create --data '{
  "id": 945,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "platformId": 37,
  "name": "janessa.murphy",
  "businessLicenseCode": "83942",
  "legalPerson": "ca5krp",
  "phone": "516-785-2796",
  "amount": 449,
  "discount": 979,
  "externalDiscounts": 325,
  "lunchFlag": 3,
  "lunchAmount": 247,
  "lunchDiscount": 98,
  "lunchExternalDiscounts": 163,
  "lunchDescribeFlag": 3,
  "lunchDescribe": "bgj559",
  "inflateFlag": 3,
  "quota": 271,
  "threshold": 294,
  "status": 542,
  "bankCard": "b0p2zg",
  "createAt": 602,
  "updateAt": 621,
  "cardNumber": "awxkov",
  "lunchCardNumber": "cgq5a1",
  "shopNumber": 535,
  "brandSlogan": "1p37ll",
  "brandLogo": "n1lbbk",
  "brandName": "janessa.murphy",
  "signTime": "2025-11-15 12:54:50",
  "openBank": "hcuje3",
  "openBankName": "janessa.murphy",
  "contractFile": "3l0lmr",
  "fireFightingFile": "yy7wit",
  "legalFile": "4cxwe0",
  "brandHistory": "j67gcm",
  "brandIntroduce": "jd704y",
  "files": [
    {
      "id": 666,
      "accountId": 106,
      "type": 230,
      "path": "xy3sei",
      "createAt": 676,
      "updateAt": 566,
      "createBy": 21,
      "createTime": "2025-11-15 12:54:50",
      "updateBy": 693,
      "updateTime": "2025-11-15 12:54:50"
    }
  ]
}'

8.5. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

mobile

string

true

No comments found.

name

string

true

No comments found.

passwordHash

string

true

No comments found.

accountId

int32

true

No comments found.

Request-body:

&""&janessa.murphy&60xept&554

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 735,
    "totalPage": 997,
    "page": 384,
    "pageSize": 718
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/createShopAndUser --data 'name=janessa.murphy&passwordHash=60xept&accountId=554&mobile='

8.6. 修改账户信息

Type: POST

Content-Type: application/json

Description: 修改账户信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

platformId

int32

false

No comments found.

name

string

false

No comments found.

businessLicenseCode

string

false

No comments found.

legalPerson

string

false

No comments found.

phone

string

false

No comments found.

amount

number

false

No comments found.

discount

number

false

No comments found.

externalDiscounts

number

false

No comments found.

lunchFlag

int32

false

No comments found.

lunchAmount

number

false

No comments found.

lunchDiscount

number

false

No comments found.

lunchExternalDiscounts

number

false

No comments found.

lunchDescribeFlag

int32

false

No comments found.

lunchDescribe

string

false

No comments found.

inflateFlag

int32

false

No comments found.

quota

number

false

No comments found.

threshold

number

false

No comments found.

status

int32

false

No comments found.

bankCard

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

cardNumber

string

false

No comments found.

lunchCardNumber

string

false

No comments found.

shopNumber

int32

false

No comments found.

brandSlogan

string

false

No comments found.

brandLogo

string

false

No comments found.

brandName

string

false

No comments found.

signTime

string

false

No comments found.

openBank

string

false

No comments found.

openBankName

string

false

No comments found.

contractFile

string

false

No comments found.

fireFightingFile

string

false

No comments found.

legalFile

string

false

No comments found.

brandHistory

string

false

No comments found.

brandIntroduce

string

false

No comments found.

files

array

false

No comments found.

└─id

int32

false

主键

└─accountId

int32

false

账户id

└─type

int32

false

类型 1图片 2文件

└─path

string

false

文件地址

└─createAt

int32

false

创建时间

└─updateAt

int32

false

更新时间

└─createBy

int32

false

创建人

└─createTime

string

false

创建时间

└─updateBy

int32

false

更新人

└─updateTime

string

false

更新时间

Request-body:

{
  "id": 64,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "platformId": 27,
  "name": "janessa.murphy",
  "businessLicenseCode": "83942",
  "legalPerson": "enwtpc",
  "phone": "516-785-2796",
  "amount": 69,
  "discount": 308,
  "externalDiscounts": 21,
  "lunchFlag": 3,
  "lunchAmount": 244,
  "lunchDiscount": 136,
  "lunchExternalDiscounts": 916,
  "lunchDescribeFlag": 3,
  "lunchDescribe": "hoy37i",
  "inflateFlag": 3,
  "quota": 413,
  "threshold": 486,
  "status": 367,
  "bankCard": "rcxx3s",
  "createAt": 3,
  "updateAt": 909,
  "cardNumber": "r7hzy2",
  "lunchCardNumber": "l7yqx5",
  "shopNumber": 131,
  "brandSlogan": "pjc2j9",
  "brandLogo": "4fxf5o",
  "brandName": "janessa.murphy",
  "signTime": "2025-11-15 12:54:50",
  "openBank": "rawivi",
  "openBankName": "janessa.murphy",
  "contractFile": "cukize",
  "fireFightingFile": "1je3vw",
  "legalFile": "1oldo7",
  "brandHistory": "m6amy4",
  "brandIntroduce": "riubh8",
  "files": [
    {
      "id": 160,
      "accountId": 413,
      "type": 199,
      "path": "rp1s6x",
      "createAt": 390,
      "updateAt": 127,
      "createBy": 484,
      "createTime": "2025-11-15 12:54:50",
      "updateBy": 335,
      "updateTime": "2025-11-15 12:54:50"
    }
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 556,
    "totalPage": 927,
    "page": 715,
    "pageSize": 66
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/update --data '{
  "id": 64,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "platformId": 27,
  "name": "janessa.murphy",
  "businessLicenseCode": "83942",
  "legalPerson": "enwtpc",
  "phone": "516-785-2796",
  "amount": 69,
  "discount": 308,
  "externalDiscounts": 21,
  "lunchFlag": 3,
  "lunchAmount": 244,
  "lunchDiscount": 136,
  "lunchExternalDiscounts": 916,
  "lunchDescribeFlag": 3,
  "lunchDescribe": "hoy37i",
  "inflateFlag": 3,
  "quota": 413,
  "threshold": 486,
  "status": 367,
  "bankCard": "rcxx3s",
  "createAt": 3,
  "updateAt": 909,
  "cardNumber": "r7hzy2",
  "lunchCardNumber": "l7yqx5",
  "shopNumber": 131,
  "brandSlogan": "pjc2j9",
  "brandLogo": "4fxf5o",
  "brandName": "janessa.murphy",
  "signTime": "2025-11-15 12:54:50",
  "openBank": "rawivi",
  "openBankName": "janessa.murphy",
  "contractFile": "cukize",
  "fireFightingFile": "1je3vw",
  "legalFile": "1oldo7",
  "brandHistory": "m6amy4",
  "brandIntroduce": "riubh8",
  "files": [
    {
      "id": 160,
      "accountId": 413,
      "type": 199,
      "path": "rp1s6x",
      "createAt": 390,
      "updateAt": 127,
      "createBy": 484,
      "createTime": "2025-11-15 12:54:50",
      "updateBy": 335,
      "updateTime": "2025-11-15 12:54:50"
    }
  ]
}'

8.7. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

platformId

int32

false

No comments found.

name

string

false

No comments found.

businessLicenseCode

string

false

No comments found.

legalPerson

string

false

No comments found.

phone

string

false

No comments found.

amount

number

false

No comments found.

discount

number

false

No comments found.

externalDiscounts

number

false

No comments found.

lunchFlag

int32

false

No comments found.

lunchAmount

number

false

No comments found.

lunchDiscount

number

false

No comments found.

lunchExternalDiscounts

number

false

No comments found.

lunchDescribeFlag

int32

false

No comments found.

lunchDescribe

string

false

No comments found.

inflateFlag

int32

false

No comments found.

quota

number

false

No comments found.

threshold

number

false

No comments found.

status

int32

false

No comments found.

bankCard

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

cardNumber

string

false

No comments found.

lunchCardNumber

string

false

No comments found.

shopNumber

int32

false

No comments found.

brandSlogan

string

false

No comments found.

brandLogo

string

false

No comments found.

brandName

string

false

No comments found.

signTime

string

false

No comments found.

openBank

string

false

No comments found.

openBankName

string

false

No comments found.

contractFile

string

false

No comments found.

fireFightingFile

string

false

No comments found.

legalFile

string

false

No comments found.

brandHistory

string

false

No comments found.

brandIntroduce

string

false

No comments found.

Request-body:

{
  "id": 906,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "platformId": 588,
  "name": "janessa.murphy",
  "businessLicenseCode": "83942",
  "legalPerson": "w2uetl",
  "phone": "516-785-2796",
  "amount": 736,
  "discount": 993,
  "externalDiscounts": 168,
  "lunchFlag": 3,
  "lunchAmount": 266,
  "lunchDiscount": 688,
  "lunchExternalDiscounts": 640,
  "lunchDescribeFlag": 3,
  "lunchDescribe": "k3sk5t",
  "inflateFlag": 3,
  "quota": 145,
  "threshold": 337,
  "status": 602,
  "bankCard": "kfil8z",
  "createAt": 246,
  "updateAt": 159,
  "cardNumber": "1uo1bb",
  "lunchCardNumber": "8sgz8m",
  "shopNumber": 735,
  "brandSlogan": "an3vtr",
  "brandLogo": "59u2bq",
  "brandName": "janessa.murphy",
  "signTime": "2025-11-15 12:54:50",
  "openBank": "5ti4gi",
  "openBankName": "janessa.murphy",
  "contractFile": "6832nm",
  "fireFightingFile": "u0vq8m",
  "legalFile": "5l8xqi",
  "brandHistory": "nlromk",
  "brandIntroduce": "20xb0p"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 619,
    "totalPage": 277,
    "page": 924,
    "pageSize": 226
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/updateThreshold --data '{
  "id": 906,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "platformId": 588,
  "name": "janessa.murphy",
  "businessLicenseCode": "83942",
  "legalPerson": "w2uetl",
  "phone": "516-785-2796",
  "amount": 736,
  "discount": 993,
  "externalDiscounts": 168,
  "lunchFlag": 3,
  "lunchAmount": 266,
  "lunchDiscount": 688,
  "lunchExternalDiscounts": 640,
  "lunchDescribeFlag": 3,
  "lunchDescribe": "k3sk5t",
  "inflateFlag": 3,
  "quota": 145,
  "threshold": 337,
  "status": 602,
  "bankCard": "kfil8z",
  "createAt": 246,
  "updateAt": 159,
  "cardNumber": "1uo1bb",
  "lunchCardNumber": "8sgz8m",
  "shopNumber": 735,
  "brandSlogan": "an3vtr",
  "brandLogo": "59u2bq",
  "brandName": "janessa.murphy",
  "signTime": "2025-11-15 12:54:50",
  "openBank": "5ti4gi",
  "openBankName": "janessa.murphy",
  "contractFile": "6832nm",
  "fireFightingFile": "u0vq8m",
  "legalFile": "5l8xqi",
  "brandHistory": "nlromk",
  "brandIntroduce": "20xb0p"
}'

8.8. 充值账户

Type: POST

Content-Type: application/json

Description: 充值账户

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

platformId

int32

false

No comments found.

name

string

false

No comments found.

businessLicenseCode

string

false

No comments found.

legalPerson

string

false

No comments found.

phone

string

false

No comments found.

amount

number

false

No comments found.

discount

number

false

No comments found.

externalDiscounts

number

false

No comments found.

lunchFlag

int32

false

No comments found.

lunchAmount

number

false

No comments found.

lunchDiscount

number

false

No comments found.

lunchExternalDiscounts

number

false

No comments found.

lunchDescribeFlag

int32

false

No comments found.

lunchDescribe

string

false

No comments found.

inflateFlag

int32

false

No comments found.

quota

number

false

No comments found.

threshold

number

false

No comments found.

status

int32

false

No comments found.

bankCard

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

cardNumber

string

false

No comments found.

lunchCardNumber

string

false

No comments found.

shopNumber

int32

false

No comments found.

brandSlogan

string

false

No comments found.

brandLogo

string

false

No comments found.

brandName

string

false

No comments found.

signTime

string

false

No comments found.

openBank

string

false

No comments found.

openBankName

string

false

No comments found.

contractFile

string

false

No comments found.

fireFightingFile

string

false

No comments found.

legalFile

string

false

No comments found.

brandHistory

string

false

No comments found.

brandIntroduce

string

false

No comments found.

shopList

array

false

No comments found.

└─id

int32

false

No comments found.

└─uuid

string

false

No comments found.

└─name

string

false

No comments found.

└─image

string

false

No comments found.

└─auditStatus

int32

false

No comments found.

└─accountId

int32

false

No comments found.

└─businessHours

string

false

No comments found.

└─specialBusinessHours

string

false

No comments found.

└─point

number

false

No comments found.

└─tags

string

false

No comments found.

└─serviceFacilities

string

false

No comments found.

└─featuredServices

string

false

No comments found.

└─status

int32

false

No comments found.

└─reservationAmount

number

false

No comments found.

└─category

string

false

No comments found.

└─price

int32

false

No comments found.

└─phone

string

false

No comments found.

└─preFlag

int32

false

No comments found.

└─timeSpan

string

false

No comments found.

└─preType

int32

false

No comments found.

└─days

int32

false

No comments found.

└─banStart

string

false

No comments found.

└─banEnd

string

false

No comments found.

└─remark

string

false

No comments found.

└─latitude

float

false

No comments found.

└─longitude

float

false

No comments found.

└─address

string

false

No comments found.

└─areaCode

int32

false

No comments found.

└─metro

string

false

No comments found.

└─metroInfo

string

false

No comments found.

└─tradeArea

string

false

No comments found.

└─listingTime

int32

false

No comments found.

└─reservePhone

string

false

No comments found.

└─banner

string

false

No comments found.

└─activity

string

false

No comments found.

└─detailsImg

string

false

No comments found.

└─leaderName

string

false

No comments found.

└─createBy

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateBy

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─externalDiscounts

number

false

No comments found.

└─lunchExternalDiscounts

number

false

No comments found.

└─lunchFlag

int32

false

No comments found.

└─info

string

false

No comments found.

type

int32

false

No comments found.

Request-body:

{
  "id": 514,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "platformId": 550,
  "name": "janessa.murphy",
  "businessLicenseCode": "83942",
  "legalPerson": "dspnei",
  "phone": "516-785-2796",
  "amount": 885,
  "discount": 508,
  "externalDiscounts": 173,
  "lunchFlag": 3,
  "lunchAmount": 997,
  "lunchDiscount": 576,
  "lunchExternalDiscounts": 197,
  "lunchDescribeFlag": 3,
  "lunchDescribe": "nmwxqw",
  "inflateFlag": 3,
  "quota": 528,
  "threshold": 66,
  "status": 227,
  "bankCard": "slc456",
  "createAt": 73,
  "updateAt": 630,
  "cardNumber": "b3dsd4",
  "lunchCardNumber": "cnenet",
  "shopNumber": 549,
  "brandSlogan": "06gl48",
  "brandLogo": "5wdl0z",
  "brandName": "janessa.murphy",
  "signTime": "2025-11-15 12:54:51",
  "openBank": "0nhtsb",
  "openBankName": "janessa.murphy",
  "contractFile": "tde0hu",
  "fireFightingFile": "tjx1b0",
  "legalFile": "unmhqk",
  "brandHistory": "foxyt3",
  "brandIntroduce": "ewefea",
  "shopList": [
    {
      "id": 533,
      "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
      "name": "janessa.murphy",
      "image": "49uhcc",
      "auditStatus": 279,
      "accountId": 547,
      "businessHours": "14kgea",
      "specialBusinessHours": "jriyv0",
      "point": 628,
      "tags": "lspxay",
      "serviceFacilities": "7bmuvj",
      "featuredServices": "md43u4",
      "status": 252,
      "reservationAmount": 675,
      "category": "bi2u9r",
      "price": 390,
      "phone": "516-785-2796",
      "preFlag": 3,
      "timeSpan": "3wnatt",
      "preType": 470,
      "days": 864,
      "banStart": "2025-11-15",
      "banEnd": "2025-11-15",
      "remark": "wqy3om",
      "latitude": 64.34,
      "longitude": 59.06,
      "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
      "areaCode": 341,
      "metro": "3j9l77",
      "metroInfo": "f0xt77",
      "tradeArea": "8s38a8",
      "listingTime": 451,
      "reservePhone": "516-785-2796",
      "banner": "5vqjvy",
      "activity": "urrcx2",
      "detailsImg": "zqkjq6",
      "leaderName": "janessa.murphy",
      "createBy": 313,
      "createAt": 190,
      "updateBy": 16,
      "updateAt": 659,
      "externalDiscounts": 273,
      "lunchExternalDiscounts": 246,
      "lunchFlag": 3,
      "info": "vwfohl"
    }
  ],
  "type": 900
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 503,
    "totalPage": 144,
    "page": 603,
    "pageSize": 699
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/recharge --data '{
  "id": 514,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "platformId": 550,
  "name": "janessa.murphy",
  "businessLicenseCode": "83942",
  "legalPerson": "dspnei",
  "phone": "516-785-2796",
  "amount": 885,
  "discount": 508,
  "externalDiscounts": 173,
  "lunchFlag": 3,
  "lunchAmount": 997,
  "lunchDiscount": 576,
  "lunchExternalDiscounts": 197,
  "lunchDescribeFlag": 3,
  "lunchDescribe": "nmwxqw",
  "inflateFlag": 3,
  "quota": 528,
  "threshold": 66,
  "status": 227,
  "bankCard": "slc456",
  "createAt": 73,
  "updateAt": 630,
  "cardNumber": "b3dsd4",
  "lunchCardNumber": "cnenet",
  "shopNumber": 549,
  "brandSlogan": "06gl48",
  "brandLogo": "5wdl0z",
  "brandName": "janessa.murphy",
  "signTime": "2025-11-15 12:54:51",
  "openBank": "0nhtsb",
  "openBankName": "janessa.murphy",
  "contractFile": "tde0hu",
  "fireFightingFile": "tjx1b0",
  "legalFile": "unmhqk",
  "brandHistory": "foxyt3",
  "brandIntroduce": "ewefea",
  "shopList": [
    {
      "id": 533,
      "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
      "name": "janessa.murphy",
      "image": "49uhcc",
      "auditStatus": 279,
      "accountId": 547,
      "businessHours": "14kgea",
      "specialBusinessHours": "jriyv0",
      "point": 628,
      "tags": "lspxay",
      "serviceFacilities": "7bmuvj",
      "featuredServices": "md43u4",
      "status": 252,
      "reservationAmount": 675,
      "category": "bi2u9r",
      "price": 390,
      "phone": "516-785-2796",
      "preFlag": 3,
      "timeSpan": "3wnatt",
      "preType": 470,
      "days": 864,
      "banStart": "2025-11-15",
      "banEnd": "2025-11-15",
      "remark": "wqy3om",
      "latitude": 64.34,
      "longitude": 59.06,
      "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
      "areaCode": 341,
      "metro": "3j9l77",
      "metroInfo": "f0xt77",
      "tradeArea": "8s38a8",
      "listingTime": 451,
      "reservePhone": "516-785-2796",
      "banner": "5vqjvy",
      "activity": "urrcx2",
      "detailsImg": "zqkjq6",
      "leaderName": "janessa.murphy",
      "createBy": 313,
      "createAt": 190,
      "updateBy": 16,
      "updateAt": 659,
      "externalDiscounts": 273,
      "lunchExternalDiscounts": 246,
      "lunchFlag": 3,
      "info": "vwfohl"
    }
  ],
  "type": 900
}'

8.9. 删除账户信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除账户信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 119,
    "totalPage": 49,
    "page": 391,
    "pageSize": 272
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/delete?id=120 --data '&120'

8.10. 批量更新账号下店铺对外折扣

Type: POST

Content-Type: application/json

Description: 批量更新账号下店铺对外折扣

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

platformId

int32

false

No comments found.

name

string

false

No comments found.

businessLicenseCode

string

false

No comments found.

legalPerson

string

false

No comments found.

phone

string

false

No comments found.

amount

number

false

No comments found.

discount

number

false

No comments found.

externalDiscounts

number

false

No comments found.

lunchFlag

int32

false

No comments found.

lunchAmount

number

false

No comments found.

lunchDiscount

number

false

No comments found.

lunchExternalDiscounts

number

false

No comments found.

lunchDescribeFlag

int32

false

No comments found.

lunchDescribe

string

false

No comments found.

inflateFlag

int32

false

No comments found.

quota

number

false

No comments found.

threshold

number

false

No comments found.

status

int32

false

No comments found.

bankCard

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

cardNumber

string

false

No comments found.

lunchCardNumber

string

false

No comments found.

shopNumber

int32

false

No comments found.

brandSlogan

string

false

No comments found.

brandLogo

string

false

No comments found.

brandName

string

false

No comments found.

signTime

string

false

No comments found.

openBank

string

false

No comments found.

openBankName

string

false

No comments found.

contractFile

string

false

No comments found.

fireFightingFile

string

false

No comments found.

legalFile

string

false

No comments found.

brandHistory

string

false

No comments found.

brandIntroduce

string

false

No comments found.

Request-body:

{
  "id": 924,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "platformId": 32,
  "name": "janessa.murphy",
  "businessLicenseCode": "83942",
  "legalPerson": "m47ns8",
  "phone": "516-785-2796",
  "amount": 178,
  "discount": 19,
  "externalDiscounts": 774,
  "lunchFlag": 3,
  "lunchAmount": 78,
  "lunchDiscount": 304,
  "lunchExternalDiscounts": 965,
  "lunchDescribeFlag": 3,
  "lunchDescribe": "7sngtf",
  "inflateFlag": 3,
  "quota": 620,
  "threshold": 329,
  "status": 826,
  "bankCard": "j2qyp3",
  "createAt": 933,
  "updateAt": 554,
  "cardNumber": "ghi3d9",
  "lunchCardNumber": "vj06cy",
  "shopNumber": 932,
  "brandSlogan": "tf6wya",
  "brandLogo": "0hw4il",
  "brandName": "janessa.murphy",
  "signTime": "2025-11-15 12:54:51",
  "openBank": "rnosw8",
  "openBankName": "janessa.murphy",
  "contractFile": "k217zc",
  "fireFightingFile": "3pw8e9",
  "legalFile": "krxyoh",
  "brandHistory": "obsevc",
  "brandIntroduce": "w4k90o"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 650,
    "totalPage": 987,
    "page": 739,
    "pageSize": 116
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/batchUpdateAccountDiscount --data '{
  "id": 924,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "platformId": 32,
  "name": "janessa.murphy",
  "businessLicenseCode": "83942",
  "legalPerson": "m47ns8",
  "phone": "516-785-2796",
  "amount": 178,
  "discount": 19,
  "externalDiscounts": 774,
  "lunchFlag": 3,
  "lunchAmount": 78,
  "lunchDiscount": 304,
  "lunchExternalDiscounts": 965,
  "lunchDescribeFlag": 3,
  "lunchDescribe": "7sngtf",
  "inflateFlag": 3,
  "quota": 620,
  "threshold": 329,
  "status": 826,
  "bankCard": "j2qyp3",
  "createAt": 933,
  "updateAt": 554,
  "cardNumber": "ghi3d9",
  "lunchCardNumber": "vj06cy",
  "shopNumber": 932,
  "brandSlogan": "tf6wya",
  "brandLogo": "0hw4il",
  "brandName": "janessa.murphy",
  "signTime": "2025-11-15 12:54:51",
  "openBank": "rnosw8",
  "openBankName": "janessa.murphy",
  "contractFile": "k217zc",
  "fireFightingFile": "3pw8e9",
  "legalFile": "krxyoh",
  "brandHistory": "obsevc",
  "brandIntroduce": "w4k90o"
}'

8.11. 批量更新店铺对外折扣

Type: POST

Content-Type: application/json

Description: 批量更新店铺对外折扣

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

image

string

false

No comments found.

auditStatus

int32

false

No comments found.

accountId

int32

false

No comments found.

businessHours

string

false

No comments found.

specialBusinessHours

string

false

No comments found.

point

number

false

No comments found.

tags

string

false

No comments found.

serviceFacilities

string

false

No comments found.

featuredServices

string

false

No comments found.

status

int32

false

No comments found.

reservationAmount

number

false

No comments found.

category

string

false

No comments found.

price

int32

false

No comments found.

phone

string

false

No comments found.

preFlag

int32

false

No comments found.

timeSpan

string

false

No comments found.

preType

int32

false

No comments found.

days

int32

false

No comments found.

banStart

string

false

No comments found.

banEnd

string

false

No comments found.

remark

string

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

address

string

false

No comments found.

areaCode

int32

false

No comments found.

metro

string

false

No comments found.

metroInfo

string

false

No comments found.

tradeArea

string

false

No comments found.

listingTime

int32

false

No comments found.

reservePhone

string

false

No comments found.

banner

string

false

No comments found.

activity

string

false

No comments found.

detailsImg

string

false

No comments found.

leaderName

string

false

No comments found.

createBy

int32

false

No comments found.

createAt

int32

false

No comments found.

updateBy

int32

false

No comments found.

updateAt

int32

false

No comments found.

externalDiscounts

number

false

No comments found.

lunchExternalDiscounts

number

false

No comments found.

lunchFlag

int32

false

No comments found.

info

string

false

No comments found.

Request-body:

[
  {
    "id": 110,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "name": "janessa.murphy",
    "image": "k3e30b",
    "auditStatus": 184,
    "accountId": 702,
    "businessHours": "g7r8g5",
    "specialBusinessHours": "smt7xh",
    "point": 107,
    "tags": "5as0ev",
    "serviceFacilities": "xanlq1",
    "featuredServices": "ggdbkl",
    "status": 617,
    "reservationAmount": 231,
    "category": "ojknb1",
    "price": 143,
    "phone": "516-785-2796",
    "preFlag": 3,
    "timeSpan": "blr2ea",
    "preType": 180,
    "days": 837,
    "banStart": "2025-11-15",
    "banEnd": "2025-11-15",
    "remark": "u6r330",
    "latitude": 12.84,
    "longitude": 51.82,
    "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
    "areaCode": 804,
    "metro": "euiz6e",
    "metroInfo": "9kz7kr",
    "tradeArea": "6w4qbx",
    "listingTime": 753,
    "reservePhone": "516-785-2796",
    "banner": "fschxo",
    "activity": "fi29m0",
    "detailsImg": "vgm3lu",
    "leaderName": "janessa.murphy",
    "createBy": 2,
    "createAt": 596,
    "updateBy": 890,
    "updateAt": 591,
    "externalDiscounts": 498,
    "lunchExternalDiscounts": 614,
    "lunchFlag": 3,
    "info": "d7i1ir"
  }
]

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 428,
    "totalPage": 398,
    "page": 553,
    "pageSize": 489
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/batchUpdateShopDiscount --data '[
  {
    "id": 110,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "name": "janessa.murphy",
    "image": "k3e30b",
    "auditStatus": 184,
    "accountId": 702,
    "businessHours": "g7r8g5",
    "specialBusinessHours": "smt7xh",
    "point": 107,
    "tags": "5as0ev",
    "serviceFacilities": "xanlq1",
    "featuredServices": "ggdbkl",
    "status": 617,
    "reservationAmount": 231,
    "category": "ojknb1",
    "price": 143,
    "phone": "516-785-2796",
    "preFlag": 3,
    "timeSpan": "blr2ea",
    "preType": 180,
    "days": 837,
    "banStart": "2025-11-15",
    "banEnd": "2025-11-15",
    "remark": "u6r330",
    "latitude": 12.84,
    "longitude": 51.82,
    "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
    "areaCode": 804,
    "metro": "euiz6e",
    "metroInfo": "9kz7kr",
    "tradeArea": "6w4qbx",
    "listingTime": 753,
    "reservePhone": "516-785-2796",
    "banner": "fschxo",
    "activity": "fi29m0",
    "detailsImg": "vgm3lu",
    "leaderName": "janessa.murphy",
    "createBy": 2,
    "createAt": 596,
    "updateBy": 890,
    "updateAt": 591,
    "externalDiscounts": 498,
    "lunchExternalDiscounts": 614,
    "lunchFlag": 3,
    "info": "d7i1ir"
  }
]'

9. 活动管理

9.1. 查询单个活动-基本信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个活动-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 52,
    "totalPage": 34,
    "page": 505,
    "pageSize": 153
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activity/getActivity/665

9.2. 查询活动列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询活动列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 345,
    "totalPage": 556,
    "page": 482,
    "pageSize": 660
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activity/list?status=-1&startTime=0&endTime=0&page=1&pageSize=20&keyword= --data '&""&-1&0&0&1&20'

9.3. 创建活动信息

Type: POST

Content-Type: application/json

Description: 创建活动信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

status

int32

false

No comments found.

name

string

false

No comments found.

desc

string

false

No comments found.

amount

number

false

No comments found.

couponId

int32

false

No comments found.

num

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

coupon

object

false

No comments found.

└─id

int32

false

No comments found.

└─name

string

false

No comments found.

└─type

int32

false

No comments found.

└─code

string

false

No comments found.

└─amount

number

false

No comments found.

└─conditionAmount

number

false

No comments found.

└─validDay

int32

false

No comments found.

└─image

string

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

shopIdList

array

false

No comments found.

shopList

array

false

No comments found.

└─id

int32

false

No comments found.

└─uuid

string

false

No comments found.

└─name

string

false

No comments found.

└─image

string

false

No comments found.

└─auditStatus

int32

false

No comments found.

└─accountId

int32

false

No comments found.

└─businessHours

string

false

No comments found.

└─specialBusinessHours

string

false

No comments found.

└─point

number

false

No comments found.

└─tags

string

false

No comments found.

└─serviceFacilities

string

false

No comments found.

└─featuredServices

string

false

No comments found.

└─status

int32

false

No comments found.

└─reservationAmount

number

false

No comments found.

└─category

string

false

No comments found.

└─price

int32

false

No comments found.

└─phone

string

false

No comments found.

└─preFlag

int32

false

No comments found.

└─timeSpan

string

false

No comments found.

└─preType

int32

false

No comments found.

└─days

int32

false

No comments found.

└─banStart

string

false

No comments found.

└─banEnd

string

false

No comments found.

└─remark

string

false

No comments found.

└─latitude

float

false

No comments found.

└─longitude

float

false

No comments found.

└─address

string

false

No comments found.

└─areaCode

int32

false

No comments found.

└─metro

string

false

No comments found.

└─metroInfo

string

false

No comments found.

└─tradeArea

string

false

No comments found.

└─listingTime

int32

false

No comments found.

└─reservePhone

string

false

No comments found.

└─banner

string

false

No comments found.

└─activity

string

false

No comments found.

└─detailsImg

string

false

No comments found.

└─leaderName

string

false

No comments found.

└─createBy

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateBy

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─externalDiscounts

number

false

No comments found.

└─lunchExternalDiscounts

number

false

No comments found.

└─lunchFlag

int32

false

No comments found.

└─info

string

false

No comments found.

Request-body:

{
  "id": 238,
  "status": 171,
  "name": "janessa.murphy",
  "desc": "duxb72",
  "amount": 736,
  "couponId": 556,
  "num": 269,
  "createAt": 699,
  "updateAt": 706,
  "coupon": {
    "id": 966,
    "name": "janessa.murphy",
    "type": 892,
    "code": "83942",
    "amount": 174,
    "conditionAmount": 608,
    "validDay": 388,
    "image": "etnwvo",
    "createAt": 817,
    "updateAt": 129
  },
  "shopIdList": [
    608
  ],
  "shopList": [
    {
      "id": 435,
      "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
      "name": "janessa.murphy",
      "image": "9xmdw5",
      "auditStatus": 361,
      "accountId": 414,
      "businessHours": "k640lq",
      "specialBusinessHours": "gd7jhu",
      "point": 570,
      "tags": "i2hnx8",
      "serviceFacilities": "4lysfv",
      "featuredServices": "f7aclr",
      "status": 192,
      "reservationAmount": 683,
      "category": "xlsbmk",
      "price": 160,
      "phone": "516-785-2796",
      "preFlag": 3,
      "timeSpan": "90yzzb",
      "preType": 732,
      "days": 129,
      "banStart": "2025-11-15",
      "banEnd": "2025-11-15",
      "remark": "ev3kq8",
      "latitude": 68.23,
      "longitude": 71.96,
      "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
      "areaCode": 374,
      "metro": "zf0gxg",
      "metroInfo": "or9nub",
      "tradeArea": "x598uo",
      "listingTime": 83,
      "reservePhone": "516-785-2796",
      "banner": "ewmz0n",
      "activity": "d5v9in",
      "detailsImg": "406jbl",
      "leaderName": "janessa.murphy",
      "createBy": 439,
      "createAt": 980,
      "updateBy": 99,
      "updateAt": 508,
      "externalDiscounts": 564,
      "lunchExternalDiscounts": 389,
      "lunchFlag": 3,
      "info": "hq1sne"
    }
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 831,
    "totalPage": 483,
    "page": 511,
    "pageSize": 306
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activity/create --data '{
  "id": 238,
  "status": 171,
  "name": "janessa.murphy",
  "desc": "duxb72",
  "amount": 736,
  "couponId": 556,
  "num": 269,
  "createAt": 699,
  "updateAt": 706,
  "coupon": {
    "id": 966,
    "name": "janessa.murphy",
    "type": 892,
    "code": "83942",
    "amount": 174,
    "conditionAmount": 608,
    "validDay": 388,
    "image": "etnwvo",
    "createAt": 817,
    "updateAt": 129
  },
  "shopIdList": [
    608
  ],
  "shopList": [
    {
      "id": 435,
      "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
      "name": "janessa.murphy",
      "image": "9xmdw5",
      "auditStatus": 361,
      "accountId": 414,
      "businessHours": "k640lq",
      "specialBusinessHours": "gd7jhu",
      "point": 570,
      "tags": "i2hnx8",
      "serviceFacilities": "4lysfv",
      "featuredServices": "f7aclr",
      "status": 192,
      "reservationAmount": 683,
      "category": "xlsbmk",
      "price": 160,
      "phone": "516-785-2796",
      "preFlag": 3,
      "timeSpan": "90yzzb",
      "preType": 732,
      "days": 129,
      "banStart": "2025-11-15",
      "banEnd": "2025-11-15",
      "remark": "ev3kq8",
      "latitude": 68.23,
      "longitude": 71.96,
      "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
      "areaCode": 374,
      "metro": "zf0gxg",
      "metroInfo": "or9nub",
      "tradeArea": "x598uo",
      "listingTime": 83,
      "reservePhone": "516-785-2796",
      "banner": "ewmz0n",
      "activity": "d5v9in",
      "detailsImg": "406jbl",
      "leaderName": "janessa.murphy",
      "createBy": 439,
      "createAt": 980,
      "updateBy": 99,
      "updateAt": 508,
      "externalDiscounts": 564,
      "lunchExternalDiscounts": 389,
      "lunchFlag": 3,
      "info": "hq1sne"
    }
  ]
}'

9.4. 修改活动信息

Type: POST

Content-Type: application/json

Description: 修改活动信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

status

int32

false

No comments found.

name

string

false

No comments found.

desc

string

false

No comments found.

amount

number

false

No comments found.

couponId

int32

false

No comments found.

num

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

coupon

object

false

No comments found.

└─id

int32

false

No comments found.

└─name

string

false

No comments found.

└─type

int32

false

No comments found.

└─code

string

false

No comments found.

└─amount

number

false

No comments found.

└─conditionAmount

number

false

No comments found.

└─validDay

int32

false

No comments found.

└─image

string

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

shopIdList

array

false

No comments found.

shopList

array

false

No comments found.

└─id

int32

false

No comments found.

└─uuid

string

false

No comments found.

└─name

string

false

No comments found.

└─image

string

false

No comments found.

└─auditStatus

int32

false

No comments found.

└─accountId

int32

false

No comments found.

└─businessHours

string

false

No comments found.

└─specialBusinessHours

string

false

No comments found.

└─point

number

false

No comments found.

└─tags

string

false

No comments found.

└─serviceFacilities

string

false

No comments found.

└─featuredServices

string

false

No comments found.

└─status

int32

false

No comments found.

└─reservationAmount

number

false

No comments found.

└─category

string

false

No comments found.

└─price

int32

false

No comments found.

└─phone

string

false

No comments found.

└─preFlag

int32

false

No comments found.

└─timeSpan

string

false

No comments found.

└─preType

int32

false

No comments found.

└─days

int32

false

No comments found.

└─banStart

string

false

No comments found.

└─banEnd

string

false

No comments found.

└─remark

string

false

No comments found.

└─latitude

float

false

No comments found.

└─longitude

float

false

No comments found.

└─address

string

false

No comments found.

└─areaCode

int32

false

No comments found.

└─metro

string

false

No comments found.

└─metroInfo

string

false

No comments found.

└─tradeArea

string

false

No comments found.

└─listingTime

int32

false

No comments found.

└─reservePhone

string

false

No comments found.

└─banner

string

false

No comments found.

└─activity

string

false

No comments found.

└─detailsImg

string

false

No comments found.

└─leaderName

string

false

No comments found.

└─createBy

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateBy

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─externalDiscounts

number

false

No comments found.

└─lunchExternalDiscounts

number

false

No comments found.

└─lunchFlag

int32

false

No comments found.

└─info

string

false

No comments found.

Request-body:

{
  "id": 558,
  "status": 450,
  "name": "janessa.murphy",
  "desc": "3oght8",
  "amount": 769,
  "couponId": 862,
  "num": 417,
  "createAt": 446,
  "updateAt": 542,
  "coupon": {
    "id": 546,
    "name": "janessa.murphy",
    "type": 771,
    "code": "83942",
    "amount": 667,
    "conditionAmount": 69,
    "validDay": 448,
    "image": "i1gdo2",
    "createAt": 172,
    "updateAt": 753
  },
  "shopIdList": [
    107
  ],
  "shopList": [
    {
      "id": 721,
      "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
      "name": "janessa.murphy",
      "image": "rlhkhz",
      "auditStatus": 21,
      "accountId": 895,
      "businessHours": "ekm8pt",
      "specialBusinessHours": "0as4il",
      "point": 25,
      "tags": "xvo74r",
      "serviceFacilities": "r43ddd",
      "featuredServices": "okkx2f",
      "status": 370,
      "reservationAmount": 837,
      "category": "9swjsa",
      "price": 728,
      "phone": "516-785-2796",
      "preFlag": 3,
      "timeSpan": "cr4ebi",
      "preType": 240,
      "days": 605,
      "banStart": "2025-11-15",
      "banEnd": "2025-11-15",
      "remark": "udk6jq",
      "latitude": 14.20,
      "longitude": 78.37,
      "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
      "areaCode": 436,
      "metro": "uf363a",
      "metroInfo": "y1n0cx",
      "tradeArea": "oorvbo",
      "listingTime": 188,
      "reservePhone": "516-785-2796",
      "banner": "y4rfvy",
      "activity": "z5j2tg",
      "detailsImg": "nm73wg",
      "leaderName": "janessa.murphy",
      "createBy": 678,
      "createAt": 268,
      "updateBy": 161,
      "updateAt": 803,
      "externalDiscounts": 703,
      "lunchExternalDiscounts": 36,
      "lunchFlag": 3,
      "info": "scs3nk"
    }
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 86,
    "totalPage": 691,
    "page": 254,
    "pageSize": 779
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activity/update --data '{
  "id": 558,
  "status": 450,
  "name": "janessa.murphy",
  "desc": "3oght8",
  "amount": 769,
  "couponId": 862,
  "num": 417,
  "createAt": 446,
  "updateAt": 542,
  "coupon": {
    "id": 546,
    "name": "janessa.murphy",
    "type": 771,
    "code": "83942",
    "amount": 667,
    "conditionAmount": 69,
    "validDay": 448,
    "image": "i1gdo2",
    "createAt": 172,
    "updateAt": 753
  },
  "shopIdList": [
    107
  ],
  "shopList": [
    {
      "id": 721,
      "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
      "name": "janessa.murphy",
      "image": "rlhkhz",
      "auditStatus": 21,
      "accountId": 895,
      "businessHours": "ekm8pt",
      "specialBusinessHours": "0as4il",
      "point": 25,
      "tags": "xvo74r",
      "serviceFacilities": "r43ddd",
      "featuredServices": "okkx2f",
      "status": 370,
      "reservationAmount": 837,
      "category": "9swjsa",
      "price": 728,
      "phone": "516-785-2796",
      "preFlag": 3,
      "timeSpan": "cr4ebi",
      "preType": 240,
      "days": 605,
      "banStart": "2025-11-15",
      "banEnd": "2025-11-15",
      "remark": "udk6jq",
      "latitude": 14.20,
      "longitude": 78.37,
      "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
      "areaCode": 436,
      "metro": "uf363a",
      "metroInfo": "y1n0cx",
      "tradeArea": "oorvbo",
      "listingTime": 188,
      "reservePhone": "516-785-2796",
      "banner": "y4rfvy",
      "activity": "z5j2tg",
      "detailsImg": "nm73wg",
      "leaderName": "janessa.murphy",
      "createBy": 678,
      "createAt": 268,
      "updateBy": 161,
      "updateAt": 803,
      "externalDiscounts": 703,
      "lunchExternalDiscounts": 36,
      "lunchFlag": 3,
      "info": "scs3nk"
    }
  ]
}'

9.5. 删除活动信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除活动信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 600,
    "totalPage": 530,
    "page": 210,
    "pageSize": 276
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activity/delete?id=987 --data '&987'

10. 代金券活动管理

10.1. 查询单个代金券活动-基本信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个代金券活动-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

└─id

int32

主键编码

-

└─name

string

名称

-

└─status

int32

状态 1待开始 2进行中 3已暂停 4已结束

-

└─type

int32

领券类型 1转盘 2九宫格 3直领

-

└─cover

string

封面

-

└─background

string

背景色

-

└─shareTitle

string

分享标题

-

└─shareCover

string

分享封面

-

└─startTime

string

开始时间

-

└─endTime

string

结束时间

-

└─contentImage

string

小程序活动页内容图片(头图)

-

└─describe

string

活动规则说明

-

└─isAllPart

int32

是否全部参与 0否 1是

-

└─dayNumber

int32

日发券量

-

└─frequency

int32

抽奖次数

-

└─forwardFrequency

int32

转发次数

-

└─isValid

int32

是否长期有效 0否 1是

-

└─voucherStartTime

string

卷开始时间

-

└─voucherEndTime

string

卷结束时间

-

└─applyType

int32

适用人群 1全部 2已注册老用户 3新注册用户

-

└─createAt

int32

创建时间

-

└─updateAt

int32

更新时间

-

└─activityVoucherType

int32

活动券类型1.普通券2.满减券 3套餐券

-

└─isDetailsImage

int32

是否显示详情图

-

└─detailsImage

string

小程序活动页内容图片(详情图)

-

└─adImage

string

广告图

-

└─activityDescribe

string

活动描述

-

└─createBy

int32

创建人

-

└─createTime

string

创建时间

-

└─updateBy

int32

更新人

-

└─updateTime

string

更新时间

-

└─voucherList

array

No comments found.

-

     └─id

int32

主键编码

-

     └─activityId

int32

活动编码

-

     └─amount

number

金额 (面值套餐券专用)

-

     └─totalNumber

int32

总量

-

     └─stock

int32

库存

-

     └─conditionAmount

number

条件金额

-

     └─limitNumber

int32

限制数量

-

     └─useTimeType

int32

可用时间 1午餐 2晚餐 3全部

-

     └─probability

double

领取概率

-

     └─activityVoucherType

int32

活动券类型1.普通券2.满减券 3套餐券

-

     └─purchasePrice

number

预付购买价格(套餐券专用)

-

     └─currPurchasePrice

number

当前买价格(套餐券专用)

-

     └─createAt

int32

创建时间

-

     └─updateAt

int32

更新时间

-

     └─name

string

名称(套餐使用)

-

     └─description

string

描述(套餐使用)

-

     └─img

string

图片(套餐使用)

-

     └─label

string

标签(套餐使用)

-

     └─useDescriptionImg

string

使用说明图片(套餐使用)

-

     └─donateGoods

string

赠送物品(套餐使用)

-

     └─discount

number

折扣(套餐使用)

-

     └─discountAmount

number

折扣金额(套餐使用)

-

     └─styleType

int32

样式详情 1图片 2文字图片(套餐使用)

-

     └─amountDescription

string

金额描述(如 原价2454)

-

     └─foodImg

string

菜品图

-

     └─createBy

int32

创建人

-

     └─createTime

string

创建时间

-

     └─updateBy

int32

更新人

-

     └─updateTime

string

更新时间

-

     └─sysVoucherFoodList

array

No comments found.

-

          └─id

int32

主键

-

          └─voucherId

int32

券id

-

          └─foodName

string

菜名

-

          └─quantity

int32

数量

-

          └─price

number

价格

-

          └─description

string

描述

-

          └─img

string

图片

-

          └─createBy

int32

创建人

-

          └─createTime

string

创建时间

-

          └─updateBy

int32

更新人

-

          └─updateTime

string

更新时间

-

     └─activityName

string

活动名称

-

     └─shopCount

int32

No comments found.

-

     └─brandName

string

No comments found.

-

└─shopIdList

array

No comments found.

-

└─myFrequency

int32

No comments found.

-

└─voucherDescribeList

array

No comments found.

-

     └─id

int32

主键

-

     └─activityVoucherId

int32

活动id

-

     └─discountLabel

string

优惠标签

-

     └─discountRatio

string

优惠折扣

-

     └─discountPrice

string

优惠价

-

     └─oldPrice

string

原价

-

     └─activityDescribe

string

活动描述

-

     └─createBy

int32

创建人

-

     └─createTime

string

创建时间

-

     └─updateBy

int32

更新人

-

     └─updateTime

string

更新时间

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {
    "id": 503,
    "name": "janessa.murphy",
    "status": 968,
    "type": 175,
    "cover": "30aklr",
    "background": "bp2my4",
    "shareTitle": "k6f8qz",
    "shareCover": "a7e9q3",
    "startTime": "2025-11-15 12:54:51",
    "endTime": "2025-11-15 12:54:51",
    "contentImage": "fan07t",
    "describe": "gmw70w",
    "isAllPart": 91,
    "dayNumber": 392,
    "frequency": 334,
    "forwardFrequency": 5,
    "isValid": 790,
    "voucherStartTime": "2025-11-15 12:54:51",
    "voucherEndTime": "2025-11-15 12:54:51",
    "applyType": 425,
    "createAt": 52,
    "updateAt": 763,
    "activityVoucherType": 732,
    "isDetailsImage": 21,
    "detailsImage": "kw1fbn",
    "adImage": "bgvg9z",
    "activityDescribe": "h6dy0q",
    "createBy": 586,
    "createTime": "2025-11-15 12:54:51",
    "updateBy": 243,
    "updateTime": "2025-11-15 12:54:51",
    "voucherList": [
      {
        "id": 995,
        "activityId": 13,
        "amount": 927,
        "totalNumber": 684,
        "stock": 971,
        "conditionAmount": 530,
        "limitNumber": 124,
        "useTimeType": 212,
        "probability": 91.89,
        "activityVoucherType": 257,
        "purchasePrice": 629,
        "currPurchasePrice": 506,
        "createAt": 741,
        "updateAt": 10,
        "name": "janessa.murphy",
        "description": "sd55yz",
        "img": "0ntaam",
        "label": "q92udv",
        "useDescriptionImg": "sa9zpn",
        "donateGoods": "96yffo",
        "discount": 861,
        "discountAmount": 831,
        "styleType": 986,
        "amountDescription": "vaiflu",
        "foodImg": "z2e6mb",
        "createBy": 959,
        "createTime": "2025-11-15 12:54:51",
        "updateBy": 356,
        "updateTime": "2025-11-15 12:54:51",
        "sysVoucherFoodList": [
          {
            "id": 117,
            "voucherId": 990,
            "foodName": "janessa.murphy",
            "quantity": 553,
            "price": 596,
            "description": "0neysd",
            "img": "pihepk",
            "createBy": 174,
            "createTime": "2025-11-15 12:54:51",
            "updateBy": 214,
            "updateTime": "2025-11-15 12:54:51"
          }
        ],
        "activityName": "janessa.murphy",
        "shopCount": 381,
        "brandName": "janessa.murphy"
      }
    ],
    "shopIdList": [
      493
    ],
    "myFrequency": 224,
    "voucherDescribeList": [
      {
        "id": 583,
        "activityVoucherId": 43,
        "discountLabel": "6qdwmi",
        "discountRatio": "9o9x7r",
        "discountPrice": "ieig3u",
        "oldPrice": "cztsv3",
        "activityDescribe": "e22wn0",
        "createBy": 909,
        "createTime": "2025-11-15 12:54:51",
        "updateBy": 597,
        "updateTime": "2025-11-15 12:54:51"
      }
    ]
  },
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 767,
    "totalPage": 51,
    "page": 84,
    "pageSize": 494
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/getActivityVoucher/89

10.2. 查询代金券活动领券记录

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询代金券活动领券记录

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 669,
    "totalPage": 206,
    "page": 565,
    "pageSize": 68
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/getUserRecordByActivityId/236

10.3. 查询代金券活动领券记录统计数据

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询代金券活动领券记录统计数据

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 347,
    "totalPage": 539,
    "page": 560,
    "pageSize": 462
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/getUserRecordDataByActivityId/731

10.4. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

name

string

false

No comments found.

status

array

false

No comments found.

activityVoucherType

int32

false

活动券类型1.普通券2.满减券

startTime

string

false

开始时间

endTime

string

false

结束时间

id

int32

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

distance

double

false

No comments found.

size

int64

false

No comments found.

current

int64

false

No comments found.

showQuantity

int32

false

No comments found.

Request-body:

{
  "name": "janessa.murphy",
  "status": [
    796
  ],
  "activityVoucherType": 574,
  "startTime": "2025-11-15 12:54:52",
  "endTime": "2025-11-15 12:54:52",
  "id": 889,
  "latitude": 39.06,
  "longitude": 18.24,
  "distance": 66.57,
  "size": 571,
  "current": 695,
  "showQuantity": 815
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 190,
    "totalPage": 88,
    "page": 590,
    "pageSize": 966
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/pageList --data '{
  "name": "janessa.murphy",
  "status": [
    796
  ],
  "activityVoucherType": 574,
  "startTime": "2025-11-15 12:54:52",
  "endTime": "2025-11-15 12:54:52",
  "id": 889,
  "latitude": 39.06,
  "longitude": 18.24,
  "distance": 66.57,
  "size": 571,
  "current": 695,
  "showQuantity": 815
}'

10.5. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

shareTitle

string

true

No comments found.

shareCover

string

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 654,
    "totalPage": 967,
    "page": 627,
    "pageSize": 223
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/share?id=17&shareTitle=ffirfu&shareCover=hju6cm --data '&17&ffirfu&hju6cm'

10.6. 创建代金券活动信息

Type: POST

Content-Type: application/json

Description: 创建代金券活动信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

主键编码

name

string

false

名称

status

int32

false

状态 1待开始 2进行中 3已暂停 4已结束

type

int32

false

领券类型 1转盘 2九宫格 3直领

cover

string

false

封面

background

string

false

背景色

shareTitle

string

false

分享标题

shareCover

string

false

分享封面

startTime

string

false

开始时间

endTime

string

false

结束时间

contentImage

string

false

小程序活动页内容图片(头图)

describe

string

false

活动规则说明

isAllPart

int32

false

是否全部参与 0否 1是

dayNumber

int32

false

日发券量

frequency

int32

false

抽奖次数

forwardFrequency

int32

false

转发次数

isValid

int32

false

是否长期有效 0否 1是

voucherStartTime

string

false

卷开始时间

voucherEndTime

string

false

卷结束时间

applyType

int32

false

适用人群 1全部 2已注册老用户 3新注册用户

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

activityVoucherType

int32

false

活动券类型1.普通券2.满减券 3套餐券

isDetailsImage

int32

false

是否显示详情图

detailsImage

string

false

小程序活动页内容图片(详情图)

adImage

string

false

广告图

activityDescribe

string

false

活动描述

createBy

int32

false

创建人

createTime

string

false

创建时间

updateBy

int32

false

更新人

updateTime

string

false

更新时间

voucherList

array

false

No comments found.

└─id

int32

false

主键编码

└─activityId

int32

false

活动编码

└─amount

number

false

金额 (面值套餐券专用)

└─totalNumber

int32

false

总量

└─stock

int32

false

库存

└─conditionAmount

number

false

条件金额

└─limitNumber

int32

false

限制数量

└─useTimeType

int32

false

可用时间 1午餐 2晚餐 3全部

└─probability

double

false

领取概率

└─activityVoucherType

int32

false

活动券类型1.普通券2.满减券 3套餐券

└─purchasePrice

number

false

预付购买价格(套餐券专用)

└─currPurchasePrice

number

false

当前买价格(套餐券专用)

└─createAt

int32

false

创建时间

└─updateAt

int32

false

更新时间

└─name

string

false

名称(套餐使用)

└─description

string

false

描述(套餐使用)

└─img

string

false

图片(套餐使用)

└─label

string

false

标签(套餐使用)

└─useDescriptionImg

string

false

使用说明图片(套餐使用)

└─donateGoods

string

false

赠送物品(套餐使用)

└─discount

number

false

折扣(套餐使用)

└─discountAmount

number

false

折扣金额(套餐使用)

└─styleType

int32

false

样式详情 1图片 2文字图片(套餐使用)

└─amountDescription

string

false

金额描述(如 原价2454)

└─foodImg

string

false

菜品图

└─createBy

int32

false

创建人

└─createTime

string

false

创建时间

└─updateBy

int32

false

更新人

└─updateTime

string

false

更新时间

└─sysVoucherFoodList

array

false

No comments found.

     └─id

int32

false

主键

     └─voucherId

int32

false

券id

     └─foodName

string

false

菜名

     └─quantity

int32

false

数量

     └─price

number

false

价格

     └─description

string

false

描述

     └─img

string

false

图片

     └─createBy

int32

false

创建人

     └─createTime

string

false

创建时间

     └─updateBy

int32

false

更新人

     └─updateTime

string

false

更新时间

└─activityName

string

false

活动名称

└─shopCount

int32

false

No comments found.

└─brandName

string

false

No comments found.

shopIdList

array

false

No comments found.

myFrequency

int32

false

No comments found.

voucherDescribeList

array

false

No comments found.

└─id

int32

false

主键

└─activityVoucherId

int32

false

活动id

└─discountLabel

string

false

优惠标签

└─discountRatio

string

false

优惠折扣

└─discountPrice

string

false

优惠价

└─oldPrice

string

false

原价

└─activityDescribe

string

false

活动描述

└─createBy

int32

false

创建人

└─createTime

string

false

创建时间

└─updateBy

int32

false

更新人

└─updateTime

string

false

更新时间

Request-body:

{
  "id": 784,
  "name": "janessa.murphy",
  "status": 184,
  "type": 683,
  "cover": "xhoekx",
  "background": "bxdqvx",
  "shareTitle": "r3kmio",
  "shareCover": "7p9v8u",
  "startTime": "2025-11-15 12:54:52",
  "endTime": "2025-11-15 12:54:52",
  "contentImage": "ozmo7t",
  "describe": "s2ia62",
  "isAllPart": 79,
  "dayNumber": 236,
  "frequency": 298,
  "forwardFrequency": 473,
  "isValid": 433,
  "voucherStartTime": "2025-11-15 12:54:52",
  "voucherEndTime": "2025-11-15 12:54:52",
  "applyType": 108,
  "createAt": 30,
  "updateAt": 466,
  "activityVoucherType": 228,
  "isDetailsImage": 21,
  "detailsImage": "7ev9ex",
  "adImage": "we06np",
  "activityDescribe": "rkp3yg",
  "createBy": 706,
  "createTime": "2025-11-15 12:54:52",
  "updateBy": 131,
  "updateTime": "2025-11-15 12:54:52",
  "voucherList": [
    {
      "id": 632,
      "activityId": 156,
      "amount": 43,
      "totalNumber": 205,
      "stock": 725,
      "conditionAmount": 39,
      "limitNumber": 30,
      "useTimeType": 766,
      "probability": 48.26,
      "activityVoucherType": 737,
      "purchasePrice": 662,
      "currPurchasePrice": 944,
      "createAt": 955,
      "updateAt": 798,
      "name": "janessa.murphy",
      "description": "wqcx79",
      "img": "hti90x",
      "label": "s0e8de",
      "useDescriptionImg": "1c8dob",
      "donateGoods": "aowoww",
      "discount": 13,
      "discountAmount": 314,
      "styleType": 108,
      "amountDescription": "vwj02p",
      "foodImg": "boqqf1",
      "createBy": 781,
      "createTime": "2025-11-15 12:54:52",
      "updateBy": 540,
      "updateTime": "2025-11-15 12:54:52",
      "sysVoucherFoodList": [
        {
          "id": 655,
          "voucherId": 920,
          "foodName": "janessa.murphy",
          "quantity": 240,
          "price": 148,
          "description": "829u90",
          "img": "ectzpy",
          "createBy": 69,
          "createTime": "2025-11-15 12:54:52",
          "updateBy": 302,
          "updateTime": "2025-11-15 12:54:52"
        }
      ],
      "activityName": "janessa.murphy",
      "shopCount": 300,
      "brandName": "janessa.murphy"
    }
  ],
  "shopIdList": [
    550
  ],
  "myFrequency": 622,
  "voucherDescribeList": [
    {
      "id": 515,
      "activityVoucherId": 125,
      "discountLabel": "apue88",
      "discountRatio": "7b4g0m",
      "discountPrice": "q7qwfd",
      "oldPrice": "vtzfl1",
      "activityDescribe": "o2cnx7",
      "createBy": 299,
      "createTime": "2025-11-15 12:54:52",
      "updateBy": 146,
      "updateTime": "2025-11-15 12:54:52"
    }
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 543,
    "totalPage": 254,
    "page": 802,
    "pageSize": 786
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/create --data '{
  "id": 784,
  "name": "janessa.murphy",
  "status": 184,
  "type": 683,
  "cover": "xhoekx",
  "background": "bxdqvx",
  "shareTitle": "r3kmio",
  "shareCover": "7p9v8u",
  "startTime": "2025-11-15 12:54:52",
  "endTime": "2025-11-15 12:54:52",
  "contentImage": "ozmo7t",
  "describe": "s2ia62",
  "isAllPart": 79,
  "dayNumber": 236,
  "frequency": 298,
  "forwardFrequency": 473,
  "isValid": 433,
  "voucherStartTime": "2025-11-15 12:54:52",
  "voucherEndTime": "2025-11-15 12:54:52",
  "applyType": 108,
  "createAt": 30,
  "updateAt": 466,
  "activityVoucherType": 228,
  "isDetailsImage": 21,
  "detailsImage": "7ev9ex",
  "adImage": "we06np",
  "activityDescribe": "rkp3yg",
  "createBy": 706,
  "createTime": "2025-11-15 12:54:52",
  "updateBy": 131,
  "updateTime": "2025-11-15 12:54:52",
  "voucherList": [
    {
      "id": 632,
      "activityId": 156,
      "amount": 43,
      "totalNumber": 205,
      "stock": 725,
      "conditionAmount": 39,
      "limitNumber": 30,
      "useTimeType": 766,
      "probability": 48.26,
      "activityVoucherType": 737,
      "purchasePrice": 662,
      "currPurchasePrice": 944,
      "createAt": 955,
      "updateAt": 798,
      "name": "janessa.murphy",
      "description": "wqcx79",
      "img": "hti90x",
      "label": "s0e8de",
      "useDescriptionImg": "1c8dob",
      "donateGoods": "aowoww",
      "discount": 13,
      "discountAmount": 314,
      "styleType": 108,
      "amountDescription": "vwj02p",
      "foodImg": "boqqf1",
      "createBy": 781,
      "createTime": "2025-11-15 12:54:52",
      "updateBy": 540,
      "updateTime": "2025-11-15 12:54:52",
      "sysVoucherFoodList": [
        {
          "id": 655,
          "voucherId": 920,
          "foodName": "janessa.murphy",
          "quantity": 240,
          "price": 148,
          "description": "829u90",
          "img": "ectzpy",
          "createBy": 69,
          "createTime": "2025-11-15 12:54:52",
          "updateBy": 302,
          "updateTime": "2025-11-15 12:54:52"
        }
      ],
      "activityName": "janessa.murphy",
      "shopCount": 300,
      "brandName": "janessa.murphy"
    }
  ],
  "shopIdList": [
    550
  ],
  "myFrequency": 622,
  "voucherDescribeList": [
    {
      "id": 515,
      "activityVoucherId": 125,
      "discountLabel": "apue88",
      "discountRatio": "7b4g0m",
      "discountPrice": "q7qwfd",
      "oldPrice": "vtzfl1",
      "activityDescribe": "o2cnx7",
      "createBy": 299,
      "createTime": "2025-11-15 12:54:52",
      "updateBy": 146,
      "updateTime": "2025-11-15 12:54:52"
    }
  ]
}'

10.7. 修改代金券活动信息

Type: POST

Content-Type: application/json

Description: 修改代金券活动信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

主键编码

name

string

false

名称

status

int32

false

状态 1待开始 2进行中 3已暂停 4已结束

type

int32

false

领券类型 1转盘 2九宫格 3直领

cover

string

false

封面

background

string

false

背景色

shareTitle

string

false

分享标题

shareCover

string

false

分享封面

startTime

string

false

开始时间

endTime

string

false

结束时间

contentImage

string

false

小程序活动页内容图片(头图)

describe

string

false

活动规则说明

isAllPart

int32

false

是否全部参与 0否 1是

dayNumber

int32

false

日发券量

frequency

int32

false

抽奖次数

forwardFrequency

int32

false

转发次数

isValid

int32

false

是否长期有效 0否 1是

voucherStartTime

string

false

卷开始时间

voucherEndTime

string

false

卷结束时间

applyType

int32

false

适用人群 1全部 2已注册老用户 3新注册用户

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

activityVoucherType

int32

false

活动券类型1.普通券2.满减券 3套餐券

isDetailsImage

int32

false

是否显示详情图

detailsImage

string

false

小程序活动页内容图片(详情图)

adImage

string

false

广告图

activityDescribe

string

false

活动描述

createBy

int32

false

创建人

createTime

string

false

创建时间

updateBy

int32

false

更新人

updateTime

string

false

更新时间

voucherList

array

false

No comments found.

└─id

int32

false

主键编码

└─activityId

int32

false

活动编码

└─amount

number

false

金额 (面值套餐券专用)

└─totalNumber

int32

false

总量

└─stock

int32

false

库存

└─conditionAmount

number

false

条件金额

└─limitNumber

int32

false

限制数量

└─useTimeType

int32

false

可用时间 1午餐 2晚餐 3全部

└─probability

double

false

领取概率

└─activityVoucherType

int32

false

活动券类型1.普通券2.满减券 3套餐券

└─purchasePrice

number

false

预付购买价格(套餐券专用)

└─currPurchasePrice

number

false

当前买价格(套餐券专用)

└─createAt

int32

false

创建时间

└─updateAt

int32

false

更新时间

└─name

string

false

名称(套餐使用)

└─description

string

false

描述(套餐使用)

└─img

string

false

图片(套餐使用)

└─label

string

false

标签(套餐使用)

└─useDescriptionImg

string

false

使用说明图片(套餐使用)

└─donateGoods

string

false

赠送物品(套餐使用)

└─discount

number

false

折扣(套餐使用)

└─discountAmount

number

false

折扣金额(套餐使用)

└─styleType

int32

false

样式详情 1图片 2文字图片(套餐使用)

└─amountDescription

string

false

金额描述(如 原价2454)

└─foodImg

string

false

菜品图

└─createBy

int32

false

创建人

└─createTime

string

false

创建时间

└─updateBy

int32

false

更新人

└─updateTime

string

false

更新时间

└─sysVoucherFoodList

array

false

No comments found.

     └─id

int32

false

主键

     └─voucherId

int32

false

券id

     └─foodName

string

false

菜名

     └─quantity

int32

false

数量

     └─price

number

false

价格

     └─description

string

false

描述

     └─img

string

false

图片

     └─createBy

int32

false

创建人

     └─createTime

string

false

创建时间

     └─updateBy

int32

false

更新人

     └─updateTime

string

false

更新时间

└─activityName

string

false

活动名称

└─shopCount

int32

false

No comments found.

└─brandName

string

false

No comments found.

shopIdList

array

false

No comments found.

myFrequency

int32

false

No comments found.

voucherDescribeList

array

false

No comments found.

└─id

int32

false

主键

└─activityVoucherId

int32

false

活动id

└─discountLabel

string

false

优惠标签

└─discountRatio

string

false

优惠折扣

└─discountPrice

string

false

优惠价

└─oldPrice

string

false

原价

└─activityDescribe

string

false

活动描述

└─createBy

int32

false

创建人

└─createTime

string

false

创建时间

└─updateBy

int32

false

更新人

└─updateTime

string

false

更新时间

Request-body:

{
  "id": 132,
  "name": "janessa.murphy",
  "status": 60,
  "type": 744,
  "cover": "8qs0is",
  "background": "txdj8t",
  "shareTitle": "103znu",
  "shareCover": "3cb9df",
  "startTime": "2025-11-15 12:54:52",
  "endTime": "2025-11-15 12:54:52",
  "contentImage": "88dbvx",
  "describe": "lathvk",
  "isAllPart": 690,
  "dayNumber": 499,
  "frequency": 375,
  "forwardFrequency": 869,
  "isValid": 416,
  "voucherStartTime": "2025-11-15 12:54:52",
  "voucherEndTime": "2025-11-15 12:54:52",
  "applyType": 921,
  "createAt": 112,
  "updateAt": 509,
  "activityVoucherType": 303,
  "isDetailsImage": 21,
  "detailsImage": "3ypvzq",
  "adImage": "eqdqi9",
  "activityDescribe": "cwidtl",
  "createBy": 713,
  "createTime": "2025-11-15 12:54:52",
  "updateBy": 568,
  "updateTime": "2025-11-15 12:54:52",
  "voucherList": [
    {
      "id": 995,
      "activityId": 890,
      "amount": 55,
      "totalNumber": 440,
      "stock": 226,
      "conditionAmount": 185,
      "limitNumber": 694,
      "useTimeType": 886,
      "probability": 49.51,
      "activityVoucherType": 393,
      "purchasePrice": 649,
      "currPurchasePrice": 375,
      "createAt": 154,
      "updateAt": 565,
      "name": "janessa.murphy",
      "description": "qudi8d",
      "img": "yx1c7o",
      "label": "bqi2bk",
      "useDescriptionImg": "e94r2c",
      "donateGoods": "f0hgaj",
      "discount": 442,
      "discountAmount": 42,
      "styleType": 940,
      "amountDescription": "b3d0ax",
      "foodImg": "6bvmhw",
      "createBy": 904,
      "createTime": "2025-11-15 12:54:52",
      "updateBy": 621,
      "updateTime": "2025-11-15 12:54:52",
      "sysVoucherFoodList": [
        {
          "id": 817,
          "voucherId": 410,
          "foodName": "janessa.murphy",
          "quantity": 506,
          "price": 575,
          "description": "jrzvf6",
          "img": "beau97",
          "createBy": 620,
          "createTime": "2025-11-15 12:54:52",
          "updateBy": 615,
          "updateTime": "2025-11-15 12:54:52"
        }
      ],
      "activityName": "janessa.murphy",
      "shopCount": 812,
      "brandName": "janessa.murphy"
    }
  ],
  "shopIdList": [
    614
  ],
  "myFrequency": 512,
  "voucherDescribeList": [
    {
      "id": 680,
      "activityVoucherId": 462,
      "discountLabel": "908s56",
      "discountRatio": "dzxaho",
      "discountPrice": "skyjyg",
      "oldPrice": "i8ti8a",
      "activityDescribe": "07x0rh",
      "createBy": 517,
      "createTime": "2025-11-15 12:54:52",
      "updateBy": 416,
      "updateTime": "2025-11-15 12:54:52"
    }
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 965,
    "totalPage": 836,
    "page": 566,
    "pageSize": 404
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/update --data '{
  "id": 132,
  "name": "janessa.murphy",
  "status": 60,
  "type": 744,
  "cover": "8qs0is",
  "background": "txdj8t",
  "shareTitle": "103znu",
  "shareCover": "3cb9df",
  "startTime": "2025-11-15 12:54:52",
  "endTime": "2025-11-15 12:54:52",
  "contentImage": "88dbvx",
  "describe": "lathvk",
  "isAllPart": 690,
  "dayNumber": 499,
  "frequency": 375,
  "forwardFrequency": 869,
  "isValid": 416,
  "voucherStartTime": "2025-11-15 12:54:52",
  "voucherEndTime": "2025-11-15 12:54:52",
  "applyType": 921,
  "createAt": 112,
  "updateAt": 509,
  "activityVoucherType": 303,
  "isDetailsImage": 21,
  "detailsImage": "3ypvzq",
  "adImage": "eqdqi9",
  "activityDescribe": "cwidtl",
  "createBy": 713,
  "createTime": "2025-11-15 12:54:52",
  "updateBy": 568,
  "updateTime": "2025-11-15 12:54:52",
  "voucherList": [
    {
      "id": 995,
      "activityId": 890,
      "amount": 55,
      "totalNumber": 440,
      "stock": 226,
      "conditionAmount": 185,
      "limitNumber": 694,
      "useTimeType": 886,
      "probability": 49.51,
      "activityVoucherType": 393,
      "purchasePrice": 649,
      "currPurchasePrice": 375,
      "createAt": 154,
      "updateAt": 565,
      "name": "janessa.murphy",
      "description": "qudi8d",
      "img": "yx1c7o",
      "label": "bqi2bk",
      "useDescriptionImg": "e94r2c",
      "donateGoods": "f0hgaj",
      "discount": 442,
      "discountAmount": 42,
      "styleType": 940,
      "amountDescription": "b3d0ax",
      "foodImg": "6bvmhw",
      "createBy": 904,
      "createTime": "2025-11-15 12:54:52",
      "updateBy": 621,
      "updateTime": "2025-11-15 12:54:52",
      "sysVoucherFoodList": [
        {
          "id": 817,
          "voucherId": 410,
          "foodName": "janessa.murphy",
          "quantity": 506,
          "price": 575,
          "description": "jrzvf6",
          "img": "beau97",
          "createBy": 620,
          "createTime": "2025-11-15 12:54:52",
          "updateBy": 615,
          "updateTime": "2025-11-15 12:54:52"
        }
      ],
      "activityName": "janessa.murphy",
      "shopCount": 812,
      "brandName": "janessa.murphy"
    }
  ],
  "shopIdList": [
    614
  ],
  "myFrequency": 512,
  "voucherDescribeList": [
    {
      "id": 680,
      "activityVoucherId": 462,
      "discountLabel": "908s56",
      "discountRatio": "dzxaho",
      "discountPrice": "skyjyg",
      "oldPrice": "i8ti8a",
      "activityDescribe": "07x0rh",
      "createBy": 517,
      "createTime": "2025-11-15 12:54:52",
      "updateBy": 416,
      "updateTime": "2025-11-15 12:54:52"
    }
  ]
}'

10.8. 删除代金券活动信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除代金券活动信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 91,
    "totalPage": 418,
    "page": 199,
    "pageSize": 212
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/delete?id=553 --data '&553'

10.9. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 79,
    "totalPage": 365,
    "page": 5,
    "pageSize": 845
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/suspend/613

10.10. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 407,
    "totalPage": 767,
    "page": 516,
    "pageSize": 572
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/restart/648

10.11. 查询当前店铺可用的套餐活动券

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询当前店铺可用的套餐活动券

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

shopId

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─id

int32

主键编码

-

└─activityId

int32

活动编码

-

└─amount

number

金额 (面值套餐券专用)

-

└─totalNumber

int32

总量

-

└─stock

int32

库存

-

└─conditionAmount

number

条件金额

-

└─limitNumber

int32

限制数量

-

└─useTimeType

int32

可用时间 1午餐 2晚餐 3全部

-

└─probability

double

领取概率

-

└─activityVoucherType

int32

活动券类型1.普通券2.满减券 3套餐券

-

└─purchasePrice

number

预付购买价格(套餐券专用)

-

└─currPurchasePrice

number

当前买价格(套餐券专用)

-

└─createAt

int32

创建时间

-

└─updateAt

int32

更新时间

-

└─name

string

名称(套餐使用)

-

└─description

string

描述(套餐使用)

-

└─img

string

图片(套餐使用)

-

└─label

string

标签(套餐使用)

-

└─useDescriptionImg

string

使用说明图片(套餐使用)

-

└─donateGoods

string

赠送物品(套餐使用)

-

└─discount

number

折扣(套餐使用)

-

└─discountAmount

number

折扣金额(套餐使用)

-

└─styleType

int32

样式详情 1图片 2文字图片(套餐使用)

-

└─amountDescription

string

金额描述(如 原价2454)

-

└─foodImg

string

菜品图

-

└─createBy

int32

创建人

-

└─createTime

string

创建时间

-

└─updateBy

int32

更新人

-

└─updateTime

string

更新时间

-

└─sysVoucherFoodList

array

No comments found.

-

     └─id

int32

主键

-

     └─voucherId

int32

券id

-

     └─foodName

string

菜名

-

     └─quantity

int32

数量

-

     └─price

number

价格

-

     └─description

string

描述

-

     └─img

string

图片

-

     └─createBy

int32

创建人

-

     └─createTime

string

创建时间

-

     └─updateBy

int32

更新人

-

     └─updateTime

string

更新时间

-

└─activityName

string

活动名称

-

└─shopCount

int32

No comments found.

-

└─brandName

string

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "id": 992,
      "activityId": 788,
      "amount": 863,
      "totalNumber": 346,
      "stock": 597,
      "conditionAmount": 691,
      "limitNumber": 194,
      "useTimeType": 652,
      "probability": 70.29,
      "activityVoucherType": 635,
      "purchasePrice": 308,
      "currPurchasePrice": 238,
      "createAt": 272,
      "updateAt": 285,
      "name": "janessa.murphy",
      "description": "bjeepo",
      "img": "bi9rmp",
      "label": "pz01zl",
      "useDescriptionImg": "7pgqwk",
      "donateGoods": "pyf32l",
      "discount": 576,
      "discountAmount": 426,
      "styleType": 62,
      "amountDescription": "wrzdty",
      "foodImg": "eppsd4",
      "createBy": 848,
      "createTime": "2025-11-15 12:54:52",
      "updateBy": 56,
      "updateTime": "2025-11-15 12:54:52",
      "sysVoucherFoodList": [
        {
          "id": 437,
          "voucherId": 253,
          "foodName": "janessa.murphy",
          "quantity": 187,
          "price": 907,
          "description": "dhqz4c",
          "img": "n8b47o",
          "createBy": 225,
          "createTime": "2025-11-15 12:54:52",
          "updateBy": 290,
          "updateTime": "2025-11-15 12:54:52"
        }
      ],
      "activityName": "janessa.murphy",
      "shopCount": 822,
      "brandName": "janessa.murphy"
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 306,
    "totalPage": 304,
    "page": 369,
    "pageSize": 435
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/getAvailablePackageVouchers/761

11. 地址管理

11.1. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

city

string

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 76,
    "totalPage": 219,
    "page": 371,
    "pageSize": 756
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/address/getSubway?city=hogx6x --data '&hogx6x'

11.2. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 772,
    "totalPage": 796,
    "page": 671,
    "pageSize": 737
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/address/getRegionDumps

11.3. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 42,
    "totalPage": 544,
    "page": 914,
    "pageSize": 392
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/address/getRegion?id=925&name=janessa.murphy --data '&925&janessa.murphy'

12. 小程序分享

12.1. 分页查询

Type: POST

Author: enc

Content-Type: application/json

Description: 分页查询

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

主键

type

int32

false

类型1首页2店铺详情页3推客申请4邀请好友5企业会员6企业会员邀请同事7招商入驻

title

string

false

标题

description

string

false

描述

img

string

false

图片

isEnable

int32

false

1启用0禁用

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

createBy

int32

false

创建人

updateBy

int32

false

更新人

size

int64

false

No comments found.

current

int64

false

No comments found.

Request-body:

{
  "id": 184,
  "type": 682,
  "title": "qorifm",
  "description": "28mdu0",
  "img": "gzxi8u",
  "isEnable": 980,
  "createAt": 684,
  "updateAt": 368,
  "createBy": 552,
  "updateBy": 119,
  "size": 777,
  "current": 724
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 571,
    "totalPage": 931,
    "page": 411,
    "pageSize": 632
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysAppletShare/page --data '{
  "id": 184,
  "type": 682,
  "title": "qorifm",
  "description": "28mdu0",
  "img": "gzxi8u",
  "isEnable": 980,
  "createAt": 684,
  "updateAt": 368,
  "createBy": 552,
  "updateBy": 119,
  "size": 777,
  "current": 724
}'

12.2. 通过id查询小程序分享

Type: GET

Author: enc

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 通过id查询小程序分享

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

id

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 166,
    "totalPage": 118,
    "page": 331,
    "pageSize": 179
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysAppletShare/224

12.3. 新增小程序分享

Type: POST

Author: enc

Content-Type: application/json

Description: 新增小程序分享

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

主键

type

int32

false

类型1首页2店铺详情页3推客申请4邀请好友5企业会员6企业会员邀请同事7招商入驻

title

string

false

标题

description

string

false

描述

img

string

false

图片

isEnable

int32

false

1启用0禁用

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

createBy

int32

false

创建人

updateBy

int32

false

更新人

Request-body:

{
  "id": 349,
  "type": 830,
  "title": "id2rzk",
  "description": "4g4xy6",
  "img": "ikcsps",
  "isEnable": 4,
  "createAt": 300,
  "updateAt": 97,
  "createBy": 278,
  "updateBy": 447
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 93,
    "totalPage": 788,
    "page": 402,
    "pageSize": 234
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysAppletShare --data '{
  "id": 349,
  "type": 830,
  "title": "id2rzk",
  "description": "4g4xy6",
  "img": "ikcsps",
  "isEnable": 4,
  "createAt": 300,
  "updateAt": 97,
  "createBy": 278,
  "updateBy": 447
}'

12.4. 修改小程序分享

Type: PUT

Author: enc

Content-Type: application/json

Description: 修改小程序分享

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

主键

type

int32

false

类型1首页2店铺详情页3推客申请4邀请好友5企业会员6企业会员邀请同事7招商入驻

title

string

false

标题

description

string

false

描述

img

string

false

图片

isEnable

int32

false

1启用0禁用

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

createBy

int32

false

创建人

updateBy

int32

false

更新人

Request-body:

{
  "id": 109,
  "type": 563,
  "title": "f5ochb",
  "description": "014n5m",
  "img": "hc9h32",
  "isEnable": 845,
  "createAt": 577,
  "updateAt": 164,
  "createBy": 566,
  "updateBy": 358
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 704,
    "totalPage": 464,
    "page": 90,
    "pageSize": 566
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X PUT -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysAppletShare --data '{
  "id": 109,
  "type": 563,
  "title": "f5ochb",
  "description": "014n5m",
  "img": "hc9h32",
  "isEnable": 845,
  "createAt": 577,
  "updateAt": 164,
  "createBy": 566,
  "updateBy": 358
}'

12.5. 通过id删除登录弹出窗页

Type: DELETE

Author: enc

Content-Type: application/json

Description: 通过id删除登录弹出窗页

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

ids

array

false

id列表,[array of int32]

Request-body:

[
  316
]

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 695,
    "totalPage": 211,
    "page": 876,
    "pageSize": 139
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X DELETE -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysAppletShare --data '[
  316
]'

12.6. 启用

Type: POST

Author: enc

Content-Type: application/json

Description: 启用

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

主键

type

int32

false

类型1首页2店铺详情页3推客申请4邀请好友5企业会员6企业会员邀请同事7招商入驻

title

string

false

标题

description

string

false

描述

img

string

false

图片

isEnable

int32

false

1启用0禁用

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

createBy

int32

false

创建人

updateBy

int32

false

更新人

Request-body:

{
  "id": 822,
  "type": 809,
  "title": "99fi7k",
  "description": "p9q3w1",
  "img": "hmn7mv",
  "isEnable": 255,
  "createAt": 89,
  "updateAt": 286,
  "createBy": 763,
  "updateBy": 307
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 607,
    "totalPage": 840,
    "page": 642,
    "pageSize": 537
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysAppletShare/enable --data '{
  "id": 822,
  "type": 809,
  "title": "99fi7k",
  "description": "p9q3w1",
  "img": "hmn7mv",
  "isEnable": 255,
  "createAt": 89,
  "updateAt": 286,
  "createBy": 763,
  "updateBy": 307
}'

13. 内部审核管理

13.1. 查询单个审核

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个审核

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 972,
    "totalPage": 160,
    "page": 532,
    "pageSize": 979
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/audit/getAudit/941

13.2. 查询审核列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询审核列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

type

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 113,
    "totalPage": 977,
    "page": 406,
    "pageSize": 295
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/audit/list?status=877&type=1&startTime=773&endTime=718&page=1&pageSize=10&keyword= --data '&""&877&1&773&718&1&10'

13.3. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 936,
    "totalPage": 796,
    "page": 412,
    "pageSize": 356
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/audit/getNotifyList

13.4. 提交店铺审核信息

Type: POST

Content-Type: application/json

Description: 提交店铺审核信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

image

string

false

No comments found.

auditStatus

int32

false

No comments found.

accountId

int32

false

No comments found.

businessHours

string

false

No comments found.

specialBusinessHours

string

false

No comments found.

point

number

false

No comments found.

tags

string

false

No comments found.

serviceFacilities

string

false

No comments found.

featuredServices

string

false

No comments found.

status

int32

false

No comments found.

reservationAmount

number

false

No comments found.

category

string

false

No comments found.

price

int32

false

No comments found.

phone

string

false

No comments found.

preFlag

int32

false

No comments found.

timeSpan

string

false

No comments found.

preType

int32

false

No comments found.

days

int32

false

No comments found.

banStart

string

false

No comments found.

banEnd

string

false

No comments found.

remark

string

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

address

string

false

No comments found.

areaCode

int32

false

No comments found.

metro

string

false

No comments found.

metroInfo

string

false

No comments found.

tradeArea

string

false

No comments found.

listingTime

int32

false

No comments found.

reservePhone

string

false

No comments found.

banner

string

false

No comments found.

activity

string

false

No comments found.

detailsImg

string

false

No comments found.

leaderName

string

false

No comments found.

createBy

int32

false

No comments found.

createAt

int32

false

No comments found.

updateBy

int32

false

No comments found.

updateAt

int32

false

No comments found.

externalDiscounts

number

false

No comments found.

lunchExternalDiscounts

number

false

No comments found.

lunchFlag

int32

false

No comments found.

info

string

false

No comments found.

Request-body:

{
  "id": 840,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "image": "fj00uz",
  "auditStatus": 250,
  "accountId": 484,
  "businessHours": "zly3vn",
  "specialBusinessHours": "0uufy1",
  "point": 684,
  "tags": "cib359",
  "serviceFacilities": "ul2rhz",
  "featuredServices": "nkh9ch",
  "status": 829,
  "reservationAmount": 218,
  "category": "mqqqqy",
  "price": 1,
  "phone": "516-785-2796",
  "preFlag": 3,
  "timeSpan": "ocxrqc",
  "preType": 573,
  "days": 50,
  "banStart": "2025-11-15",
  "banEnd": "2025-11-15",
  "remark": "ewsgdd",
  "latitude": 8.14,
  "longitude": 69.87,
  "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "areaCode": 684,
  "metro": "sqay4z",
  "metroInfo": "iec0yg",
  "tradeArea": "92xldx",
  "listingTime": 903,
  "reservePhone": "516-785-2796",
  "banner": "snz5m7",
  "activity": "zw0erd",
  "detailsImg": "guh9en",
  "leaderName": "janessa.murphy",
  "createBy": 187,
  "createAt": 727,
  "updateBy": 376,
  "updateAt": 471,
  "externalDiscounts": 756,
  "lunchExternalDiscounts": 154,
  "lunchFlag": 3,
  "info": "uxc1tz"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 875,
    "totalPage": 996,
    "page": 798,
    "pageSize": 420
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/audit/commitShop --data '{
  "id": 840,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "image": "fj00uz",
  "auditStatus": 250,
  "accountId": 484,
  "businessHours": "zly3vn",
  "specialBusinessHours": "0uufy1",
  "point": 684,
  "tags": "cib359",
  "serviceFacilities": "ul2rhz",
  "featuredServices": "nkh9ch",
  "status": 829,
  "reservationAmount": 218,
  "category": "mqqqqy",
  "price": 1,
  "phone": "516-785-2796",
  "preFlag": 3,
  "timeSpan": "ocxrqc",
  "preType": 573,
  "days": 50,
  "banStart": "2025-11-15",
  "banEnd": "2025-11-15",
  "remark": "ewsgdd",
  "latitude": 8.14,
  "longitude": 69.87,
  "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "areaCode": 684,
  "metro": "sqay4z",
  "metroInfo": "iec0yg",
  "tradeArea": "92xldx",
  "listingTime": 903,
  "reservePhone": "516-785-2796",
  "banner": "snz5m7",
  "activity": "zw0erd",
  "detailsImg": "guh9en",
  "leaderName": "janessa.murphy",
  "createBy": 187,
  "createAt": 727,
  "updateBy": 376,
  "updateAt": 471,
  "externalDiscounts": 756,
  "lunchExternalDiscounts": 154,
  "lunchFlag": 3,
  "info": "uxc1tz"
}'

13.5. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

realName

string

true

No comments found.

idCard

string

true

No comments found.

job

string

false

No comments found.

company

string

false

No comments found.

bankCard

string

true

No comments found.

bankCode

string

true

No comments found.

reservePhone

string

true

No comments found.

Request-body:

&janessa.murphy&360202197902186776&da3c4s&Green-Bauch&djio6r&83942&516-785-2796

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 35,
    "totalPage": 579,
    "page": 111,
    "pageSize": 501
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/audit/commitPush --data 'realName=janessa.murphy&idCard=360202197902186776&job=da3c4s&company=Green-Bauch&bankCard=djio6r&bankCode=83942&reservePhone=516-785-2796'

13.6. 修改审核已读状态

Type: POST

Content-Type: application/json

Description: 修改审核已读状态

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

type

int32

false

No comments found.

objectId

int32

false

No comments found.

status

int32

false

No comments found.

reason

string

false

No comments found.

readFlag

int32

false

No comments found.

createBy

int32

false

No comments found.

createAt

int32

false

No comments found.

updateBy

int32

false

No comments found.

updateAt

int32

false

No comments found.

info

string

false

No comments found.

Request-body:

{
  "id": 410,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "type": 327,
  "objectId": 890,
  "status": 730,
  "reason": "dc3r14",
  "readFlag": 3,
  "createBy": 816,
  "createAt": 326,
  "updateBy": 933,
  "updateAt": 79,
  "info": "mmi7z7"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 62,
    "totalPage": 186,
    "page": 791,
    "pageSize": 41
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/audit/updateReadFlag --data '{
  "id": 410,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "type": 327,
  "objectId": 890,
  "status": 730,
  "reason": "dc3r14",
  "readFlag": 3,
  "createBy": 816,
  "createAt": 326,
  "updateBy": 933,
  "updateAt": 79,
  "info": "mmi7z7"
}'

13.7. 修改审核信息

Type: POST

Content-Type: application/json

Description: 修改审核信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

type

int32

false

No comments found.

objectId

int32

false

No comments found.

status

int32

false

No comments found.

reason

string

false

No comments found.

readFlag

int32

false

No comments found.

createBy

int32

false

No comments found.

createAt

int32

false

No comments found.

updateBy

int32

false

No comments found.

updateAt

int32

false

No comments found.

info

string

false

No comments found.

Request-body:

{
  "id": 988,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "type": 505,
  "objectId": 653,
  "status": 267,
  "reason": "ebg9gs",
  "readFlag": 3,
  "createBy": 59,
  "createAt": 285,
  "updateBy": 190,
  "updateAt": 914,
  "info": "4zl2ue"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 711,
    "totalPage": 875,
    "page": 927,
    "pageSize": 269
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/audit/update --data '{
  "id": 988,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "type": 505,
  "objectId": 653,
  "status": 267,
  "reason": "ebg9gs",
  "readFlag": 3,
  "createBy": 59,
  "createAt": 285,
  "updateBy": 190,
  "updateAt": 914,
  "info": "4zl2ue"
}'

13.8. 删除审核信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除审核信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 179,
    "totalPage": 828,
    "page": 771,
    "pageSize": 751
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/audit/delete?id=610 --data '&610'

14. 内部账单管理

14.1. 查询单个账单

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个账单

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 411,
    "totalPage": 816,
    "page": 654,
    "pageSize": 954
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/bill/getBill/548

14.2. 查询账单列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询账单列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

accountName

string

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 509,
    "totalPage": 775,
    "page": 965,
    "pageSize": 479
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/bill/list?startTime=0&endTime=0&page=1&pageSize=10&accountName= --data '&""&0&0&1&10'

14.3. 创建账单信息

Type: POST

Content-Type: application/json

Description: 创建账单信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

objectId

int32

false

No comments found.

type

int32

false

No comments found.

parentId

int32

false

No comments found.

year

int32

false

No comments found.

month

int32

false

No comments found.

orderCount

int32

false

No comments found.

orderAmount

number

false

No comments found.

lunchOrderCount

int32

false

No comments found.

lunchOrderAmount

number

false

No comments found.

createAt

int32

false

No comments found.

orderList

array

false

No comments found.

└─id

int32

false

No comments found.

└─uuid

string

false

No comments found.

└─preOderCode

string

false

No comments found.

└─orderCode

string

false

No comments found.

└─wxCode

string

false

No comments found.

└─sysPlatformId

int32

false

No comments found.

└─type

int32

false

No comments found.

└─orderType

int32

false

No comments found.

└─consumeType

int32

false

No comments found.

└─status

int32

false

No comments found.

└─shopId

int32

false

No comments found.

└─mealTime

string

false

No comments found.

└─mealType

string

false

No comments found.

└─positionType

int32

false

No comments found.

└─peopleNum

int32

false

No comments found.

└─discount

number

false

No comments found.

└─earnestMoney

number

false

No comments found.

└─amount

number

false

No comments found.

└─totalAmount

number

false

No comments found.

└─noDiscountAmount

number

false

No comments found.

└─actualAmount

number

false

No comments found.

└─preAmount

number

false

No comments found.

└─deductionAmount

number

false

No comments found.

└─username

string

false

No comments found.

└─phone

string

false

No comments found.

└─gender

int32

false

No comments found.

└─banquetType

int32

false

No comments found.

└─remark

string

false

No comments found.

└─reason

string

false

No comments found.

└─plateNum

string

false

No comments found.

└─desc

string

false

No comments found.

└─payType

int32

false

No comments found.

└─statFlag

int32

false

No comments found.

└─notifyFlag

int32

false

No comments found.

└─userId

int32

false

No comments found.

└─enterpriseId

int32

false

No comments found.

└─preId

int32

false

No comments found.

└─unitId

int32

false

No comments found.

└─callNum

int32

false

No comments found.

└─orderAmount

number

false

No comments found.

└─accountAmount

number

false

No comments found.

└─userVoucherId

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─deleteFlag

int32

false

No comments found.

└─createBy

int32

false

No comments found.

└─cashier

int32

false

No comments found.

└─payTime

string

false

No comments found.

└─refundTime

string

false

No comments found.

└─innerDiscount

number

false

No comments found.

└─inflateFlag

int32

false

No comments found.

└─noDiscountAmountDiff

number

false

No comments found.

└─grossProfit

number

false

No comments found.

└─accountId

int32

false

No comments found.

└─voucherAmount

number

false

No comments found.

└─normalUserVoucherId

int32

false

No comments found.

└─normalVoucherAmount

number

false

No comments found.

└─packageVoucherOrderId

int32

false

No comments found.

└─voucherId

int32

false

No comments found.

└─voucherQuantity

int32

false

No comments found.

└─needVoucherQuantity

int32

false

No comments found.

└─useUserVoucherIds

string

false

No comments found.

└─positionId

string

false

No comments found.

└─authCode

string

false

用户付款码code

└─shop

object

false

No comments found.

     └─id

int32

false

No comments found.

     └─uuid

string

false

No comments found.

     └─name

string

false

No comments found.

     └─image

string

false

No comments found.

     └─auditStatus

int32

false

No comments found.

     └─accountId

int32

false

No comments found.

     └─businessHours

string

false

No comments found.

     └─specialBusinessHours

string

false

No comments found.

     └─point

number

false

No comments found.

     └─tags

string

false

No comments found.

     └─serviceFacilities

string

false

No comments found.

     └─featuredServices

string

false

No comments found.

     └─status

int32

false

No comments found.

     └─reservationAmount

number

false

No comments found.

     └─category

string

false

No comments found.

     └─price

int32

false

No comments found.

     └─phone

string

false

No comments found.

     └─preFlag

int32

false

No comments found.

     └─timeSpan

string

false

No comments found.

     └─preType

int32

false

No comments found.

     └─days

int32

false

No comments found.

     └─banStart

string

false

No comments found.

     └─banEnd

string

false

No comments found.

     └─remark

string

false

No comments found.

     └─latitude

float

false

No comments found.

     └─longitude

float

false

No comments found.

     └─address

string

false

No comments found.

     └─areaCode

int32

false

No comments found.

     └─metro

string

false

No comments found.

     └─metroInfo

string

false

No comments found.

     └─tradeArea

string

false

No comments found.

     └─listingTime

int32

false

No comments found.

     └─reservePhone

string

false

No comments found.

     └─banner

string

false

No comments found.

     └─activity

string

false

No comments found.

     └─detailsImg

string

false

No comments found.

     └─leaderName

string

false

No comments found.

     └─createBy

int32

false

No comments found.

     └─createAt

int32

false

No comments found.

     └─updateBy

int32

false

No comments found.

     └─updateAt

int32

false

No comments found.

     └─externalDiscounts

number

false

No comments found.

     └─lunchExternalDiscounts

number

false

No comments found.

     └─lunchFlag

int32

false

No comments found.

     └─info

string

false

No comments found.

└─name

string

false

No comments found.

└─shopName

string

false

No comments found.

└─createTime

string

false

No comments found.

└─positionName

string

false

No comments found.

└─payInfo

string

false

No comments found.

└─notifyTime

string

false

No comments found.

└─avatar

string

false

No comments found.

└─accountName

string

false

No comments found.

└─discountAmount

number

false

No comments found.

└─activityName

string

false

No comments found.

└─account

object

false

No comments found.

     └─id

int32

false

No comments found.

     └─uuid

string

false

No comments found.

     └─platformId

int32

false

No comments found.

     └─name

string

false

No comments found.

     └─businessLicenseCode

string

false

No comments found.

     └─legalPerson

string

false

No comments found.

     └─phone

string

false

No comments found.

     └─amount

number

false

No comments found.

     └─discount

number

false

No comments found.

     └─externalDiscounts

number

false

No comments found.

     └─lunchFlag

int32

false

No comments found.

     └─lunchAmount

number

false

No comments found.

     └─lunchDiscount

number

false

No comments found.

     └─lunchExternalDiscounts

number

false

No comments found.

     └─lunchDescribeFlag

int32

false

No comments found.

     └─lunchDescribe

string

false

No comments found.

     └─inflateFlag

int32

false

No comments found.

     └─quota

number

false

No comments found.

     └─threshold

number

false

No comments found.

     └─status

int32

false

No comments found.

     └─bankCard

string

false

No comments found.

     └─createAt

int32

false

No comments found.

     └─updateAt

int32

false

No comments found.

     └─cardNumber

string

false

No comments found.

     └─lunchCardNumber

string

false

No comments found.

     └─shopNumber

int32

false

No comments found.

     └─brandSlogan

string

false

No comments found.

     └─brandLogo

string

false

No comments found.

     └─brandName

string

false

No comments found.

     └─signTime

string

false

No comments found.

     └─openBank

string

false

No comments found.

     └─openBankName

string

false

No comments found.

     └─contractFile

string

false

No comments found.

     └─fireFightingFile

string

false

No comments found.

     └─legalFile

string

false

No comments found.

     └─brandHistory

string

false

No comments found.

     └─brandIntroduce

string

false

No comments found.

└─platformDiscount

number

false

No comments found.

└─cashierName

string

false

No comments found.

└─cashierPhone

string

false

No comments found.

└─paymentPhone

string

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 646,
  "objectId": 51,
  "type": 962,
  "parentId": 58,
  "year": 595,
  "month": 483,
  "orderCount": 152,
  "orderAmount": 76,
  "lunchOrderCount": 82,
  "lunchOrderAmount": 964,
  "createAt": 369,
  "orderList": [
    {
      "id": 133,
      "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
      "preOderCode": "83942",
      "orderCode": "83942",
      "wxCode": "83942",
      "sysPlatformId": 241,
      "type": 466,
      "orderType": 252,
      "consumeType": 300,
      "status": 570,
      "shopId": 235,
      "mealTime": "2025-11-15",
      "mealType": "yh12yn",
      "positionType": 369,
      "peopleNum": 645,
      "discount": 703,
      "earnestMoney": 390,
      "amount": 551,
      "totalAmount": 667,
      "noDiscountAmount": 527,
      "actualAmount": 691,
      "preAmount": 508,
      "deductionAmount": 915,
      "username": "janessa.murphy",
      "phone": "516-785-2796",
      "gender": 1,
      "banquetType": 51,
      "remark": "ers3lw",
      "reason": "7ssrob",
      "plateNum": "3umgz2",
      "desc": "7lf8wg",
      "payType": 636,
      "statFlag": 3,
      "notifyFlag": 3,
      "userId": 914,
      "enterpriseId": 908,
      "preId": 166,
      "unitId": 867,
      "callNum": 284,
      "orderAmount": 594,
      "accountAmount": 920,
      "userVoucherId": 637,
      "createAt": 679,
      "updateAt": 738,
      "deleteFlag": 3,
      "createBy": 751,
      "cashier": 265,
      "payTime": "2025-11-15 12:54:53",
      "refundTime": "2025-11-15 12:54:53",
      "innerDiscount": 741,
      "inflateFlag": 3,
      "noDiscountAmountDiff": 274,
      "grossProfit": 351,
      "accountId": 180,
      "voucherAmount": 921,
      "normalUserVoucherId": 873,
      "normalVoucherAmount": 219,
      "packageVoucherOrderId": 521,
      "voucherId": 539,
      "voucherQuantity": 639,
      "needVoucherQuantity": 715,
      "useUserVoucherIds": "89",
      "positionId": "139",
      "authCode": "83942",
      "shop": {
        "id": 538,
        "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
        "name": "janessa.murphy",
        "image": "gz7rbv",
        "auditStatus": 779,
        "accountId": 983,
        "businessHours": "a8bqtv",
        "specialBusinessHours": "rf9yz2",
        "point": 296,
        "tags": "2o5fpp",
        "serviceFacilities": "m9wrls",
        "featuredServices": "g2ungi",
        "status": 541,
        "reservationAmount": 211,
        "category": "bdsaoo",
        "price": 941,
        "phone": "516-785-2796",
        "preFlag": 3,
        "timeSpan": "l2an9v",
        "preType": 178,
        "days": 758,
        "banStart": "2025-11-15",
        "banEnd": "2025-11-15",
        "remark": "nhnfqd",
        "latitude": 19.36,
        "longitude": 83.18,
        "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
        "areaCode": 35,
        "metro": "aivq8j",
        "metroInfo": "2b3v99",
        "tradeArea": "jc3tm8",
        "listingTime": 3,
        "reservePhone": "516-785-2796",
        "banner": "wbbodo",
        "activity": "732dfb",
        "detailsImg": "6qmksf",
        "leaderName": "janessa.murphy",
        "createBy": 686,
        "createAt": 807,
        "updateBy": 38,
        "updateAt": 324,
        "externalDiscounts": 880,
        "lunchExternalDiscounts": 167,
        "lunchFlag": 3,
        "info": "rpb203"
      },
      "name": "janessa.murphy",
      "shopName": "janessa.murphy",
      "createTime": "2025-11-15 12:54:47",
      "positionName": "janessa.murphy",
      "payInfo": "b72mgx",
      "notifyTime": "2025-11-15 12:54:47",
      "avatar": "i01a7r",
      "accountName": "janessa.murphy",
      "discountAmount": 377,
      "activityName": "janessa.murphy",
      "account": {
        "id": 737,
        "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
        "platformId": 523,
        "name": "janessa.murphy",
        "businessLicenseCode": "83942",
        "legalPerson": "dk4qwq",
        "phone": "516-785-2796",
        "amount": 492,
        "discount": 426,
        "externalDiscounts": 701,
        "lunchFlag": 3,
        "lunchAmount": 690,
        "lunchDiscount": 662,
        "lunchExternalDiscounts": 562,
        "lunchDescribeFlag": 3,
        "lunchDescribe": "v0f1ah",
        "inflateFlag": 3,
        "quota": 359,
        "threshold": 667,
        "status": 948,
        "bankCard": "d5cm46",
        "createAt": 988,
        "updateAt": 300,
        "cardNumber": "cybsg1",
        "lunchCardNumber": "bwb7pk",
        "shopNumber": 415,
        "brandSlogan": "ext5tp",
        "brandLogo": "3rz5fv",
        "brandName": "janessa.murphy",
        "signTime": "2025-11-15 12:54:53",
        "openBank": "krw0n6",
        "openBankName": "janessa.murphy",
        "contractFile": "76c8gd",
        "fireFightingFile": "lv6qos",
        "legalFile": "jxk2yh",
        "brandHistory": "xf2x9e",
        "brandIntroduce": "44mww4"
      },
      "platformDiscount": 380,
      "cashierName": "janessa.murphy",
      "cashierPhone": "516-785-2796",
      "paymentPhone": "516-785-2796"
    }
  ],
  "createTime": "2025-11-15 12:54:47"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 303,
    "totalPage": 299,
    "page": 275,
    "pageSize": 508
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/bill/create --data '{
  "id": 646,
  "objectId": 51,
  "type": 962,
  "parentId": 58,
  "year": 595,
  "month": 483,
  "orderCount": 152,
  "orderAmount": 76,
  "lunchOrderCount": 82,
  "lunchOrderAmount": 964,
  "createAt": 369,
  "orderList": [
    {
      "id": 133,
      "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
      "preOderCode": "83942",
      "orderCode": "83942",
      "wxCode": "83942",
      "sysPlatformId": 241,
      "type": 466,
      "orderType": 252,
      "consumeType": 300,
      "status": 570,
      "shopId": 235,
      "mealTime": "2025-11-15",
      "mealType": "yh12yn",
      "positionType": 369,
      "peopleNum": 645,
      "discount": 703,
      "earnestMoney": 390,
      "amount": 551,
      "totalAmount": 667,
      "noDiscountAmount": 527,
      "actualAmount": 691,
      "preAmount": 508,
      "deductionAmount": 915,
      "username": "janessa.murphy",
      "phone": "516-785-2796",
      "gender": 1,
      "banquetType": 51,
      "remark": "ers3lw",
      "reason": "7ssrob",
      "plateNum": "3umgz2",
      "desc": "7lf8wg",
      "payType": 636,
      "statFlag": 3,
      "notifyFlag": 3,
      "userId": 914,
      "enterpriseId": 908,
      "preId": 166,
      "unitId": 867,
      "callNum": 284,
      "orderAmount": 594,
      "accountAmount": 920,
      "userVoucherId": 637,
      "createAt": 679,
      "updateAt": 738,
      "deleteFlag": 3,
      "createBy": 751,
      "cashier": 265,
      "payTime": "2025-11-15 12:54:53",
      "refundTime": "2025-11-15 12:54:53",
      "innerDiscount": 741,
      "inflateFlag": 3,
      "noDiscountAmountDiff": 274,
      "grossProfit": 351,
      "accountId": 180,
      "voucherAmount": 921,
      "normalUserVoucherId": 873,
      "normalVoucherAmount": 219,
      "packageVoucherOrderId": 521,
      "voucherId": 539,
      "voucherQuantity": 639,
      "needVoucherQuantity": 715,
      "useUserVoucherIds": "89",
      "positionId": "139",
      "authCode": "83942",
      "shop": {
        "id": 538,
        "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
        "name": "janessa.murphy",
        "image": "gz7rbv",
        "auditStatus": 779,
        "accountId": 983,
        "businessHours": "a8bqtv",
        "specialBusinessHours": "rf9yz2",
        "point": 296,
        "tags": "2o5fpp",
        "serviceFacilities": "m9wrls",
        "featuredServices": "g2ungi",
        "status": 541,
        "reservationAmount": 211,
        "category": "bdsaoo",
        "price": 941,
        "phone": "516-785-2796",
        "preFlag": 3,
        "timeSpan": "l2an9v",
        "preType": 178,
        "days": 758,
        "banStart": "2025-11-15",
        "banEnd": "2025-11-15",
        "remark": "nhnfqd",
        "latitude": 19.36,
        "longitude": 83.18,
        "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
        "areaCode": 35,
        "metro": "aivq8j",
        "metroInfo": "2b3v99",
        "tradeArea": "jc3tm8",
        "listingTime": 3,
        "reservePhone": "516-785-2796",
        "banner": "wbbodo",
        "activity": "732dfb",
        "detailsImg": "6qmksf",
        "leaderName": "janessa.murphy",
        "createBy": 686,
        "createAt": 807,
        "updateBy": 38,
        "updateAt": 324,
        "externalDiscounts": 880,
        "lunchExternalDiscounts": 167,
        "lunchFlag": 3,
        "info": "rpb203"
      },
      "name": "janessa.murphy",
      "shopName": "janessa.murphy",
      "createTime": "2025-11-15 12:54:47",
      "positionName": "janessa.murphy",
      "payInfo": "b72mgx",
      "notifyTime": "2025-11-15 12:54:47",
      "avatar": "i01a7r",
      "accountName": "janessa.murphy",
      "discountAmount": 377,
      "activityName": "janessa.murphy",
      "account": {
        "id": 737,
        "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
        "platformId": 523,
        "name": "janessa.murphy",
        "businessLicenseCode": "83942",
        "legalPerson": "dk4qwq",
        "phone": "516-785-2796",
        "amount": 492,
        "discount": 426,
        "externalDiscounts": 701,
        "lunchFlag": 3,
        "lunchAmount": 690,
        "lunchDiscount": 662,
        "lunchExternalDiscounts": 562,
        "lunchDescribeFlag": 3,
        "lunchDescribe": "v0f1ah",
        "inflateFlag": 3,
        "quota": 359,
        "threshold": 667,
        "status": 948,
        "bankCard": "d5cm46",
        "createAt": 988,
        "updateAt": 300,
        "cardNumber": "cybsg1",
        "lunchCardNumber": "bwb7pk",
        "shopNumber": 415,
        "brandSlogan": "ext5tp",
        "brandLogo": "3rz5fv",
        "brandName": "janessa.murphy",
        "signTime": "2025-11-15 12:54:53",
        "openBank": "krw0n6",
        "openBankName": "janessa.murphy",
        "contractFile": "76c8gd",
        "fireFightingFile": "lv6qos",
        "legalFile": "jxk2yh",
        "brandHistory": "xf2x9e",
        "brandIntroduce": "44mww4"
      },
      "platformDiscount": 380,
      "cashierName": "janessa.murphy",
      "cashierPhone": "516-785-2796",
      "paymentPhone": "516-785-2796"
    }
  ],
  "createTime": "2025-11-15 12:54:47"
}'

14.4. 修改账单信息

Type: POST

Content-Type: application/json

Description: 修改账单信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

objectId

int32

false

No comments found.

type

int32

false

No comments found.

parentId

int32

false

No comments found.

year

int32

false

No comments found.

month

int32

false

No comments found.

orderCount

int32

false

No comments found.

orderAmount

number

false

No comments found.

lunchOrderCount

int32

false

No comments found.

lunchOrderAmount

number

false

No comments found.

createAt

int32

false

No comments found.

Request-body:

{
  "id": 952,
  "objectId": 947,
  "type": 760,
  "parentId": 582,
  "year": 52,
  "month": 618,
  "orderCount": 274,
  "orderAmount": 828,
  "lunchOrderCount": 224,
  "lunchOrderAmount": 177,
  "createAt": 734
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 444,
    "totalPage": 957,
    "page": 420,
    "pageSize": 905
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/bill/update --data '{
  "id": 952,
  "objectId": 947,
  "type": 760,
  "parentId": 582,
  "year": 52,
  "month": 618,
  "orderCount": 274,
  "orderAmount": 828,
  "lunchOrderCount": 224,
  "lunchOrderAmount": 177,
  "createAt": 734
}'

14.5. 删除账单信息

Type: POST

Content-Type: application/json

Description: 删除账单信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

ids

array

false

No comments found.,[array of int32]

Request-body:

[
  903
]

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 563,
    "totalPage": 624,
    "page": 761,
    "pageSize": 17
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/bill/delete --data '[
  903
]'

15. 系统配置表

15.1. 

Type: GET

Author: enc

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

configKey

string

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 619,
    "totalPage": 367,
    "page": 591,
    "pageSize": 85
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysConfig/getSysConfig/8q19gi

15.2. 

Type: POST

Author: enc

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

id

configKey

string

false

配置Key

configName

string

false

配置名称

configDesc

string

false

配置说明

configValue

string

false

配置值

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

createBy

int32

false

创建人

createTime

string

false

创建时间

updateBy

int32

false

更新人

updateTime

string

false

更新时间

Request-body:

{
  "id": 214,
  "configKey": "brksbs",
  "configName": "janessa.murphy",
  "configDesc": "kk17aw",
  "configValue": "0829lw",
  "createAt": 80,
  "updateAt": 99,
  "createBy": 366,
  "createTime": "2025-11-15 12:54:53",
  "updateBy": 510,
  "updateTime": "2025-11-15 12:54:53"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 797,
    "totalPage": 731,
    "page": 228,
    "pageSize": 651
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysConfig/update --data '{
  "id": 214,
  "configKey": "brksbs",
  "configName": "janessa.murphy",
  "configDesc": "kk17aw",
  "configValue": "0829lw",
  "createAt": 80,
  "updateAt": 99,
  "createBy": 366,
  "createTime": "2025-11-15 12:54:53",
  "updateBy": 510,
  "updateTime": "2025-11-15 12:54:53"
}'

15.3. 

Type: POST

Author: enc

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

id

configKey

string

false

配置Key

configName

string

false

配置名称

configDesc

string

false

配置说明

configValue

string

false

配置值

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

createBy

int32

false

创建人

createTime

string

false

创建时间

updateBy

int32

false

更新人

updateTime

string

false

更新时间

size

int64

false

No comments found.

current

int64

false

No comments found.

Request-body:

{
  "id": 829,
  "configKey": "zr2m9i",
  "configName": "janessa.murphy",
  "configDesc": "dpwe6j",
  "configValue": "yzhfdd",
  "createAt": 925,
  "updateAt": 868,
  "createBy": 928,
  "createTime": "2025-11-15 12:54:53",
  "updateBy": 314,
  "updateTime": "2025-11-15 12:54:53",
  "size": 517,
  "current": 996
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 50,
    "totalPage": 363,
    "page": 416,
    "pageSize": 848
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysConfig/pageList --data '{
  "id": 829,
  "configKey": "zr2m9i",
  "configName": "janessa.murphy",
  "configDesc": "dpwe6j",
  "configValue": "yzhfdd",
  "createAt": 925,
  "updateAt": 868,
  "createBy": 928,
  "createTime": "2025-11-15 12:54:53",
  "updateBy": 314,
  "updateTime": "2025-11-15 12:54:53",
  "size": 517,
  "current": 996
}'

16. 优惠券管理

16.1. 查询单个优惠券-基本信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个优惠券-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 678,
    "totalPage": 782,
    "page": 863,
    "pageSize": 331
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/coupon/getCoupon/911

16.2. 查询优惠券列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询优惠券列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 480,
    "totalPage": 412,
    "page": 5,
    "pageSize": 285
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/coupon/list?status=-1&startTime=0&endTime=0&page=1&pageSize=20&keyword= --data '&""&-1&0&0&1&20'

16.3. 查询优惠券下拉列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询优惠券下拉列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 143,
    "totalPage": 299,
    "page": 518,
    "pageSize": 180
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/coupon/selectList

16.4. 验券

Type: POST

Content-Type: application/json

Description: 验券

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

userId

int32

false

No comments found.

couponId

int32

false

No comments found.

code

string

false

No comments found.

status

int32

false

No comments found.

orderId

int32

false

No comments found.

startAt

int32

false

No comments found.

endAt

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 714,
  "userId": 736,
  "couponId": 750,
  "code": "83942",
  "status": 174,
  "orderId": 386,
  "startAt": 560,
  "endAt": 951,
  "createAt": 771,
  "updateAt": 709
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 685,
    "totalPage": 151,
    "page": 413,
    "pageSize": 469
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/coupon/check --data '{
  "id": 714,
  "userId": 736,
  "couponId": 750,
  "code": "83942",
  "status": 174,
  "orderId": 386,
  "startAt": 560,
  "endAt": 951,
  "createAt": 771,
  "updateAt": 709
}'

16.5. 创建优惠券信息

Type: POST

Content-Type: application/json

Description: 创建优惠券信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

type

int32

false

No comments found.

code

string

false

No comments found.

amount

number

false

No comments found.

conditionAmount

number

false

No comments found.

validDay

int32

false

No comments found.

image

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 583,
  "name": "janessa.murphy",
  "type": 983,
  "code": "83942",
  "amount": 641,
  "conditionAmount": 987,
  "validDay": 183,
  "image": "ds31v8",
  "createAt": 256,
  "updateAt": 60
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 299,
    "totalPage": 434,
    "page": 318,
    "pageSize": 237
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/coupon/create --data '{
  "id": 583,
  "name": "janessa.murphy",
  "type": 983,
  "code": "83942",
  "amount": 641,
  "conditionAmount": 987,
  "validDay": 183,
  "image": "ds31v8",
  "createAt": 256,
  "updateAt": 60
}'

16.6. 修改优惠券信息

Type: POST

Content-Type: application/json

Description: 修改优惠券信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

type

int32

false

No comments found.

code

string

false

No comments found.

amount

number

false

No comments found.

conditionAmount

number

false

No comments found.

validDay

int32

false

No comments found.

image

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 775,
  "name": "janessa.murphy",
  "type": 468,
  "code": "83942",
  "amount": 369,
  "conditionAmount": 290,
  "validDay": 455,
  "image": "l5vjz3",
  "createAt": 740,
  "updateAt": 676
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 188,
    "totalPage": 737,
    "page": 938,
    "pageSize": 670
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/coupon/update --data '{
  "id": 775,
  "name": "janessa.murphy",
  "type": 468,
  "code": "83942",
  "amount": 369,
  "conditionAmount": 290,
  "validDay": 455,
  "image": "l5vjz3",
  "createAt": 740,
  "updateAt": 676
}'

16.7. 删除优惠券信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除优惠券信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 718,
    "totalPage": 183,
    "page": 119,
    "pageSize": 602
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/coupon/delete?id=985 --data '&985'

17. 企业管理

17.1. 查询单个企业-基本信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个企业-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 42,
    "totalPage": 438,
    "page": 457,
    "pageSize": 677
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/enterprise/getEnterprise/355

17.2. 查询企业报销单位列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询企业报销单位列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

enterpriseId

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 370,
    "totalPage": 843,
    "page": 700,
    "pageSize": 444
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/enterprise/getReimburseUnitByEnterpriseId/368

17.3. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

size

int64

false

No comments found.

current

int64

false

No comments found.

id

int32

false

主键编码

name

string

false

名称

Request-body:

{
  "size": 760,
  "current": 257,
  "id": 839,
  "name": "janessa.murphy"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

└─pages

int64

当前分页总页数

-

└─records

array

分页记录列表

-

     └─id

int32

No comments found.

-

     └─name

string

No comments found.

-

     └─invitationCode

string

No comments found.

-

     └─monthAmount

number

No comments found.

-

     └─monthBudget

number

No comments found.

-

     └─amount

number

No comments found.

-

     └─userId

int32

No comments found.

-

     └─createAt

int32

No comments found.

-

     └─updateAt

int32

No comments found.

-

     └─usci

string

No comments found.

-

     └─contactAddress

string

No comments found.

-

     └─title

string

No comments found.

-

     └─contactPhone

string

No comments found.

-

     └─remarks

string

No comments found.

-

     └─logoImg

string

No comments found.

-

     └─agreImg

string

No comments found.

-

     └─memberCount

int64

No comments found.

-

     └─adminName

string

No comments found.

-

     └─consumeAmount

number

消费总金额

-

     └─consumeCount

number

费总笔数

-

└─total

int64

当前满足条件总行数

-

└─size

int64

获取每页显示条数

-

└─current

int64

当前页

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {
    "pages": 432,
    "records": [
      {
        "id": 682,
        "name": "janessa.murphy",
        "invitationCode": "83942",
        "monthAmount": 518,
        "monthBudget": 505,
        "amount": 739,
        "userId": 430,
        "createAt": 486,
        "updateAt": 937,
        "usci": "gb4gfb",
        "contactAddress": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
        "title": "d3orep",
        "contactPhone": "516-785-2796",
        "remarks": "n7nhx6",
        "logoImg": "e1x7kr",
        "agreImg": "sqxsp8",
        "memberCount": 783,
        "adminName": "janessa.murphy",
        "consumeAmount": 222,
        "consumeCount": 415
      }
    ],
    "total": 217,
    "size": 84,
    "current": 729
  },
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 769,
    "totalPage": 512,
    "page": 117,
    "pageSize": 330
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/enterprise/pageList --data '{
  "size": 760,
  "current": 257,
  "id": 839,
  "name": "janessa.murphy"
}'

17.4. 查询企业列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询企业列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 540,
    "totalPage": 539,
    "page": 469,
    "pageSize": 285
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/enterprise/list?status=-1&startTime=0&endTime=0&page=1&pageSize=20&keyword= --data '&""&-1&0&0&1&20'

17.5. 创建报销单位信息

Type: POST

Content-Type: application/json

Description: 创建报销单位信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

name

string

false

No comments found.

code

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 378,
  "enterpriseId": 226,
  "name": "janessa.murphy",
  "code": "83942",
  "createAt": 55,
  "updateAt": 826
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 941,
    "totalPage": 378,
    "page": 968,
    "pageSize": 232
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/enterprise/createReimburseUnit --data '{
  "id": 378,
  "enterpriseId": 226,
  "name": "janessa.murphy",
  "code": "83942",
  "createAt": 55,
  "updateAt": 826
}'

17.6. 创建企业信息

Type: POST

Content-Type: application/json

Description: 创建企业信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

invitationCode

string

false

No comments found.

monthAmount

number

false

No comments found.

monthBudget

number

false

No comments found.

amount

number

false

No comments found.

userId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

usci

string

false

No comments found.

contactAddress

string

false

No comments found.

title

string

false

No comments found.

contactPhone

string

false

No comments found.

remarks

string

false

No comments found.

logoImg

string

false

No comments found.

agreImg

string

false

No comments found.

realName

string

false

No comments found.

Request-body:

{
  "id": 29,
  "name": "janessa.murphy",
  "invitationCode": "83942",
  "monthAmount": 479,
  "monthBudget": 690,
  "amount": 123,
  "userId": 870,
  "createAt": 433,
  "updateAt": 261,
  "usci": "gylqya",
  "contactAddress": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "title": "rockdx",
  "contactPhone": "516-785-2796",
  "remarks": "ztjxow",
  "logoImg": "wae1qu",
  "agreImg": "ul1jqz",
  "realName": "janessa.murphy"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 512,
    "totalPage": 496,
    "page": 299,
    "pageSize": 810
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/enterprise/create --data '{
  "id": 29,
  "name": "janessa.murphy",
  "invitationCode": "83942",
  "monthAmount": 479,
  "monthBudget": 690,
  "amount": 123,
  "userId": 870,
  "createAt": 433,
  "updateAt": 261,
  "usci": "gylqya",
  "contactAddress": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "title": "rockdx",
  "contactPhone": "516-785-2796",
  "remarks": "ztjxow",
  "logoImg": "wae1qu",
  "agreImg": "ul1jqz",
  "realName": "janessa.murphy"
}'

17.7. 修改企业信息

Type: POST

Content-Type: application/json

Description: 修改企业信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

invitationCode

string

false

No comments found.

monthAmount

number

false

No comments found.

monthBudget

number

false

No comments found.

amount

number

false

No comments found.

userId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

usci

string

false

No comments found.

contactAddress

string

false

No comments found.

title

string

false

No comments found.

contactPhone

string

false

No comments found.

remarks

string

false

No comments found.

logoImg

string

false

No comments found.

agreImg

string

false

No comments found.

realName

string

false

No comments found.

Request-body:

{
  "id": 291,
  "name": "janessa.murphy",
  "invitationCode": "83942",
  "monthAmount": 104,
  "monthBudget": 604,
  "amount": 252,
  "userId": 883,
  "createAt": 660,
  "updateAt": 224,
  "usci": "rsz7au",
  "contactAddress": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "title": "iot8u3",
  "contactPhone": "516-785-2796",
  "remarks": "bbae5i",
  "logoImg": "3glwf9",
  "agreImg": "2xbc6d",
  "realName": "janessa.murphy"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 333,
    "totalPage": 871,
    "page": 618,
    "pageSize": 806
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/enterprise/update --data '{
  "id": 291,
  "name": "janessa.murphy",
  "invitationCode": "83942",
  "monthAmount": 104,
  "monthBudget": 604,
  "amount": 252,
  "userId": 883,
  "createAt": 660,
  "updateAt": 224,
  "usci": "rsz7au",
  "contactAddress": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "title": "iot8u3",
  "contactPhone": "516-785-2796",
  "remarks": "bbae5i",
  "logoImg": "3glwf9",
  "agreImg": "2xbc6d",
  "realName": "janessa.murphy"
}'

17.8. 删除报销单位信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除报销单位信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 532,
    "totalPage": 358,
    "page": 118,
    "pageSize": 291
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/enterprise/deleteReimburseUnit?id=281 --data '&281'

17.9. 删除企业信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除企业信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 519,
    "totalPage": 932,
    "page": 585,
    "pageSize": 783
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/enterprise/delete?id=283 --data '&283'

18. 文件管理

18.1. 

Type: POST

Content-Type: multipart/form-data

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

file

file

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 389,
    "totalPage": 381,
    "page": 961,
    "pageSize": 47
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: multipart/form-data' -H 'Authorization' -F 'file=' -i http://127.0.0.1:10086/_internal_/file/upload

18.2. 

Type: POST

Content-Type: multipart/form-data

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

file

file

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 111,
    "totalPage": 504,
    "page": 57,
    "pageSize": 775
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: multipart/form-data' -H 'Authorization' -F 'file=' -i http://127.0.0.1:10086/_internal_/file/uploadBasic

18.3. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

objectKey

string

true

No comments found.

Request-body:

&3ltzhx

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 378,
    "totalPage": 998,
    "page": 867,
    "pageSize": 678
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/file/download --data 'objectKey=3ltzhx'

19. 登录弹出窗页

19.1. 分页查询

Type: POST

Author: enc

Content-Type: application/json

Description: 分页查询

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

id

isEnable

int32

false

1启用0禁用

btnText

string

false

按钮文本

privacyContent

string

false

隐私条款描述内容

backgroundImg

string

false

背景图片

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

createBy

int32

false

创建人

updateBy

int32

false

更新人

size

int64

false

No comments found.

current

int64

false

No comments found.

Request-body:

{
  "id": 128,
  "isEnable": 515,
  "btnText": "90eej9",
  "privacyContent": "p7bzm1",
  "backgroundImg": "n9ems5",
  "createAt": 960,
  "updateAt": 897,
  "createBy": 968,
  "updateBy": 400,
  "size": 974,
  "current": 288
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 160,
    "totalPage": 884,
    "page": 870,
    "pageSize": 983
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysLoginWindowPage/page --data '{
  "id": 128,
  "isEnable": 515,
  "btnText": "90eej9",
  "privacyContent": "p7bzm1",
  "backgroundImg": "n9ems5",
  "createAt": 960,
  "updateAt": 897,
  "createBy": 968,
  "updateBy": 400,
  "size": 974,
  "current": 288
}'

19.2. 通过id查询登录弹出窗页

Type: GET

Author: enc

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 通过id查询登录弹出窗页

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

id

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 618,
    "totalPage": 747,
    "page": 999,
    "pageSize": 733
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysLoginWindowPage/650

19.3. 启用

Type: POST

Author: enc

Content-Type: application/json

Description: 启用

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

id

isEnable

int32

false

1启用0禁用

btnText

string

false

按钮文本

privacyContent

string

false

隐私条款描述内容

backgroundImg

string

false

背景图片

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

createBy

int32

false

创建人

updateBy

int32

false

更新人

Request-body:

{
  "id": 828,
  "isEnable": 385,
  "btnText": "p5o0sm",
  "privacyContent": "61ax6h",
  "backgroundImg": "10m15l",
  "createAt": 477,
  "updateAt": 274,
  "createBy": 937,
  "updateBy": 140
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 381,
    "totalPage": 867,
    "page": 244,
    "pageSize": 509
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysLoginWindowPage/enable --data '{
  "id": 828,
  "isEnable": 385,
  "btnText": "p5o0sm",
  "privacyContent": "61ax6h",
  "backgroundImg": "10m15l",
  "createAt": 477,
  "updateAt": 274,
  "createBy": 937,
  "updateBy": 140
}'

19.4. 新增登录弹出窗页

Type: POST

Author: enc

Content-Type: application/json

Description: 新增登录弹出窗页

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

id

isEnable

int32

false

1启用0禁用

btnText

string

false

按钮文本

privacyContent

string

false

隐私条款描述内容

backgroundImg

string

false

背景图片

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

createBy

int32

false

创建人

updateBy

int32

false

更新人

Request-body:

{
  "id": 890,
  "isEnable": 29,
  "btnText": "d62xl8",
  "privacyContent": "6ab7vb",
  "backgroundImg": "867tn7",
  "createAt": 425,
  "updateAt": 950,
  "createBy": 709,
  "updateBy": 840
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 25,
    "totalPage": 4,
    "page": 816,
    "pageSize": 363
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysLoginWindowPage --data '{
  "id": 890,
  "isEnable": 29,
  "btnText": "d62xl8",
  "privacyContent": "6ab7vb",
  "backgroundImg": "867tn7",
  "createAt": 425,
  "updateAt": 950,
  "createBy": 709,
  "updateBy": 840
}'

19.5. 修改登录弹出窗页

Type: PUT

Author: enc

Content-Type: application/json

Description: 修改登录弹出窗页

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

id

isEnable

int32

false

1启用0禁用

btnText

string

false

按钮文本

privacyContent

string

false

隐私条款描述内容

backgroundImg

string

false

背景图片

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

createBy

int32

false

创建人

updateBy

int32

false

更新人

Request-body:

{
  "id": 934,
  "isEnable": 332,
  "btnText": "0g3son",
  "privacyContent": "6qwlsd",
  "backgroundImg": "im1e2h",
  "createAt": 768,
  "updateAt": 343,
  "createBy": 488,
  "updateBy": 680
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 317,
    "totalPage": 740,
    "page": 419,
    "pageSize": 664
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X PUT -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysLoginWindowPage --data '{
  "id": 934,
  "isEnable": 332,
  "btnText": "0g3son",
  "privacyContent": "6qwlsd",
  "backgroundImg": "im1e2h",
  "createAt": 768,
  "updateAt": 343,
  "createBy": 488,
  "updateBy": 680
}'

19.6. 通过id删除登录弹出窗页

Type: DELETE

Author: enc

Content-Type: application/json

Description: 通过id删除登录弹出窗页

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

ids

array

false

id列表,[array of int32]

Request-body:

[
  817
]

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 898,
    "totalPage": 868,
    "page": 963,
    "pageSize": 368
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X DELETE -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysLoginWindowPage --data '[
  817
]'

20. 内部菜单管理

20.1. 查询单个菜单

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个菜单

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 92,
    "totalPage": 787,
    "page": 153,
    "pageSize": 984
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/menu/getMenu/191

20.2. 查询菜单列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询菜单列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 899,
    "totalPage": 207,
    "page": 587,
    "pageSize": 689
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/menu/list?status=-1&startTime=0&endTime=0&page=1&pageSize=100&keyword= --data '&""&-1&0&0&1&100'

20.3. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 257,
    "totalPage": 95,
    "page": 658,
    "pageSize": 375
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/menu/getUserMenuList

20.4. 获取店铺角色菜单

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 获取店铺角色菜单

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 774,
    "totalPage": 865,
    "page": 51,
    "pageSize": 840
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/menu/getShopMenuList

20.5. 获取用户菜单列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 获取用户菜单列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

type

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 46,
    "totalPage": 625,
    "page": 488,
    "pageSize": 701
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/menu/getList?type=-1 --data '&-1'

20.6. 创建菜单信息

Type: POST

Content-Type: application/json

Description: 创建菜单信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

type

int32

false

No comments found.

component

string

false

No comments found.

componentName

string

false

No comments found.

icon

string

false

No comments found.

path

string

false

No comments found.

sort

int32

false

No comments found.

alwaysShow

boolean

false

No comments found.

parentId

int32

false

No comments found.

status

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 447,
  "name": "janessa.murphy",
  "type": 274,
  "component": "nzoquz",
  "componentName": "janessa.murphy",
  "icon": "ewuce3",
  "path": "upla97",
  "sort": 544,
  "alwaysShow": true,
  "parentId": 411,
  "status": 345,
  "createAt": 507,
  "updateAt": 384
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 246,
    "totalPage": 775,
    "page": 900,
    "pageSize": 161
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/menu/create --data '{
  "id": 447,
  "name": "janessa.murphy",
  "type": 274,
  "component": "nzoquz",
  "componentName": "janessa.murphy",
  "icon": "ewuce3",
  "path": "upla97",
  "sort": 544,
  "alwaysShow": true,
  "parentId": 411,
  "status": 345,
  "createAt": 507,
  "updateAt": 384
}'

20.7. 修改菜单信息

Type: POST

Content-Type: application/json

Description: 修改菜单信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

type

int32

false

No comments found.

component

string

false

No comments found.

componentName

string

false

No comments found.

icon

string

false

No comments found.

path

string

false

No comments found.

sort

int32

false

No comments found.

alwaysShow

boolean

false

No comments found.

parentId

int32

false

No comments found.

status

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 357,
  "name": "janessa.murphy",
  "type": 820,
  "component": "z6z276",
  "componentName": "janessa.murphy",
  "icon": "rxngpk",
  "path": "0ycuaf",
  "sort": 595,
  "alwaysShow": true,
  "parentId": 138,
  "status": 406,
  "createAt": 447,
  "updateAt": 109
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 367,
    "totalPage": 969,
    "page": 261,
    "pageSize": 451
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/menu/update --data '{
  "id": 357,
  "name": "janessa.murphy",
  "type": 820,
  "component": "z6z276",
  "componentName": "janessa.murphy",
  "icon": "rxngpk",
  "path": "0ycuaf",
  "sort": 595,
  "alwaysShow": true,
  "parentId": 138,
  "status": 406,
  "createAt": 447,
  "updateAt": 109
}'

20.8. 删除菜单信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除菜单信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 446,
    "totalPage": 782,
    "page": 356,
    "pageSize": 169
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/menu/delete?id=631 --data '&631'

21. 内部公告管理

21.1. 查询单个公告

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个公告

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 319,
    "totalPage": 81,
    "page": 960,
    "pageSize": 408
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/notice/getNotice/33

21.2. 查询最新公告

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询最新公告

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 104,
    "totalPage": 481,
    "page": 748,
    "pageSize": 464
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/notice/getLastNotice

21.3. 查询公告列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询公告列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 896,
    "totalPage": 919,
    "page": 145,
    "pageSize": 923
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/notice/list?page=1&pageSize=10 --data '&1&10'

21.4. 创建公告信息

Type: POST

Content-Type: application/json

Description: 创建公告信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

content

string

false

No comments found.

status

int32

false

No comments found.

createBy

int32

false

No comments found.

createAt

int32

false

No comments found.

Request-body:

{
  "id": 504,
  "name": "janessa.murphy",
  "content": "0qhcgb",
  "status": 430,
  "createBy": 119,
  "createAt": 728
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 455,
    "totalPage": 713,
    "page": 434,
    "pageSize": 887
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/notice/create --data '{
  "id": 504,
  "name": "janessa.murphy",
  "content": "0qhcgb",
  "status": 430,
  "createBy": 119,
  "createAt": 728
}'

21.5. 修改公告信息

Type: POST

Content-Type: application/json

Description: 修改公告信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

content

string

false

No comments found.

status

int32

false

No comments found.

createBy

int32

false

No comments found.

createAt

int32

false

No comments found.

Request-body:

{
  "id": 526,
  "name": "janessa.murphy",
  "content": "b02gy8",
  "status": 802,
  "createBy": 20,
  "createAt": 102
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 187,
    "totalPage": 62,
    "page": 889,
    "pageSize": 315
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/notice/update --data '{
  "id": 526,
  "name": "janessa.murphy",
  "content": "b02gy8",
  "status": 802,
  "createBy": 20,
  "createAt": 102
}'

21.6. 删除公告信息

Type: POST

Content-Type: application/json

Description: 删除公告信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

ids

array

false

No comments found.,[array of int32]

Request-body:

[
  148
]

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 153,
    "totalPage": 391,
    "page": 251,
    "pageSize": 736
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/notice/delete --data '[
  148
]'

22. 订单管理

22.1. 查询单个订单-基本信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个订单-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 65,
    "totalPage": 945,
    "page": 986,
    "pageSize": 59
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getOrder/449

22.2. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 775,
    "totalPage": 996,
    "page": 667,
    "pageSize": 497
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/addOrderCallNum/625

22.3. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 128,
    "totalPage": 827,
    "page": 250,
    "pageSize": 614
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getStatData

22.4. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 489,
    "totalPage": 322,
    "page": 835,
    "pageSize": 520
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getAmountInfo

22.5. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 729,
    "totalPage": 68,
    "page": 703,
    "pageSize": 267
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getAddUserCount

22.6. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 391,
    "totalPage": 278,
    "page": 458,
    "pageSize": 540
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getHistoryData

22.7. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 216,
    "totalPage": 288,
    "page": 751,
    "pageSize": 484
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getOrderCount

22.8. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 702,
    "totalPage": 692,
    "page": 326,
    "pageSize": 579
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getLatestOrder

22.9. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 121,
    "totalPage": 371,
    "page": 329,
    "pageSize": 590
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getLatestTimeOutOrder

22.10. 根据座位id查询订单

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 根据座位id查询订单

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

positionId

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 313,
    "totalPage": 34,
    "page": 318,
    "pageSize": 534
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/findOrder?positionId=426 --data '&426'

22.11. 查询订单列表

Type: POST

Content-Type: application/json

Description: 查询订单列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

size

int64

false

No comments found.

current

int64

false

No comments found.

keyword

string

false

No comments found.

statusId

int32

false

No comments found.

type

int32

false

No comments found.

orderType

int32

false

No comments found.

shopId

int32

false

No comments found.

accountId

int32

false

No comments found.

orderCode

string

false

No comments found.

startTime

string

false

No comments found.

endTime

string

false

No comments found.

status

array

false

No comments found.

phone

string

false

No comments found.

isShowCancelOrder

int32

false

No comments found.

consumeType

int32

false

No comments found.

orderId

int32

false

No comments found.

isEnterprisePay

int32

false

No comments found.

orderPayerUserId

int32

false

No comments found.

filterShopIdList

array

false

No comments found.

orderBy

int32

false

No comments found.

inviterOrPushInviter

int32

false

No comments found.

Request-body:

{
  "size": 359,
  "current": 647,
  "keyword": "7p1eej",
  "statusId": 343,
  "type": 877,
  "orderType": 967,
  "shopId": 661,
  "accountId": 680,
  "orderCode": "83942",
  "startTime": "2025-11-15 12:54:55",
  "endTime": "2025-11-15 12:54:55",
  "status": [
    256
  ],
  "phone": "516-785-2796",
  "isShowCancelOrder": 228,
  "consumeType": 332,
  "orderId": 739,
  "isEnterprisePay": 718,
  "orderPayerUserId": 924,
  "filterShopIdList": [
    551
  ],
  "orderBy": 424,
  "inviterOrPushInviter": 574
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 49,
    "totalPage": 707,
    "page": 520,
    "pageSize": 557
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/pageList --data '{
  "size": 359,
  "current": 647,
  "keyword": "7p1eej",
  "statusId": 343,
  "type": 877,
  "orderType": 967,
  "shopId": 661,
  "accountId": 680,
  "orderCode": "83942",
  "startTime": "2025-11-15 12:54:55",
  "endTime": "2025-11-15 12:54:55",
  "status": [
    256
  ],
  "phone": "516-785-2796",
  "isShowCancelOrder": 228,
  "consumeType": 332,
  "orderId": 739,
  "isEnterprisePay": 718,
  "orderPayerUserId": 924,
  "filterShopIdList": [
    551
  ],
  "orderBy": 424,
  "inviterOrPushInviter": 574
}'

22.12. 查询订单列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询订单列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

type

int32

false

No comments found.

orderType

int32

false

No comments found.

shopId

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 11,
    "totalPage": 602,
    "page": 569,
    "pageSize": 72
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/list?keyword=iie53n&type=302&orderType=691&shopId=262&startTime=808&endTime=777&page=1&pageSize=10 --data '&iie53n&302&691&262&808&777&1&10'

22.13. 查询对账订单列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询对账订单列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

name

string

false

No comments found.

accountName

string

false

No comments found.

startTime

string

false

No comments found.

endTime

string

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 26,
    "totalPage": 182,
    "page": 889,
    "pageSize": 382
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getBillList?name=janessa.murphy&accountName=janessa.murphy&startTime=2025-11-15 12:54:47&endTime=2025-11-15 12:54:47&page=1&pageSize=10 --data '&janessa.murphy&janessa.murphy&2025-11-15 12:54:47&2025-11-15 12:54:47&1&10'

22.14. 修改订单

Type: POST

Content-Type: application/json

Description: 修改订单

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

preOderCode

string

false

No comments found.

orderCode

string

false

No comments found.

wxCode

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

orderType

int32

false

No comments found.

consumeType

int32

false

No comments found.

status

int32

false

No comments found.

shopId

int32

false

No comments found.

mealTime

string

false

No comments found.

mealType

string

false

No comments found.

positionType

int32

false

No comments found.

peopleNum

int32

false

No comments found.

discount

number

false

No comments found.

earnestMoney

number

false

No comments found.

amount

number

false

No comments found.

totalAmount

number

false

No comments found.

noDiscountAmount

number

false

No comments found.

actualAmount

number

false

No comments found.

preAmount

number

false

No comments found.

deductionAmount

number

false

No comments found.

username

string

false

No comments found.

phone

string

false

No comments found.

gender

int32

false

No comments found.

banquetType

int32

false

No comments found.

remark

string

false

No comments found.

reason

string

false

No comments found.

plateNum

string

false

No comments found.

desc

string

false

No comments found.

payType

int32

false

No comments found.

statFlag

int32

false

No comments found.

notifyFlag

int32

false

No comments found.

userId

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

preId

int32

false

No comments found.

unitId

int32

false

No comments found.

callNum

int32

false

No comments found.

orderAmount

number

false

No comments found.

accountAmount

number

false

No comments found.

userVoucherId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

deleteFlag

int32

false

No comments found.

createBy

int32

false

No comments found.

cashier

int32

false

No comments found.

payTime

string

false

No comments found.

refundTime

string

false

No comments found.

innerDiscount

number

false

No comments found.

inflateFlag

int32

false

No comments found.

noDiscountAmountDiff

number

false

No comments found.

grossProfit

number

false

No comments found.

accountId

int32

false

No comments found.

voucherAmount

number

false

No comments found.

discountAmount

number

false

No comments found.

normalUserVoucherId

int32

false

No comments found.

normalVoucherAmount

number

false

No comments found.

packageVoucherOrderId

int32

false

No comments found.

voucherId

int32

false

No comments found.

voucherQuantity

int32

false

No comments found.

needVoucherQuantity

int32

false

No comments found.

useUserVoucherIds

string

false

No comments found.

positionId

string

false

No comments found.

Request-body:

{
  "id": 647,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 456,
  "type": 462,
  "orderType": 806,
  "consumeType": 455,
  "status": 684,
  "shopId": 770,
  "mealTime": "2025-11-15",
  "mealType": "pnnqz8",
  "positionType": 873,
  "peopleNum": 307,
  "discount": 293,
  "earnestMoney": 324,
  "amount": 449,
  "totalAmount": 616,
  "noDiscountAmount": 777,
  "actualAmount": 133,
  "preAmount": 54,
  "deductionAmount": 851,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 697,
  "remark": "axq7gu",
  "reason": "39wpe1",
  "plateNum": "6ixbep",
  "desc": "y7xxas",
  "payType": 887,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 242,
  "enterpriseId": 8,
  "preId": 930,
  "unitId": 123,
  "callNum": 341,
  "orderAmount": 42,
  "accountAmount": 899,
  "userVoucherId": 386,
  "createAt": 970,
  "updateAt": 602,
  "deleteFlag": 3,
  "createBy": 809,
  "cashier": 797,
  "payTime": "2025-11-15 12:54:55",
  "refundTime": "2025-11-15 12:54:55",
  "innerDiscount": 881,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 544,
  "grossProfit": 330,
  "accountId": 205,
  "voucherAmount": 271,
  "discountAmount": 15,
  "normalUserVoucherId": 566,
  "normalVoucherAmount": 100,
  "packageVoucherOrderId": 400,
  "voucherId": 289,
  "voucherQuantity": 431,
  "needVoucherQuantity": 311,
  "useUserVoucherIds": "89",
  "positionId": "139"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 792,
    "totalPage": 261,
    "page": 509,
    "pageSize": 304
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/update --data '{
  "id": 647,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 456,
  "type": 462,
  "orderType": 806,
  "consumeType": 455,
  "status": 684,
  "shopId": 770,
  "mealTime": "2025-11-15",
  "mealType": "pnnqz8",
  "positionType": 873,
  "peopleNum": 307,
  "discount": 293,
  "earnestMoney": 324,
  "amount": 449,
  "totalAmount": 616,
  "noDiscountAmount": 777,
  "actualAmount": 133,
  "preAmount": 54,
  "deductionAmount": 851,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 697,
  "remark": "axq7gu",
  "reason": "39wpe1",
  "plateNum": "6ixbep",
  "desc": "y7xxas",
  "payType": 887,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 242,
  "enterpriseId": 8,
  "preId": 930,
  "unitId": 123,
  "callNum": 341,
  "orderAmount": 42,
  "accountAmount": 899,
  "userVoucherId": 386,
  "createAt": 970,
  "updateAt": 602,
  "deleteFlag": 3,
  "createBy": 809,
  "cashier": 797,
  "payTime": "2025-11-15 12:54:55",
  "refundTime": "2025-11-15 12:54:55",
  "innerDiscount": 881,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 544,
  "grossProfit": 330,
  "accountId": 205,
  "voucherAmount": 271,
  "discountAmount": 15,
  "normalUserVoucherId": 566,
  "normalVoucherAmount": 100,
  "packageVoucherOrderId": 400,
  "voucherId": 289,
  "voucherQuantity": 431,
  "needVoucherQuantity": 311,
  "useUserVoucherIds": "89",
  "positionId": "139"
}'

22.15. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

preOderCode

string

false

No comments found.

orderCode

string

false

No comments found.

wxCode

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

orderType

int32

false

No comments found.

consumeType

int32

false

No comments found.

status

int32

false

No comments found.

shopId

int32

false

No comments found.

mealTime

string

false

No comments found.

mealType

string

false

No comments found.

positionType

int32

false

No comments found.

peopleNum

int32

false

No comments found.

discount

number

false

No comments found.

earnestMoney

number

false

No comments found.

amount

number

false

No comments found.

totalAmount

number

false

No comments found.

noDiscountAmount

number

false

No comments found.

actualAmount

number

false

No comments found.

preAmount

number

false

No comments found.

deductionAmount

number

false

No comments found.

username

string

false

No comments found.

phone

string

false

No comments found.

gender

int32

false

No comments found.

banquetType

int32

false

No comments found.

remark

string

false

No comments found.

reason

string

false

No comments found.

plateNum

string

false

No comments found.

desc

string

false

No comments found.

payType

int32

false

No comments found.

statFlag

int32

false

No comments found.

notifyFlag

int32

false

No comments found.

userId

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

preId

int32

false

No comments found.

unitId

int32

false

No comments found.

callNum

int32

false

No comments found.

orderAmount

number

false

No comments found.

accountAmount

number

false

No comments found.

userVoucherId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

deleteFlag

int32

false

No comments found.

createBy

int32

false

No comments found.

cashier

int32

false

No comments found.

payTime

string

false

No comments found.

refundTime

string

false

No comments found.

innerDiscount

number

false

No comments found.

inflateFlag

int32

false

No comments found.

noDiscountAmountDiff

number

false

No comments found.

grossProfit

number

false

No comments found.

accountId

int32

false

No comments found.

voucherAmount

number

false

No comments found.

normalUserVoucherId

int32

false

No comments found.

normalVoucherAmount

number

false

No comments found.

packageVoucherOrderId

int32

false

No comments found.

voucherId

int32

false

No comments found.

voucherQuantity

int32

false

No comments found.

needVoucherQuantity

int32

false

No comments found.

useUserVoucherIds

string

false

No comments found.

positionId

string

false

No comments found.

authCode

string

false

用户付款码code

shop

object

false

No comments found.

└─id

int32

false

No comments found.

└─uuid

string

false

No comments found.

└─name

string

false

No comments found.

└─image

string

false

No comments found.

└─auditStatus

int32

false

No comments found.

└─accountId

int32

false

No comments found.

└─businessHours

string

false

No comments found.

└─specialBusinessHours

string

false

No comments found.

└─point

number

false

No comments found.

└─tags

string

false

No comments found.

└─serviceFacilities

string

false

No comments found.

└─featuredServices

string

false

No comments found.

└─status

int32

false

No comments found.

└─reservationAmount

number

false

No comments found.

└─category

string

false

No comments found.

└─price

int32

false

No comments found.

└─phone

string

false

No comments found.

└─preFlag

int32

false

No comments found.

└─timeSpan

string

false

No comments found.

└─preType

int32

false

No comments found.

└─days

int32

false

No comments found.

└─banStart

string

false

No comments found.

└─banEnd

string

false

No comments found.

└─remark

string

false

No comments found.

└─latitude

float

false

No comments found.

└─longitude

float

false

No comments found.

└─address

string

false

No comments found.

└─areaCode

int32

false

No comments found.

└─metro

string

false

No comments found.

└─metroInfo

string

false

No comments found.

└─tradeArea

string

false

No comments found.

└─listingTime

int32

false

No comments found.

└─reservePhone

string

false

No comments found.

└─banner

string

false

No comments found.

└─activity

string

false

No comments found.

└─detailsImg

string

false

No comments found.

└─leaderName

string

false

No comments found.

└─createBy

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateBy

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─externalDiscounts

number

false

No comments found.

└─lunchExternalDiscounts

number

false

No comments found.

└─lunchFlag

int32

false

No comments found.

└─info

string

false

No comments found.

name

string

false

No comments found.

shopName

string

false

No comments found.

createTime

string

false

No comments found.

positionName

string

false

No comments found.

payInfo

string

false

No comments found.

notifyTime

string

false

No comments found.

avatar

string

false

No comments found.

accountName

string

false

No comments found.

discountAmount

number

false

No comments found.

activityName

string

false

No comments found.

account

object

false

No comments found.

└─id

int32

false

No comments found.

└─uuid

string

false

No comments found.

└─platformId

int32

false

No comments found.

└─name

string

false

No comments found.

└─businessLicenseCode

string

false

No comments found.

└─legalPerson

string

false

No comments found.

└─phone

string

false

No comments found.

└─amount

number

false

No comments found.

└─discount

number

false

No comments found.

└─externalDiscounts

number

false

No comments found.

└─lunchFlag

int32

false

No comments found.

└─lunchAmount

number

false

No comments found.

└─lunchDiscount

number

false

No comments found.

└─lunchExternalDiscounts

number

false

No comments found.

└─lunchDescribeFlag

int32

false

No comments found.

└─lunchDescribe

string

false

No comments found.

└─inflateFlag

int32

false

No comments found.

└─quota

number

false

No comments found.

└─threshold

number

false

No comments found.

└─status

int32

false

No comments found.

└─bankCard

string

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─cardNumber

string

false

No comments found.

└─lunchCardNumber

string

false

No comments found.

└─shopNumber

int32

false

No comments found.

└─brandSlogan

string

false

No comments found.

└─brandLogo

string

false

No comments found.

└─brandName

string

false

No comments found.

└─signTime

string

false

No comments found.

└─openBank

string

false

No comments found.

└─openBankName

string

false

No comments found.

└─contractFile

string

false

No comments found.

└─fireFightingFile

string

false

No comments found.

└─legalFile

string

false

No comments found.

└─brandHistory

string

false

No comments found.

└─brandIntroduce

string

false

No comments found.

platformDiscount

number

false

No comments found.

cashierName

string

false

No comments found.

cashierPhone

string

false

No comments found.

paymentPhone

string

false

No comments found.

Request-body:

{
  "id": 428,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 145,
  "type": 259,
  "orderType": 464,
  "consumeType": 177,
  "status": 661,
  "shopId": 245,
  "mealTime": "2025-11-15",
  "mealType": "hd3bn8",
  "positionType": 678,
  "peopleNum": 234,
  "discount": 456,
  "earnestMoney": 763,
  "amount": 932,
  "totalAmount": 181,
  "noDiscountAmount": 427,
  "actualAmount": 762,
  "preAmount": 436,
  "deductionAmount": 41,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 631,
  "remark": "5nq66z",
  "reason": "u11rv7",
  "plateNum": "grycrg",
  "desc": "xvdtip",
  "payType": 486,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 434,
  "enterpriseId": 435,
  "preId": 612,
  "unitId": 801,
  "callNum": 395,
  "orderAmount": 250,
  "accountAmount": 657,
  "userVoucherId": 56,
  "createAt": 351,
  "updateAt": 584,
  "deleteFlag": 3,
  "createBy": 876,
  "cashier": 431,
  "payTime": "2025-11-15 12:54:55",
  "refundTime": "2025-11-15 12:54:55",
  "innerDiscount": 307,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 615,
  "grossProfit": 427,
  "accountId": 22,
  "voucherAmount": 533,
  "normalUserVoucherId": 588,
  "normalVoucherAmount": 915,
  "packageVoucherOrderId": 741,
  "voucherId": 788,
  "voucherQuantity": 123,
  "needVoucherQuantity": 389,
  "useUserVoucherIds": "89",
  "positionId": "139",
  "authCode": "83942",
  "shop": {
    "id": 568,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "name": "janessa.murphy",
    "image": "m10e7y",
    "auditStatus": 281,
    "accountId": 638,
    "businessHours": "zfdi67",
    "specialBusinessHours": "14y46k",
    "point": 115,
    "tags": "j5zyu3",
    "serviceFacilities": "wxtcir",
    "featuredServices": "9kxqe2",
    "status": 496,
    "reservationAmount": 897,
    "category": "kzehl1",
    "price": 947,
    "phone": "516-785-2796",
    "preFlag": 3,
    "timeSpan": "xyug3r",
    "preType": 114,
    "days": 175,
    "banStart": "2025-11-15",
    "banEnd": "2025-11-15",
    "remark": "d9q65d",
    "latitude": 85.21,
    "longitude": 72.85,
    "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
    "areaCode": 838,
    "metro": "jyostc",
    "metroInfo": "0c9pgd",
    "tradeArea": "tz50pd",
    "listingTime": 705,
    "reservePhone": "516-785-2796",
    "banner": "gii5qb",
    "activity": "rp0uv3",
    "detailsImg": "v9av71",
    "leaderName": "janessa.murphy",
    "createBy": 301,
    "createAt": 23,
    "updateBy": 737,
    "updateAt": 46,
    "externalDiscounts": 810,
    "lunchExternalDiscounts": 307,
    "lunchFlag": 3,
    "info": "nbnsfw"
  },
  "name": "janessa.murphy",
  "shopName": "janessa.murphy",
  "createTime": "2025-11-15 12:54:47",
  "positionName": "janessa.murphy",
  "payInfo": "9v4mza",
  "notifyTime": "2025-11-15 12:54:47",
  "avatar": "yhud8i",
  "accountName": "janessa.murphy",
  "discountAmount": 876,
  "activityName": "janessa.murphy",
  "account": {
    "id": 760,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "platformId": 588,
    "name": "janessa.murphy",
    "businessLicenseCode": "83942",
    "legalPerson": "xn0h7z",
    "phone": "516-785-2796",
    "amount": 963,
    "discount": 351,
    "externalDiscounts": 673,
    "lunchFlag": 3,
    "lunchAmount": 266,
    "lunchDiscount": 327,
    "lunchExternalDiscounts": 467,
    "lunchDescribeFlag": 3,
    "lunchDescribe": "rp49b0",
    "inflateFlag": 3,
    "quota": 199,
    "threshold": 970,
    "status": 172,
    "bankCard": "gayil9",
    "createAt": 518,
    "updateAt": 929,
    "cardNumber": "gowg51",
    "lunchCardNumber": "kix0q5",
    "shopNumber": 600,
    "brandSlogan": "rm6txn",
    "brandLogo": "umiomv",
    "brandName": "janessa.murphy",
    "signTime": "2025-11-15 12:54:55",
    "openBank": "bfs3hq",
    "openBankName": "janessa.murphy",
    "contractFile": "xz9q6s",
    "fireFightingFile": "nebsos",
    "legalFile": "g97dn8",
    "brandHistory": "asrnng",
    "brandIntroduce": "126h0t"
  },
  "platformDiscount": 252,
  "cashierName": "janessa.murphy",
  "cashierPhone": "516-785-2796",
  "paymentPhone": "516-785-2796"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 951,
    "totalPage": 297,
    "page": 297,
    "pageSize": 374
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/createPayOrder --data '{
  "id": 428,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 145,
  "type": 259,
  "orderType": 464,
  "consumeType": 177,
  "status": 661,
  "shopId": 245,
  "mealTime": "2025-11-15",
  "mealType": "hd3bn8",
  "positionType": 678,
  "peopleNum": 234,
  "discount": 456,
  "earnestMoney": 763,
  "amount": 932,
  "totalAmount": 181,
  "noDiscountAmount": 427,
  "actualAmount": 762,
  "preAmount": 436,
  "deductionAmount": 41,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 631,
  "remark": "5nq66z",
  "reason": "u11rv7",
  "plateNum": "grycrg",
  "desc": "xvdtip",
  "payType": 486,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 434,
  "enterpriseId": 435,
  "preId": 612,
  "unitId": 801,
  "callNum": 395,
  "orderAmount": 250,
  "accountAmount": 657,
  "userVoucherId": 56,
  "createAt": 351,
  "updateAt": 584,
  "deleteFlag": 3,
  "createBy": 876,
  "cashier": 431,
  "payTime": "2025-11-15 12:54:55",
  "refundTime": "2025-11-15 12:54:55",
  "innerDiscount": 307,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 615,
  "grossProfit": 427,
  "accountId": 22,
  "voucherAmount": 533,
  "normalUserVoucherId": 588,
  "normalVoucherAmount": 915,
  "packageVoucherOrderId": 741,
  "voucherId": 788,
  "voucherQuantity": 123,
  "needVoucherQuantity": 389,
  "useUserVoucherIds": "89",
  "positionId": "139",
  "authCode": "83942",
  "shop": {
    "id": 568,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "name": "janessa.murphy",
    "image": "m10e7y",
    "auditStatus": 281,
    "accountId": 638,
    "businessHours": "zfdi67",
    "specialBusinessHours": "14y46k",
    "point": 115,
    "tags": "j5zyu3",
    "serviceFacilities": "wxtcir",
    "featuredServices": "9kxqe2",
    "status": 496,
    "reservationAmount": 897,
    "category": "kzehl1",
    "price": 947,
    "phone": "516-785-2796",
    "preFlag": 3,
    "timeSpan": "xyug3r",
    "preType": 114,
    "days": 175,
    "banStart": "2025-11-15",
    "banEnd": "2025-11-15",
    "remark": "d9q65d",
    "latitude": 85.21,
    "longitude": 72.85,
    "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
    "areaCode": 838,
    "metro": "jyostc",
    "metroInfo": "0c9pgd",
    "tradeArea": "tz50pd",
    "listingTime": 705,
    "reservePhone": "516-785-2796",
    "banner": "gii5qb",
    "activity": "rp0uv3",
    "detailsImg": "v9av71",
    "leaderName": "janessa.murphy",
    "createBy": 301,
    "createAt": 23,
    "updateBy": 737,
    "updateAt": 46,
    "externalDiscounts": 810,
    "lunchExternalDiscounts": 307,
    "lunchFlag": 3,
    "info": "nbnsfw"
  },
  "name": "janessa.murphy",
  "shopName": "janessa.murphy",
  "createTime": "2025-11-15 12:54:47",
  "positionName": "janessa.murphy",
  "payInfo": "9v4mza",
  "notifyTime": "2025-11-15 12:54:47",
  "avatar": "yhud8i",
  "accountName": "janessa.murphy",
  "discountAmount": 876,
  "activityName": "janessa.murphy",
  "account": {
    "id": 760,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "platformId": 588,
    "name": "janessa.murphy",
    "businessLicenseCode": "83942",
    "legalPerson": "xn0h7z",
    "phone": "516-785-2796",
    "amount": 963,
    "discount": 351,
    "externalDiscounts": 673,
    "lunchFlag": 3,
    "lunchAmount": 266,
    "lunchDiscount": 327,
    "lunchExternalDiscounts": 467,
    "lunchDescribeFlag": 3,
    "lunchDescribe": "rp49b0",
    "inflateFlag": 3,
    "quota": 199,
    "threshold": 970,
    "status": 172,
    "bankCard": "gayil9",
    "createAt": 518,
    "updateAt": 929,
    "cardNumber": "gowg51",
    "lunchCardNumber": "kix0q5",
    "shopNumber": 600,
    "brandSlogan": "rm6txn",
    "brandLogo": "umiomv",
    "brandName": "janessa.murphy",
    "signTime": "2025-11-15 12:54:55",
    "openBank": "bfs3hq",
    "openBankName": "janessa.murphy",
    "contractFile": "xz9q6s",
    "fireFightingFile": "nebsos",
    "legalFile": "g97dn8",
    "brandHistory": "asrnng",
    "brandIntroduce": "126h0t"
  },
  "platformDiscount": 252,
  "cashierName": "janessa.murphy",
  "cashierPhone": "516-785-2796",
  "paymentPhone": "516-785-2796"
}'

22.16. 退款申请

Type: POST

Content-Type: application/json

Description: 退款申请

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

preOderCode

string

false

No comments found.

orderCode

string

false

No comments found.

wxCode

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

orderType

int32

false

No comments found.

consumeType

int32

false

No comments found.

status

int32

false

No comments found.

shopId

int32

false

No comments found.

mealTime

string

false

No comments found.

mealType

string

false

No comments found.

positionType

int32

false

No comments found.

peopleNum

int32

false

No comments found.

discount

number

false

No comments found.

earnestMoney

number

false

No comments found.

amount

number

false

No comments found.

totalAmount

number

false

No comments found.

noDiscountAmount

number

false

No comments found.

actualAmount

number

false

No comments found.

preAmount

number

false

No comments found.

deductionAmount

number

false

No comments found.

username

string

false

No comments found.

phone

string

false

No comments found.

gender

int32

false

No comments found.

banquetType

int32

false

No comments found.

remark

string

false

No comments found.

reason

string

false

No comments found.

plateNum

string

false

No comments found.

desc

string

false

No comments found.

payType

int32

false

No comments found.

statFlag

int32

false

No comments found.

notifyFlag

int32

false

No comments found.

userId

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

preId

int32

false

No comments found.

unitId

int32

false

No comments found.

callNum

int32

false

No comments found.

orderAmount

number

false

No comments found.

accountAmount

number

false

No comments found.

userVoucherId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

deleteFlag

int32

false

No comments found.

createBy

int32

false

No comments found.

cashier

int32

false

No comments found.

payTime

string

false

No comments found.

refundTime

string

false

No comments found.

innerDiscount

number

false

No comments found.

inflateFlag

int32

false

No comments found.

noDiscountAmountDiff

number

false

No comments found.

grossProfit

number

false

No comments found.

accountId

int32

false

No comments found.

voucherAmount

number

false

No comments found.

normalUserVoucherId

int32

false

No comments found.

normalVoucherAmount

number

false

No comments found.

packageVoucherOrderId

int32

false

No comments found.

voucherId

int32

false

No comments found.

voucherQuantity

int32

false

No comments found.

needVoucherQuantity

int32

false

No comments found.

useUserVoucherIds

string

false

No comments found.

positionId

string

false

No comments found.

authCode

string

false

用户付款码code

shop

object

false

No comments found.

└─id

int32

false

No comments found.

└─uuid

string

false

No comments found.

└─name

string

false

No comments found.

└─image

string

false

No comments found.

└─auditStatus

int32

false

No comments found.

└─accountId

int32

false

No comments found.

└─businessHours

string

false

No comments found.

└─specialBusinessHours

string

false

No comments found.

└─point

number

false

No comments found.

└─tags

string

false

No comments found.

└─serviceFacilities

string

false

No comments found.

└─featuredServices

string

false

No comments found.

└─status

int32

false

No comments found.

└─reservationAmount

number

false

No comments found.

└─category

string

false

No comments found.

└─price

int32

false

No comments found.

└─phone

string

false

No comments found.

└─preFlag

int32

false

No comments found.

└─timeSpan

string

false

No comments found.

└─preType

int32

false

No comments found.

└─days

int32

false

No comments found.

└─banStart

string

false

No comments found.

└─banEnd

string

false

No comments found.

└─remark

string

false

No comments found.

└─latitude

float

false

No comments found.

└─longitude

float

false

No comments found.

└─address

string

false

No comments found.

└─areaCode

int32

false

No comments found.

└─metro

string

false

No comments found.

└─metroInfo

string

false

No comments found.

└─tradeArea

string

false

No comments found.

└─listingTime

int32

false

No comments found.

└─reservePhone

string

false

No comments found.

└─banner

string

false

No comments found.

└─activity

string

false

No comments found.

└─detailsImg

string

false

No comments found.

└─leaderName

string

false

No comments found.

└─createBy

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateBy

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─externalDiscounts

number

false

No comments found.

└─lunchExternalDiscounts

number

false

No comments found.

└─lunchFlag

int32

false

No comments found.

└─info

string

false

No comments found.

name

string

false

No comments found.

shopName

string

false

No comments found.

createTime

string

false

No comments found.

positionName

string

false

No comments found.

payInfo

string

false

No comments found.

notifyTime

string

false

No comments found.

avatar

string

false

No comments found.

accountName

string

false

No comments found.

discountAmount

number

false

No comments found.

activityName

string

false

No comments found.

account

object

false

No comments found.

└─id

int32

false

No comments found.

└─uuid

string

false

No comments found.

└─platformId

int32

false

No comments found.

└─name

string

false

No comments found.

└─businessLicenseCode

string

false

No comments found.

└─legalPerson

string

false

No comments found.

└─phone

string

false

No comments found.

└─amount

number

false

No comments found.

└─discount

number

false

No comments found.

└─externalDiscounts

number

false

No comments found.

└─lunchFlag

int32

false

No comments found.

└─lunchAmount

number

false

No comments found.

└─lunchDiscount

number

false

No comments found.

└─lunchExternalDiscounts

number

false

No comments found.

└─lunchDescribeFlag

int32

false

No comments found.

└─lunchDescribe

string

false

No comments found.

└─inflateFlag

int32

false

No comments found.

└─quota

number

false

No comments found.

└─threshold

number

false

No comments found.

└─status

int32

false

No comments found.

└─bankCard

string

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─cardNumber

string

false

No comments found.

└─lunchCardNumber

string

false

No comments found.

└─shopNumber

int32

false

No comments found.

└─brandSlogan

string

false

No comments found.

└─brandLogo

string

false

No comments found.

└─brandName

string

false

No comments found.

└─signTime

string

false

No comments found.

└─openBank

string

false

No comments found.

└─openBankName

string

false

No comments found.

└─contractFile

string

false

No comments found.

└─fireFightingFile

string

false

No comments found.

└─legalFile

string

false

No comments found.

└─brandHistory

string

false

No comments found.

└─brandIntroduce

string

false

No comments found.

platformDiscount

number

false

No comments found.

cashierName

string

false

No comments found.

cashierPhone

string

false

No comments found.

paymentPhone

string

false

No comments found.

Request-body:

{
  "id": 119,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 92,
  "type": 930,
  "orderType": 944,
  "consumeType": 193,
  "status": 485,
  "shopId": 398,
  "mealTime": "2025-11-15",
  "mealType": "emiov6",
  "positionType": 368,
  "peopleNum": 627,
  "discount": 915,
  "earnestMoney": 370,
  "amount": 147,
  "totalAmount": 93,
  "noDiscountAmount": 957,
  "actualAmount": 680,
  "preAmount": 236,
  "deductionAmount": 951,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 381,
  "remark": "8r4r74",
  "reason": "byhu05",
  "plateNum": "8jxk7h",
  "desc": "jdveso",
  "payType": 202,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 918,
  "enterpriseId": 994,
  "preId": 408,
  "unitId": 690,
  "callNum": 736,
  "orderAmount": 527,
  "accountAmount": 594,
  "userVoucherId": 247,
  "createAt": 966,
  "updateAt": 677,
  "deleteFlag": 3,
  "createBy": 56,
  "cashier": 192,
  "payTime": "2025-11-15 12:54:55",
  "refundTime": "2025-11-15 12:54:55",
  "innerDiscount": 849,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 80,
  "grossProfit": 316,
  "accountId": 518,
  "voucherAmount": 999,
  "normalUserVoucherId": 675,
  "normalVoucherAmount": 209,
  "packageVoucherOrderId": 149,
  "voucherId": 746,
  "voucherQuantity": 511,
  "needVoucherQuantity": 666,
  "useUserVoucherIds": "89",
  "positionId": "139",
  "authCode": "83942",
  "shop": {
    "id": 767,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "name": "janessa.murphy",
    "image": "1gfwpo",
    "auditStatus": 584,
    "accountId": 370,
    "businessHours": "wmtz2n",
    "specialBusinessHours": "9s31dv",
    "point": 961,
    "tags": "lrmnmx",
    "serviceFacilities": "urvnyp",
    "featuredServices": "pqavij",
    "status": 790,
    "reservationAmount": 487,
    "category": "uinec9",
    "price": 298,
    "phone": "516-785-2796",
    "preFlag": 3,
    "timeSpan": "tvh6j0",
    "preType": 179,
    "days": 809,
    "banStart": "2025-11-15",
    "banEnd": "2025-11-15",
    "remark": "kbe9ww",
    "latitude": 53.64,
    "longitude": 68.81,
    "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
    "areaCode": 487,
    "metro": "sri3uz",
    "metroInfo": "wxo9cu",
    "tradeArea": "zwv0v0",
    "listingTime": 207,
    "reservePhone": "516-785-2796",
    "banner": "z2tj7m",
    "activity": "u7l81f",
    "detailsImg": "g6uf9g",
    "leaderName": "janessa.murphy",
    "createBy": 581,
    "createAt": 375,
    "updateBy": 550,
    "updateAt": 781,
    "externalDiscounts": 997,
    "lunchExternalDiscounts": 944,
    "lunchFlag": 3,
    "info": "ezaftf"
  },
  "name": "janessa.murphy",
  "shopName": "janessa.murphy",
  "createTime": "2025-11-15 12:54:47",
  "positionName": "janessa.murphy",
  "payInfo": "q3rkkw",
  "notifyTime": "2025-11-15 12:54:47",
  "avatar": "z36ucw",
  "accountName": "janessa.murphy",
  "discountAmount": 340,
  "activityName": "janessa.murphy",
  "account": {
    "id": 229,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "platformId": 86,
    "name": "janessa.murphy",
    "businessLicenseCode": "83942",
    "legalPerson": "8723v7",
    "phone": "516-785-2796",
    "amount": 445,
    "discount": 756,
    "externalDiscounts": 417,
    "lunchFlag": 3,
    "lunchAmount": 888,
    "lunchDiscount": 877,
    "lunchExternalDiscounts": 484,
    "lunchDescribeFlag": 3,
    "lunchDescribe": "9u51th",
    "inflateFlag": 3,
    "quota": 910,
    "threshold": 533,
    "status": 247,
    "bankCard": "j9ezwx",
    "createAt": 40,
    "updateAt": 971,
    "cardNumber": "etp2g2",
    "lunchCardNumber": "z3dbkg",
    "shopNumber": 166,
    "brandSlogan": "ubktb3",
    "brandLogo": "tk80hx",
    "brandName": "janessa.murphy",
    "signTime": "2025-11-15 12:54:55",
    "openBank": "mpjg9e",
    "openBankName": "janessa.murphy",
    "contractFile": "5fzihv",
    "fireFightingFile": "zu4o20",
    "legalFile": "rq87qd",
    "brandHistory": "r3wr8r",
    "brandIntroduce": "wirs9l"
  },
  "platformDiscount": 176,
  "cashierName": "janessa.murphy",
  "cashierPhone": "516-785-2796",
  "paymentPhone": "516-785-2796"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 837,
    "totalPage": 607,
    "page": 730,
    "pageSize": 77
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/refundApply --data '{
  "id": 119,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 92,
  "type": 930,
  "orderType": 944,
  "consumeType": 193,
  "status": 485,
  "shopId": 398,
  "mealTime": "2025-11-15",
  "mealType": "emiov6",
  "positionType": 368,
  "peopleNum": 627,
  "discount": 915,
  "earnestMoney": 370,
  "amount": 147,
  "totalAmount": 93,
  "noDiscountAmount": 957,
  "actualAmount": 680,
  "preAmount": 236,
  "deductionAmount": 951,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 381,
  "remark": "8r4r74",
  "reason": "byhu05",
  "plateNum": "8jxk7h",
  "desc": "jdveso",
  "payType": 202,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 918,
  "enterpriseId": 994,
  "preId": 408,
  "unitId": 690,
  "callNum": 736,
  "orderAmount": 527,
  "accountAmount": 594,
  "userVoucherId": 247,
  "createAt": 966,
  "updateAt": 677,
  "deleteFlag": 3,
  "createBy": 56,
  "cashier": 192,
  "payTime": "2025-11-15 12:54:55",
  "refundTime": "2025-11-15 12:54:55",
  "innerDiscount": 849,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 80,
  "grossProfit": 316,
  "accountId": 518,
  "voucherAmount": 999,
  "normalUserVoucherId": 675,
  "normalVoucherAmount": 209,
  "packageVoucherOrderId": 149,
  "voucherId": 746,
  "voucherQuantity": 511,
  "needVoucherQuantity": 666,
  "useUserVoucherIds": "89",
  "positionId": "139",
  "authCode": "83942",
  "shop": {
    "id": 767,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "name": "janessa.murphy",
    "image": "1gfwpo",
    "auditStatus": 584,
    "accountId": 370,
    "businessHours": "wmtz2n",
    "specialBusinessHours": "9s31dv",
    "point": 961,
    "tags": "lrmnmx",
    "serviceFacilities": "urvnyp",
    "featuredServices": "pqavij",
    "status": 790,
    "reservationAmount": 487,
    "category": "uinec9",
    "price": 298,
    "phone": "516-785-2796",
    "preFlag": 3,
    "timeSpan": "tvh6j0",
    "preType": 179,
    "days": 809,
    "banStart": "2025-11-15",
    "banEnd": "2025-11-15",
    "remark": "kbe9ww",
    "latitude": 53.64,
    "longitude": 68.81,
    "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
    "areaCode": 487,
    "metro": "sri3uz",
    "metroInfo": "wxo9cu",
    "tradeArea": "zwv0v0",
    "listingTime": 207,
    "reservePhone": "516-785-2796",
    "banner": "z2tj7m",
    "activity": "u7l81f",
    "detailsImg": "g6uf9g",
    "leaderName": "janessa.murphy",
    "createBy": 581,
    "createAt": 375,
    "updateBy": 550,
    "updateAt": 781,
    "externalDiscounts": 997,
    "lunchExternalDiscounts": 944,
    "lunchFlag": 3,
    "info": "ezaftf"
  },
  "name": "janessa.murphy",
  "shopName": "janessa.murphy",
  "createTime": "2025-11-15 12:54:47",
  "positionName": "janessa.murphy",
  "payInfo": "q3rkkw",
  "notifyTime": "2025-11-15 12:54:47",
  "avatar": "z36ucw",
  "accountName": "janessa.murphy",
  "discountAmount": 340,
  "activityName": "janessa.murphy",
  "account": {
    "id": 229,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "platformId": 86,
    "name": "janessa.murphy",
    "businessLicenseCode": "83942",
    "legalPerson": "8723v7",
    "phone": "516-785-2796",
    "amount": 445,
    "discount": 756,
    "externalDiscounts": 417,
    "lunchFlag": 3,
    "lunchAmount": 888,
    "lunchDiscount": 877,
    "lunchExternalDiscounts": 484,
    "lunchDescribeFlag": 3,
    "lunchDescribe": "9u51th",
    "inflateFlag": 3,
    "quota": 910,
    "threshold": 533,
    "status": 247,
    "bankCard": "j9ezwx",
    "createAt": 40,
    "updateAt": 971,
    "cardNumber": "etp2g2",
    "lunchCardNumber": "z3dbkg",
    "shopNumber": 166,
    "brandSlogan": "ubktb3",
    "brandLogo": "tk80hx",
    "brandName": "janessa.murphy",
    "signTime": "2025-11-15 12:54:55",
    "openBank": "mpjg9e",
    "openBankName": "janessa.murphy",
    "contractFile": "5fzihv",
    "fireFightingFile": "zu4o20",
    "legalFile": "rq87qd",
    "brandHistory": "r3wr8r",
    "brandIntroduce": "wirs9l"
  },
  "platformDiscount": 176,
  "cashierName": "janessa.murphy",
  "cashierPhone": "516-785-2796",
  "paymentPhone": "516-785-2796"
}'

22.17. 删除订单

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除订单

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 262,
    "totalPage": 44,
    "page": 396,
    "pageSize": 645
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/delete?id=946 --data '&946'

22.18. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

platformId

int32

false

No comments found.

name

string

false

No comments found.

businessLicenseCode

string

false

No comments found.

legalPerson

string

false

No comments found.

phone

string

false

No comments found.

amount

number

false

No comments found.

discount

number

false

No comments found.

externalDiscounts

number

false

No comments found.

lunchFlag

int32

false

No comments found.

lunchAmount

number

false

No comments found.

lunchDiscount

number

false

No comments found.

lunchExternalDiscounts

number

false

No comments found.

lunchDescribeFlag

int32

false

No comments found.

lunchDescribe

string

false

No comments found.

inflateFlag

int32

false

No comments found.

quota

number

false

No comments found.

threshold

number

false

No comments found.

status

int32

false

No comments found.

bankCard

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

cardNumber

string

false

No comments found.

lunchCardNumber

string

false

No comments found.

shopNumber

int32

false

No comments found.

brandSlogan

string

false

No comments found.

brandLogo

string

false

No comments found.

brandName

string

false

No comments found.

signTime

string

false

No comments found.

openBank

string

false

No comments found.

openBankName

string

false

No comments found.

contractFile

string

false

No comments found.

fireFightingFile

string

false

No comments found.

legalFile

string

false

No comments found.

brandHistory

string

false

No comments found.

brandIntroduce

string

false

No comments found.

Request-body:

{
  "id": 439,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "platformId": 246,
  "name": "janessa.murphy",
  "businessLicenseCode": "83942",
  "legalPerson": "8dkyt2",
  "phone": "516-785-2796",
  "amount": 718,
  "discount": 238,
  "externalDiscounts": 804,
  "lunchFlag": 3,
  "lunchAmount": 35,
  "lunchDiscount": 130,
  "lunchExternalDiscounts": 677,
  "lunchDescribeFlag": 3,
  "lunchDescribe": "z8dbj0",
  "inflateFlag": 3,
  "quota": 216,
  "threshold": 634,
  "status": 246,
  "bankCard": "23xfuu",
  "createAt": 114,
  "updateAt": 439,
  "cardNumber": "ude3m3",
  "lunchCardNumber": "cce59u",
  "shopNumber": 860,
  "brandSlogan": "1fpd3k",
  "brandLogo": "wtll48",
  "brandName": "janessa.murphy",
  "signTime": "2025-11-15 12:54:55",
  "openBank": "ttbgpg",
  "openBankName": "janessa.murphy",
  "contractFile": "u1ez08",
  "fireFightingFile": "advwp9",
  "legalFile": "w53jb0",
  "brandHistory": "t5dl1y",
  "brandIntroduce": "jen2sm"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 900,
    "totalPage": 787,
    "page": 297,
    "pageSize": 516
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/sysOrderPayFlowConvert --data '{
  "id": 439,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "platformId": 246,
  "name": "janessa.murphy",
  "businessLicenseCode": "83942",
  "legalPerson": "8dkyt2",
  "phone": "516-785-2796",
  "amount": 718,
  "discount": 238,
  "externalDiscounts": 804,
  "lunchFlag": 3,
  "lunchAmount": 35,
  "lunchDiscount": 130,
  "lunchExternalDiscounts": 677,
  "lunchDescribeFlag": 3,
  "lunchDescribe": "z8dbj0",
  "inflateFlag": 3,
  "quota": 216,
  "threshold": 634,
  "status": 246,
  "bankCard": "23xfuu",
  "createAt": 114,
  "updateAt": 439,
  "cardNumber": "ude3m3",
  "lunchCardNumber": "cce59u",
  "shopNumber": 860,
  "brandSlogan": "1fpd3k",
  "brandLogo": "wtll48",
  "brandName": "janessa.murphy",
  "signTime": "2025-11-15 12:54:55",
  "openBank": "ttbgpg",
  "openBankName": "janessa.murphy",
  "contractFile": "u1ez08",
  "fireFightingFile": "advwp9",
  "legalFile": "w53jb0",
  "brandHistory": "t5dl1y",
  "brandIntroduce": "jen2sm"
}'

22.19. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 410,
    "totalPage": 26,
    "page": 937,
    "pageSize": 825
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/sysTransactionConvert

22.20. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 535,
    "totalPage": 436,
    "page": 25,
    "pageSize": 269
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/jsyj

22.21. 导出订单Excel

Type: POST

Content-Type: application/json

Description: 导出订单Excel

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

size

int64

false

No comments found.

current

int64

false

No comments found.

keyword

string

false

No comments found.

statusId

int32

false

No comments found.

type

int32

false

No comments found.

orderType

int32

false

No comments found.

shopId

int32

false

No comments found.

accountId

int32

false

No comments found.

orderCode

string

false

No comments found.

startTime

string

false

No comments found.

endTime

string

false

No comments found.

status

array

false

No comments found.

phone

string

false

No comments found.

isShowCancelOrder

int32

false

No comments found.

consumeType

int32

false

No comments found.

orderId

int32

false

No comments found.

isEnterprisePay

int32

false

No comments found.

orderPayerUserId

int32

false

No comments found.

filterShopIdList

array

false

No comments found.

orderBy

int32

false

No comments found.

inviterOrPushInviter

int32

false

No comments found.

Request-body:

{
  "size": 188,
  "current": 644,
  "keyword": "bqdb5m",
  "statusId": 39,
  "type": 54,
  "orderType": 986,
  "shopId": 101,
  "accountId": 66,
  "orderCode": "83942",
  "startTime": "2025-11-15 12:54:55",
  "endTime": "2025-11-15 12:54:55",
  "status": [
    130
  ],
  "phone": "516-785-2796",
  "isShowCancelOrder": 734,
  "consumeType": 611,
  "orderId": 206,
  "isEnterprisePay": 848,
  "orderPayerUserId": 280,
  "filterShopIdList": [
    263
  ],
  "orderBy": 229,
  "inviterOrPushInviter": 156
}

Response-example:

Return void.

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/exportExcel --data '{
  "size": 188,
  "current": 644,
  "keyword": "bqdb5m",
  "statusId": 39,
  "type": 54,
  "orderType": 986,
  "shopId": 101,
  "accountId": 66,
  "orderCode": "83942",
  "startTime": "2025-11-15 12:54:55",
  "endTime": "2025-11-15 12:54:55",
  "status": [
    130
  ],
  "phone": "516-785-2796",
  "isShowCancelOrder": 734,
  "consumeType": 611,
  "orderId": 206,
  "isEnterprisePay": 848,
  "orderPayerUserId": 280,
  "filterShopIdList": [
    263
  ],
  "orderBy": 229,
  "inviterOrPushInviter": 156
}'

23. 套餐券核销管理(管理端)

23.1. 手动核销套餐券

Type: POST

Author: enc

Content-Type: application/json

Description: 手动核销套餐券

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

verificationCode

string

false

No comments found.

shopId

int32

false

No comments found.

Request-body:

{
  "verificationCode": "83942",
  "shopId": 871
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 370,
    "totalPage": 648,
    "page": 755,
    "pageSize": 719
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/packageVoucher/verify --data '{
  "verificationCode": "83942",
  "shopId": 871
}'

23.2. 查询核销记录列表

Type: POST

Author: enc

Content-Type: application/json

Description: 查询核销记录列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

shopId

int32

false

No comments found.

userId

int32

false

No comments found.

startTime

string

false

No comments found.

endTime

string

false

No comments found.

Body-parameters:

ParameterTypeRequiredDescription

pages

int64

false

当前分页总页数

records

array

false

查询数据列表

total

int64

false

总数

size

int64

false

每页显示条数,默认 10

current

int64

false

当前页

orders

array

false

排序字段信息

└─column

string

false

需要进行排序的字段

└─asc

boolean

false

是否正序排列,默认 true

optimizeCountSql

boolean

false

自动优化 COUNT SQL

searchCount

boolean

false

是否进行 count 查询

optimizeJoinOfCountSql

boolean

false

{@link #optimizeJoinOfCountSql()}

maxLimit

int64

false

单页分页条数限制

countId

string

false

countId

Request-body:

{
  "pages": 173,
  "records": [
    {
      "object": "any object"
    }
  ],
  "total": 909,
  "size": 614,
  "current": 39,
  "orders": [
    {
      "column": "4mpk12",
      "asc": true
    }
  ],
  "optimizeCountSql": true,
  "searchCount": true,
  "optimizeJoinOfCountSql": true,
  "maxLimit": 143,
  "countId": "139"
}&977&133&2025-11-15 12:54:47&2025-11-15 12:54:47

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 830,
    "totalPage": 283,
    "page": 761,
    "pageSize": 236
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/packageVoucher/verifyList?shopId=977&userId=133&startTime=2025-11-15 12:54:47&endTime=2025-11-15 12:54:47 --data '{
  "pages": 173,
  "records": [
    {
      "object": "any object"
    }
  ],
  "total": 909,
  "size": 614,
  "current": 39,
  "orders": [
    {
      "column": "4mpk12",
      "asc": true
    }
  ],
  "optimizeCountSql": true,
  "searchCount": true,
  "optimizeJoinOfCountSql": true,
  "maxLimit": 143,
  "countId": "139"
}&977&133&2025-11-15 12:54:47&2025-11-15 12:54:47'

23.3. 查询核销详情

Type: GET

Author: enc

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询核销详情

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

userVoucherId

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 962,
    "totalPage": 250,
    "page": 63,
    "pageSize": 170
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/packageVoucher/verifyDetail/9

24. 支付记录管理

24.1. 查询单个支付记录

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个支付记录

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 359,
    "totalPage": 591,
    "page": 866,
    "pageSize": 210
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/payRecord/getPayRecord/880

24.2. 查询支付记录列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询支付记录列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

name

string

false

No comments found.

type

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 827,
    "totalPage": 380,
    "page": 535,
    "pageSize": 865
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/payRecord/list?type=832&page=1&pageSize=10&name= --data '&""&832&1&10'

25. 内部图片管理

25.1. 查询单个图片

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个图片

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 109,
    "totalPage": 387,
    "page": 900,
    "pageSize": 550
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/picture/getPicture/442

25.2. 查询图片列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询图片列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

type

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 836,
    "totalPage": 887,
    "page": 197,
    "pageSize": 681
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/picture/list?type=774&page=1&pageSize=10 --data '&774&1&10'

25.3. 创建图片信息

Type: POST

Content-Type: multipart/form-data

Description: 创建图片信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

type

int32

true

No comments found.

file

file

true

No comments found.

Request-body:

&238

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 344,
    "totalPage": 889,
    "page": 206,
    "pageSize": 122
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: multipart/form-data' -H 'Authorization' -F 'file=' -i http://127.0.0.1:10086/_internal_/picture/create --data 'type=238'

25.4. 修改图片信息

Type: POST

Content-Type: application/json

Description: 修改图片信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

url

string

false

No comments found.

createBy

int32

false

No comments found.

createAt

int32

false

No comments found.

goUrl

string

false

No comments found.

Request-body:

{
  "id": 106,
  "type": 631,
  "status": 358,
  "url": "www.deandre-okeefe.info",
  "createBy": 818,
  "createAt": 427,
  "goUrl": "www.deandre-okeefe.info"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 943,
    "totalPage": 489,
    "page": 81,
    "pageSize": 872
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/picture/update --data '{
  "id": 106,
  "type": 631,
  "status": 358,
  "url": "www.deandre-okeefe.info",
  "createBy": 818,
  "createAt": 427,
  "goUrl": "www.deandre-okeefe.info"
}'

25.5. 删除图片信息

Type: POST

Content-Type: application/json

Description: 删除图片信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

ids

array

false

No comments found.,[array of int32]

Request-body:

[
  134
]

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 586,
    "totalPage": 515,
    "page": 810,
    "pageSize": 433
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/picture/delete --data '[
  134
]'

26. 内部座位管理

26.1. 查询单个座位

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个座位

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 201,
    "totalPage": 471,
    "page": 638,
    "pageSize": 865
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/position/getPosition/551

26.2. 查询座位列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询座位列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

type

int32

false

No comments found.

shopId

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 845,
    "totalPage": 543,
    "page": 524,
    "pageSize": 941
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/position/list?status=-1&type=-1&shopId=891&startTime=0&endTime=0&page=1&pageSize=10&keyword= --data '&""&-1&-1&891&0&0&1&10'

26.3. 查询座位列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询座位列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

status

int32

false

No comments found.

type

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 61,
    "totalPage": 553,
    "page": 906,
    "pageSize": 987
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/position/getSelectList?status=-1&type=-1 --data '&-1&-1'

26.4. 查询座位列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询座位列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

status

int32

false

No comments found.

type

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 359,
    "totalPage": 192,
    "page": 816,
    "pageSize": 467
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/position/getList?status=-1&type=-1 --data '&-1&-1'

26.5. 创建座位信息

Type: POST

Content-Type: application/json

Description: 创建座位信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

num

string

false

No comments found.

shopId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

cover

string

false

No comments found.

vr

string

false

No comments found.

description

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

tags

string

false

No comments found.

Request-body:

{
  "id": 725,
  "name": "janessa.murphy",
  "num": "ki0nct",
  "shopId": 743,
  "type": 667,
  "status": 199,
  "cover": "pboidy",
  "vr": "mi3k4l",
  "description": "0wekif",
  "createAt": 733,
  "updateAt": 157,
  "tags": "cjgjox"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 909,
    "totalPage": 243,
    "page": 385,
    "pageSize": 345
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/position/create --data '{
  "id": 725,
  "name": "janessa.murphy",
  "num": "ki0nct",
  "shopId": 743,
  "type": 667,
  "status": 199,
  "cover": "pboidy",
  "vr": "mi3k4l",
  "description": "0wekif",
  "createAt": 733,
  "updateAt": 157,
  "tags": "cjgjox"
}'

26.6. 修改座位信息

Type: POST

Content-Type: application/json

Description: 修改座位信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

num

string

false

No comments found.

shopId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

cover

string

false

No comments found.

vr

string

false

No comments found.

description

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

tags

string

false

No comments found.

Request-body:

{
  "id": 568,
  "name": "janessa.murphy",
  "num": "bwg8te",
  "shopId": 817,
  "type": 819,
  "status": 424,
  "cover": "azpf9f",
  "vr": "f9fsqi",
  "description": "67uh0a",
  "createAt": 236,
  "updateAt": 636,
  "tags": "h2nfqn"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 989,
    "totalPage": 37,
    "page": 619,
    "pageSize": 289
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/position/update --data '{
  "id": 568,
  "name": "janessa.murphy",
  "num": "bwg8te",
  "shopId": 817,
  "type": 819,
  "status": 424,
  "cover": "azpf9f",
  "vr": "f9fsqi",
  "description": "67uh0a",
  "createAt": 236,
  "updateAt": 636,
  "tags": "h2nfqn"
}'

26.7. 删除座位信息

Type: POST

Content-Type: application/json

Description: 删除座位信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

ids

array

false

No comments found.,[array of int32]

Request-body:

[
  256
]

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 678,
    "totalPage": 167,
    "page": 620,
    "pageSize": 454
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/position/delete --data '[
  256
]'

27. 

27.1. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 229,
    "totalPage": 284,
    "page": 58,
    "pageSize": 719
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/privateNumber/test

28. 产品用户管理

28.1. 查询单个产品用户-基本信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个产品用户-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 32,
    "totalPage": 751,
    "page": 203,
    "pageSize": 823
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getProductUser

28.2. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

size

int64

false

No comments found.

current

int64

false

No comments found.

id

int32

false

外部用户编码

name

string

false

用户名称

mobile

string

false

手机号

avatar

string

false

头像地址

sysPlatformId

int32

false

归属平台编码

type

int32

false

类型 1用户 2推客 3合伙人

isEnterprise

int32

false

No comments found.

status

int32

false

状态

enterpriseId

int32

false

企业编码

pushGrade

int32

false

推客等级

source

string

false

用户来源

realName

string

false

真实姓名

idCard

string

false

身份证号

inviter

int32

false

邀请人

pushInviter

int32

false

推客邀请人

Request-body:

{
  "size": 361,
  "current": 840,
  "id": 932,
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "p0ki5t",
  "sysPlatformId": 56,
  "type": 701,
  "isEnterprise": 499,
  "status": 50,
  "enterpriseId": 333,
  "pushGrade": 514,
  "source": "ybrva6",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "inviter": 220,
  "pushInviter": 421
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

└─pages

int64

当前分页总页数

-

└─records

array

分页记录列表

-

     └─id

int32

外部用户编码

-

     └─uuid

string

唯一数据标识

-

     └─name

string

用户名称

-

     └─mobile

string

手机号

-

     └─avatar

string

头像地址

-

     └─sysPlatformId

int32

归属平台编码

-

     └─type

int32

类型 1用户 2推客 3合伙人

-

     └─status

int32

状态

-

     └─amount

number

推客账户金额

-

     └─comsumeAmount

number

会员消费总金额

-

     └─enterpriseAmount

number

企业代金券余额

-

     └─enterpriseCount

int32

企业消费次数

-

     └─isEnterpriseUser

int32

是否企业用户 0否 1是 2未分配 3停用

-

     └─enterpriseId

int32

企业编码

-

     └─pushGrade

int32

推客等级

-

     └─passwordHash

string

密码

-

     └─job

string

职位

-

     └─company

string

公司

-

     └─source

string

用户来源

-

     └─realName

string

真实姓名

-

     └─idCard

string

身份证号

-

     └─bankCard

string

银行卡号

-

     └─bankCode

string

开户行

-

     └─reservePhone

string

预留手机号

-

     └─idCardFront

string

身份证正面

-

     └─idCardBack

string

身份证反面

-

     └─inviter

int32

邀请人

-

     └─pushInviter

int32

推客邀请人

-

     └─sysInternalId

int32

创建人

-

     └─lastLoginAt

int32

用户最后登录时间

-

     └─wxOpenId

string

微信唯一标识

-

     └─thirdOpenId

string

第三方授权唯一标识

-

     └─thirdOpenId2

string

第三方授权唯一标识2

-

     └─validTime

string

有效期

-

     └─activityVoucherId

int32

活动编码

-

     └─pushAt

int32

成为推客时间

-

     └─createAt

int32

创建时间

-

     └─createTime

string

创建时间

-

     └─updateAt

int32

修改时间

-

     └─totalAmount

number

总收益金额

-

     └─inviterStatus

int32

推客账号状态1启用 0停用

-

     └─inviterCount

int32

No comments found.

-

     └─pushInviterCount

int32

No comments found.

-

     └─orderCount

int32

No comments found.

-

     └─pushInviterOrderCount

int32

No comments found.

-

     └─consumeCount

int32

No comments found.

-

     └─inviterAmount

number

No comments found.

-

     └─myComsumeAmount

number

自己消费总金额

-

     └─myComsumeCount

number

自己消费总笔数

-

     └─enterpriseName

string

No comments found.

-

└─total

int64

当前满足条件总行数

-

└─size

int64

获取每页显示条数

-

└─current

int64

当前页

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {
    "pages": 996,
    "records": [
      {
        "id": 784,
        "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
        "name": "janessa.murphy",
        "mobile": "718-254-6863",
        "avatar": "mzn0dz",
        "sysPlatformId": 769,
        "type": 942,
        "status": 335,
        "amount": 146,
        "comsumeAmount": 84,
        "enterpriseAmount": 697,
        "enterpriseCount": 891,
        "isEnterpriseUser": 776,
        "enterpriseId": 475,
        "pushGrade": 602,
        "passwordHash": "lpeija",
        "job": "icqnhs",
        "company": "Green-Bauch",
        "source": "8asmj0",
        "realName": "janessa.murphy",
        "idCard": "360202197902186776",
        "bankCard": "p901fm",
        "bankCode": "83942",
        "reservePhone": "516-785-2796",
        "idCardFront": "wozwgo",
        "idCardBack": "sdxf17",
        "inviter": 472,
        "pushInviter": 958,
        "sysInternalId": 328,
        "lastLoginAt": 955,
        "wxOpenId": "139",
        "thirdOpenId": "139",
        "thirdOpenId2": "2kt96x",
        "validTime": "2025-11-15 12:54:47",
        "activityVoucherId": 696,
        "pushAt": 764,
        "createAt": 149,
        "createTime": "2025-11-15 12:54:56",
        "updateAt": 708,
        "totalAmount": 995,
        "inviterStatus": 276,
        "inviterCount": 322,
        "pushInviterCount": 838,
        "orderCount": 598,
        "pushInviterOrderCount": 351,
        "consumeCount": 637,
        "inviterAmount": 133,
        "myComsumeAmount": 499,
        "myComsumeCount": 421,
        "enterpriseName": "janessa.murphy"
      }
    ],
    "total": 892,
    "size": 96,
    "current": 932
  },
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 218,
    "totalPage": 948,
    "page": 130,
    "pageSize": 710
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/pageList --data '{
  "size": 361,
  "current": 840,
  "id": 932,
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "p0ki5t",
  "sysPlatformId": 56,
  "type": 701,
  "isEnterprise": 499,
  "status": 50,
  "enterpriseId": 333,
  "pushGrade": 514,
  "source": "ybrva6",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "inviter": 220,
  "pushInviter": 421
}'

28.3. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

userId

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

└─memberCount

int32

会员总数

-

└─comsumeCount

int32

消费会员数

-

└─noComsumeCount

int32

未消费会员数

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {
    "memberCount": 861,
    "comsumeCount": 999,
    "noComsumeCount": 409
  },
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 575,
    "totalPage": 603,
    "page": 383,
    "pageSize": 742
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getMemberCount/971

28.4. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

userId

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

└─memberCount

int32

会员总数

-

└─comsumeCount

int32

消费会员数

-

└─noComsumeCount

int32

未消费会员数

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {
    "memberCount": 261,
    "comsumeCount": 293,
    "noComsumeCount": 448
  },
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 228,
    "totalPage": 83,
    "page": 382,
    "pageSize": 711
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getTkCount/763

28.5. 查询产品用户列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询产品用户列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

type

int32

false

No comments found.

keyword

string

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

mobile

string

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 275,
    "totalPage": 681,
    "page": 11,
    "pageSize": 500
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/list?type=924&startTime=479&endTime=750&page=1&pageSize=20&keyword=&mobile= --data '&924&""&479&750&""&1&20'

28.6. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

type

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 931,
    "totalPage": 558,
    "page": 472,
    "pageSize": 501
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getUserList?type=1 --data '&1'

28.7. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 923,
    "totalPage": 601,
    "page": 152,
    "pageSize": 794
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getAllUserList

28.8. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 412,
    "totalPage": 941,
    "page": 789,
    "pageSize": 79
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getCustomerList?page=1&pageSize=10&keyword= --data '&""&1&10'

28.9. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

userId

int32

true

No comments found.

shopId

int32

true

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 153,
    "totalPage": 969,
    "page": 136,
    "pageSize": 835
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getOrderList?userId=606&shopId=202&page=1&pageSize=10 --data '&606&202&1&10'

28.10. 查询提现列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询提现列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

type

int32

true

No comments found.

userId

int32

true

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 542,
    "totalPage": 503,
    "page": 665,
    "pageSize": 749
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getPushList?type=1&userId=900&page=1&pageSize=10 --data '&1&900&1&10'

28.11. 添加产品用户

Type: POST

Content-Type: application/json

Description: 添加产品用户

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

avatar

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

amount

number

false

No comments found.

comsumeAmount

number

false

No comments found.

enterpriseAmount

number

false

No comments found.

enterpriseCount

int32

false

No comments found.

isEnterpriseUser

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

pushGrade

int32

false

No comments found.

passwordHash

string

false

No comments found.

job

string

false

No comments found.

company

string

false

No comments found.

source

string

false

No comments found.

realName

string

false

No comments found.

idCard

string

false

No comments found.

bankCard

string

false

No comments found.

bankCode

string

false

No comments found.

reservePhone

string

false

No comments found.

idCardFront

string

false

No comments found.

idCardBack

string

false

No comments found.

inviter

int32

false

No comments found.

pushInviter

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

validTime

string

false

No comments found.

activityVoucherId

int32

false

No comments found.

pushAt

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

totalAmount

number

false

No comments found.

inviterStatus

int32

false

No comments found.

inviterSource

string

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 104,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "qg56xn",
  "sysPlatformId": 470,
  "type": 37,
  "status": 608,
  "amount": 715,
  "comsumeAmount": 548,
  "enterpriseAmount": 345,
  "enterpriseCount": 477,
  "isEnterpriseUser": 723,
  "enterpriseId": 246,
  "pushGrade": 584,
  "passwordHash": "415yoa",
  "job": "54k2nh",
  "company": "Green-Bauch",
  "source": "n6oaty",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "lzrj56",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "1k99vw",
  "idCardBack": "91obgm",
  "inviter": 635,
  "pushInviter": 185,
  "sysInternalId": 468,
  "lastLoginAt": 922,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "yb6g2x",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 636,
  "pushAt": 843,
  "createAt": 9,
  "updateAt": 400,
  "totalAmount": 483,
  "inviterStatus": 817,
  "inviterSource": "tr7eh5",
  "createTime": "2025-11-15 12:54:57"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 499,
    "totalPage": 516,
    "page": 334,
    "pageSize": 206
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/create --data '{
  "id": 104,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "qg56xn",
  "sysPlatformId": 470,
  "type": 37,
  "status": 608,
  "amount": 715,
  "comsumeAmount": 548,
  "enterpriseAmount": 345,
  "enterpriseCount": 477,
  "isEnterpriseUser": 723,
  "enterpriseId": 246,
  "pushGrade": 584,
  "passwordHash": "415yoa",
  "job": "54k2nh",
  "company": "Green-Bauch",
  "source": "n6oaty",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "lzrj56",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "1k99vw",
  "idCardBack": "91obgm",
  "inviter": 635,
  "pushInviter": 185,
  "sysInternalId": 468,
  "lastLoginAt": 922,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "yb6g2x",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 636,
  "pushAt": 843,
  "createAt": 9,
  "updateAt": 400,
  "totalAmount": 483,
  "inviterStatus": 817,
  "inviterSource": "tr7eh5",
  "createTime": "2025-11-15 12:54:57"
}'

28.12. 修改产品用户

Type: POST

Content-Type: application/json

Description: 修改产品用户

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

avatar

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

amount

number

false

No comments found.

comsumeAmount

number

false

No comments found.

enterpriseAmount

number

false

No comments found.

enterpriseCount

int32

false

No comments found.

isEnterpriseUser

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

pushGrade

int32

false

No comments found.

passwordHash

string

false

No comments found.

job

string

false

No comments found.

company

string

false

No comments found.

source

string

false

No comments found.

realName

string

false

No comments found.

idCard

string

false

No comments found.

bankCard

string

false

No comments found.

bankCode

string

false

No comments found.

reservePhone

string

false

No comments found.

idCardFront

string

false

No comments found.

idCardBack

string

false

No comments found.

inviter

int32

false

No comments found.

pushInviter

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

validTime

string

false

No comments found.

activityVoucherId

int32

false

No comments found.

pushAt

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

totalAmount

number

false

No comments found.

inviterStatus

int32

false

No comments found.

inviterSource

string

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 787,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "it2raj",
  "sysPlatformId": 68,
  "type": 287,
  "status": 487,
  "amount": 477,
  "comsumeAmount": 150,
  "enterpriseAmount": 391,
  "enterpriseCount": 83,
  "isEnterpriseUser": 845,
  "enterpriseId": 366,
  "pushGrade": 738,
  "passwordHash": "lpl39p",
  "job": "qqmy3l",
  "company": "Green-Bauch",
  "source": "thfenq",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "os5fv6",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "dtnjp1",
  "idCardBack": "du3h6q",
  "inviter": 196,
  "pushInviter": 817,
  "sysInternalId": 251,
  "lastLoginAt": 550,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "lfj2qq",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 991,
  "pushAt": 614,
  "createAt": 405,
  "updateAt": 763,
  "totalAmount": 751,
  "inviterStatus": 424,
  "inviterSource": "p1q01d",
  "createTime": "2025-11-15 12:54:57"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 500,
    "totalPage": 681,
    "page": 130,
    "pageSize": 57
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/update --data '{
  "id": 787,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "it2raj",
  "sysPlatformId": 68,
  "type": 287,
  "status": 487,
  "amount": 477,
  "comsumeAmount": 150,
  "enterpriseAmount": 391,
  "enterpriseCount": 83,
  "isEnterpriseUser": 845,
  "enterpriseId": 366,
  "pushGrade": 738,
  "passwordHash": "lpl39p",
  "job": "qqmy3l",
  "company": "Green-Bauch",
  "source": "thfenq",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "os5fv6",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "dtnjp1",
  "idCardBack": "du3h6q",
  "inviter": 196,
  "pushInviter": 817,
  "sysInternalId": 251,
  "lastLoginAt": 550,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "lfj2qq",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 991,
  "pushAt": 614,
  "createAt": 405,
  "updateAt": 763,
  "totalAmount": 751,
  "inviterStatus": 424,
  "inviterSource": "p1q01d",
  "createTime": "2025-11-15 12:54:57"
}'

28.13. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

avatar

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

amount

number

false

No comments found.

comsumeAmount

number

false

No comments found.

enterpriseAmount

number

false

No comments found.

enterpriseCount

int32

false

No comments found.

isEnterpriseUser

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

pushGrade

int32

false

No comments found.

passwordHash

string

false

No comments found.

job

string

false

No comments found.

company

string

false

No comments found.

source

string

false

No comments found.

realName

string

false

No comments found.

idCard

string

false

No comments found.

bankCard

string

false

No comments found.

bankCode

string

false

No comments found.

reservePhone

string

false

No comments found.

idCardFront

string

false

No comments found.

idCardBack

string

false

No comments found.

inviter

int32

false

No comments found.

pushInviter

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

validTime

string

false

No comments found.

activityVoucherId

int32

false

No comments found.

pushAt

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

totalAmount

number

false

No comments found.

inviterStatus

int32

false

No comments found.

inviterSource

string

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 755,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "u0dlua",
  "sysPlatformId": 234,
  "type": 906,
  "status": 602,
  "amount": 559,
  "comsumeAmount": 998,
  "enterpriseAmount": 593,
  "enterpriseCount": 901,
  "isEnterpriseUser": 691,
  "enterpriseId": 934,
  "pushGrade": 41,
  "passwordHash": "ebsg70",
  "job": "c1mejq",
  "company": "Green-Bauch",
  "source": "k7aadf",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "sh641u",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "lpfbus",
  "idCardBack": "hietjm",
  "inviter": 225,
  "pushInviter": 455,
  "sysInternalId": 594,
  "lastLoginAt": 137,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "g0znl7",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 691,
  "pushAt": 725,
  "createAt": 532,
  "updateAt": 731,
  "totalAmount": 318,
  "inviterStatus": 28,
  "inviterSource": "g159xm",
  "createTime": "2025-11-15 12:54:57"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 366,
    "totalPage": 431,
    "page": 591,
    "pageSize": 105
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/updateInviterStatus --data '{
  "id": 755,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "u0dlua",
  "sysPlatformId": 234,
  "type": 906,
  "status": 602,
  "amount": 559,
  "comsumeAmount": 998,
  "enterpriseAmount": 593,
  "enterpriseCount": 901,
  "isEnterpriseUser": 691,
  "enterpriseId": 934,
  "pushGrade": 41,
  "passwordHash": "ebsg70",
  "job": "c1mejq",
  "company": "Green-Bauch",
  "source": "k7aadf",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "sh641u",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "lpfbus",
  "idCardBack": "hietjm",
  "inviter": 225,
  "pushInviter": 455,
  "sysInternalId": 594,
  "lastLoginAt": 137,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "g0znl7",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 691,
  "pushAt": 725,
  "createAt": 532,
  "updateAt": 731,
  "totalAmount": 318,
  "inviterStatus": 28,
  "inviterSource": "g159xm",
  "createTime": "2025-11-15 12:54:57"
}'

29. 内部返现率管理

29.1. 查询单个返现率

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个返现率

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 523,
    "totalPage": 665,
    "page": 710,
    "pageSize": 874
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/ratio/getRatio/832

29.2. 查询返现率列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询返现率列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 5,
    "totalPage": 31,
    "page": 420,
    "pageSize": 154
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/ratio/list?page=1&pageSize=10 --data '&1&10'

29.3. 创建返现率信息

Type: POST

Content-Type: application/json

Description: 创建返现率信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

high

number

false

No comments found.

low

number

false

No comments found.

pushRatio

number

false

No comments found.

partnerRatio

number

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 47,
  "name": "janessa.murphy",
  "high": 373,
  "low": 781,
  "pushRatio": 379,
  "partnerRatio": 638,
  "createAt": 510,
  "updateAt": 398
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 310,
    "totalPage": 394,
    "page": 317,
    "pageSize": 757
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/ratio/create --data '{
  "id": 47,
  "name": "janessa.murphy",
  "high": 373,
  "low": 781,
  "pushRatio": 379,
  "partnerRatio": 638,
  "createAt": 510,
  "updateAt": 398
}'

29.4. 修改返现率信息

Type: POST

Content-Type: application/json

Description: 修改返现率信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

high

number

false

No comments found.

low

number

false

No comments found.

pushRatio

number

false

No comments found.

partnerRatio

number

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

ratio1

number

false

No comments found.

ratio2

number

false

No comments found.

ratio3

number

false

No comments found.

Request-body:

{
  "id": 145,
  "name": "janessa.murphy",
  "high": 599,
  "low": 984,
  "pushRatio": 848,
  "partnerRatio": 292,
  "createAt": 84,
  "updateAt": 485,
  "ratio1": 668,
  "ratio2": 311,
  "ratio3": 793
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 671,
    "totalPage": 252,
    "page": 734,
    "pageSize": 406
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/ratio/update --data '{
  "id": 145,
  "name": "janessa.murphy",
  "high": 599,
  "low": 984,
  "pushRatio": 848,
  "partnerRatio": 292,
  "createAt": 84,
  "updateAt": 485,
  "ratio1": 668,
  "ratio2": 311,
  "ratio3": 793
}'

29.5. 删除返现率信息

Type: POST

Content-Type: application/json

Description: 删除返现率信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

ids

array

false

No comments found.,[array of int32]

Request-body:

[
  21
]

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 212,
    "totalPage": 105,
    "page": 845,
    "pageSize": 255
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/ratio/delete --data '[
  21
]'

30. 内部角色菜单管理

30.1. 查询单个角色菜单

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个角色菜单

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 868,
    "totalPage": 541,
    "page": 972,
    "pageSize": 97
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/roleMenu/getRoleMenu/901

30.2. 查询角色菜单列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询角色菜单列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 759,
    "totalPage": 630,
    "page": 193,
    "pageSize": 745
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/roleMenu/list?status=-1&startTime=0&endTime=0&page=1&pageSize=100&keyword= --data '&""&-1&0&0&1&100'

30.3. 创建角色菜单信息

Type: POST

Content-Type: application/json

Description: 创建角色菜单信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

roleId

int32

false

No comments found.

menuId

int32

false

No comments found.

isParent

int32

false

No comments found.

sysPlatformId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

childrenList

array

false

No comments found.

parentList

array

false

No comments found.

Request-body:

{
  "id": 313,
  "roleId": 261,
  "menuId": 953,
  "isParent": 163,
  "sysPlatformId": 682,
  "createAt": 924,
  "updateAt": 431,
  "childrenList": [
    528
  ],
  "parentList": [
    393
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 431,
    "totalPage": 122,
    "page": 327,
    "pageSize": 16
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/roleMenu/create --data '{
  "id": 313,
  "roleId": 261,
  "menuId": 953,
  "isParent": 163,
  "sysPlatformId": 682,
  "createAt": 924,
  "updateAt": 431,
  "childrenList": [
    528
  ],
  "parentList": [
    393
  ]
}'

30.4. 修改角色菜单信息

Type: POST

Content-Type: application/json

Description: 修改角色菜单信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

roleId

int32

false

No comments found.

menuId

int32

false

No comments found.

isParent

int32

false

No comments found.

sysPlatformId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 356,
  "roleId": 604,
  "menuId": 84,
  "isParent": 405,
  "sysPlatformId": 301,
  "createAt": 66,
  "updateAt": 167
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 664,
    "totalPage": 267,
    "page": 357,
    "pageSize": 719
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/roleMenu/update --data '{
  "id": 356,
  "roleId": 604,
  "menuId": 84,
  "isParent": 405,
  "sysPlatformId": 301,
  "createAt": 66,
  "updateAt": 167
}'

30.5. 删除角色菜单信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除角色菜单信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 426,
    "totalPage": 47,
    "page": 115,
    "pageSize": 339
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/roleMenu/delete?id=595 --data '&595'

31. 店铺附件管理

31.1. 查询单个店铺附件

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个店铺附件

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 334,
    "totalPage": 736,
    "page": 268,
    "pageSize": 777
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shopAttachment/getShopAttachment/172

31.2. 查询店铺附件列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询店铺附件列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

type

int32

false

No comments found.

shopId

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 329,
    "totalPage": 983,
    "page": 506,
    "pageSize": 911
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shopAttachment/list?type=-1&shopId=21&page=1&pageSize=10 --data '&-1&21&1&10'

31.3. 

Type: POST

Content-Type: multipart/form-data

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

shopId

int32

false

No comments found.

type

int32

true

No comments found.

name

string

true

No comments found.

file

file

true

No comments found.

Request-body:

&489&625&janessa.murphy

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 757,
    "totalPage": 754,
    "page": 28,
    "pageSize": 956
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: multipart/form-data' -H 'Authorization' -F 'file=' -i http://127.0.0.1:10086/_internal_/shopAttachment/create --data 'shopId=489&type=625&name=janessa.murphy'

31.4. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

shopId

int32

false

No comments found.

name

string

false

No comments found.

status

int32

false

No comments found.

type

int32

false

No comments found.

url

string

false

No comments found.

createBy

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 19,
  "shopId": 708,
  "name": "janessa.murphy",
  "status": 672,
  "type": 809,
  "url": "www.deandre-okeefe.info",
  "createBy": 137,
  "createAt": 879,
  "updateAt": 500
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 35,
    "totalPage": 537,
    "page": 576,
    "pageSize": 272
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shopAttachment/update --data '{
  "id": 19,
  "shopId": 708,
  "name": "janessa.murphy",
  "status": 672,
  "type": 809,
  "url": "www.deandre-okeefe.info",
  "createBy": 137,
  "createAt": 879,
  "updateAt": 500
}'

31.5. 删除店铺附件信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除店铺附件信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 727,
    "totalPage": 916,
    "page": 833,
    "pageSize": 356
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shopAttachment/delete?id=857 --data '&857'

32. 内部店铺管理

32.1. 查询单个店铺

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个店铺

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 38,
    "totalPage": 988,
    "page": 741,
    "pageSize": 139
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shop/getShop/509

32.2. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

keyword

string

false

No comments found.

accountId

int32

false

No comments found.

size

int64

false

No comments found.

current

int64

false

No comments found.

Request-body:

{
  "keyword": "17if0h",
  "accountId": 335,
  "size": 109,
  "current": 176
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 284,
    "totalPage": 154,
    "page": 766,
    "pageSize": 451
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shop/query --data '{
  "keyword": "17if0h",
  "accountId": 335,
  "size": 109,
  "current": 176
}'

32.3. 查询店铺列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询店铺列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

type

int32

false

No comments found.

accountId

int32

false

No comments found.

address

string

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 556,
    "totalPage": 770,
    "page": 126,
    "pageSize": 446
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shop/list?type=1&accountId=540&page=1&pageSize=10&keyword=&status=&address= --data '&""&""&1&540&""&1&10'

32.4. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 151,
    "totalPage": 141,
    "page": 53,
    "pageSize": 892
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shop/getShopCategoryList

32.5. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

accountId

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 777,
    "totalPage": 896,
    "page": 685,
    "pageSize": 394
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shop/getShopSelectList?accountId=745 --data '&745'

32.6. 创建店铺信息

Type: POST

Content-Type: application/json

Description: 创建店铺信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

image

string

false

No comments found.

auditStatus

int32

false

No comments found.

accountId

int32

false

No comments found.

businessHours

string

false

No comments found.

specialBusinessHours

string

false

No comments found.

point

number

false

No comments found.

tags

string

false

No comments found.

serviceFacilities

string

false

No comments found.

featuredServices

string

false

No comments found.

status

int32

false

No comments found.

reservationAmount

number

false

No comments found.

category

string

false

No comments found.

price

int32

false

No comments found.

phone

string

false

No comments found.

preFlag

int32

false

No comments found.

timeSpan

string

false

No comments found.

preType

int32

false

No comments found.

days

int32

false

No comments found.

banStart

string

false

No comments found.

banEnd

string

false

No comments found.

remark

string

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

address

string

false

No comments found.

areaCode

int32

false

No comments found.

metro

string

false

No comments found.

metroInfo

string

false

No comments found.

tradeArea

string

false

No comments found.

listingTime

int32

false

No comments found.

reservePhone

string

false

No comments found.

banner

string

false

No comments found.

activity

string

false

No comments found.

detailsImg

string

false

No comments found.

leaderName

string

false

No comments found.

createBy

int32

false

No comments found.

createAt

int32

false

No comments found.

updateBy

int32

false

No comments found.

updateAt

int32

false

No comments found.

externalDiscounts

number

false

No comments found.

lunchExternalDiscounts

number

false

No comments found.

lunchFlag

int32

false

No comments found.

info

string

false

No comments found.

distance

double

false

No comments found.

account

object

false

No comments found.

└─id

int32

false

No comments found.

└─uuid

string

false

No comments found.

└─platformId

int32

false

No comments found.

└─name

string

false

No comments found.

└─businessLicenseCode

string

false

No comments found.

└─legalPerson

string

false

No comments found.

└─phone

string

false

No comments found.

└─amount

number

false

No comments found.

└─discount

number

false

No comments found.

└─externalDiscounts

number

false

No comments found.

└─lunchFlag

int32

false

No comments found.

└─lunchAmount

number

false

No comments found.

└─lunchDiscount

number

false

No comments found.

└─lunchExternalDiscounts

number

false

No comments found.

└─lunchDescribeFlag

int32

false

No comments found.

└─lunchDescribe

string

false

No comments found.

└─inflateFlag

int32

false

No comments found.

└─quota

number

false

No comments found.

└─threshold

number

false

No comments found.

└─status

int32

false

No comments found.

└─bankCard

string

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─cardNumber

string

false

No comments found.

└─lunchCardNumber

string

false

No comments found.

└─shopNumber

int32

false

No comments found.

└─brandSlogan

string

false

No comments found.

└─brandLogo

string

false

No comments found.

└─brandName

string

false

No comments found.

└─signTime

string

false

No comments found.

└─openBank

string

false

No comments found.

└─openBankName

string

false

No comments found.

└─contractFile

string

false

No comments found.

└─fireFightingFile

string

false

No comments found.

└─legalFile

string

false

No comments found.

└─brandHistory

string

false

No comments found.

└─brandIntroduce

string

false

No comments found.

createTime

string

false

No comments found.

region

object

false

No comments found.

└─id

int32

false

No comments found.

└─name

string

false

No comments found.

└─parentId

int32

false

No comments found.

└─shortName

string

false

No comments found.

└─levelType

int32

false

No comments found.

└─cityCode

string

false

No comments found.

└─zipCode

string

false

No comments found.

└─mergerName

string

false

No comments found.

└─lng

float

false

No comments found.

└─lat

float

false

No comments found.

└─pinyin

string

false

No comments found.

monthlySales

int64

false

No comments found.

regionId

int32

false

No comments found.

sort

int32

false

No comments found.

positionList

array

false

No comments found.

└─id

int32

false

No comments found.

└─name

string

false

No comments found.

└─num

string

false

No comments found.

└─shopId

int32

false

No comments found.

└─type

int32

false

No comments found.

└─status

int32

false

No comments found.

└─cover

string

false

No comments found.

└─vr

string

false

No comments found.

└─description

string

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─tags

string

false

No comments found.

lunchDescribeFlag

int32

false

No comments found.

lunchDescribe

string

false

No comments found.

personPrice

double

false

No comments found.

lowPrice

int32

false

No comments found.

highPrice

int32

false

No comments found.

positionType

int32

false

No comments found.

metroDistance

int32

false

No comments found.

dishList

array

false

No comments found.

└─id

int32

false

No comments found.

└─shopId

int32

false

No comments found.

└─name

string

false

No comments found.

└─status

int32

false

No comments found.

└─type

int32

false

No comments found.

└─url

string

false

No comments found.

└─createBy

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

boxList

array

false

No comments found.

└─id

int32

false

No comments found.

└─shopId

int32

false

No comments found.

└─name

string

false

No comments found.

└─status

int32

false

No comments found.

└─type

int32

false

No comments found.

└─url

string

false

No comments found.

└─createBy

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

headList

array

false

No comments found.

└─id

int32

false

No comments found.

└─shopId

int32

false

No comments found.

└─name

string

false

No comments found.

└─status

int32

false

No comments found.

└─type

int32

false

No comments found.

└─url

string

false

No comments found.

└─createBy

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

activityVoucherList

array

false

No comments found.

└─id

int32

false

主键编码

└─name

string

false

名称

└─status

int32

false

状态 1待开始 2进行中 3已暂停 4已结束

└─type

int32

false

领券类型 1转盘 2九宫格 3直领

└─cover

string

false

封面

└─background

string

false

背景色

└─shareTitle

string

false

分享标题

└─shareCover

string

false

分享封面

└─startTime

string

false

开始时间

└─endTime

string

false

结束时间

└─contentImage

string

false

小程序活动页内容图片(头图)

└─describe

string

false

活动规则说明

└─isAllPart

int32

false

是否全部参与 0否 1是

└─dayNumber

int32

false

日发券量

└─frequency

int32

false

抽奖次数

└─forwardFrequency

int32

false

转发次数

└─isValid

int32

false

是否长期有效 0否 1是

└─voucherStartTime

string

false

卷开始时间

└─voucherEndTime

string

false

卷结束时间

└─applyType

int32

false

适用人群 1全部 2已注册老用户 3新注册用户

└─createAt

int32

false

创建时间

└─updateAt

int32

false

更新时间

└─activityVoucherType

int32

false

活动券类型1.普通券2.满减券 3套餐券

└─isDetailsImage

int32

false

是否显示详情图

└─detailsImage

string

false

小程序活动页内容图片(详情图)

└─adImage

string

false

广告图

└─activityDescribe

string

false

活动描述

└─createBy

int32

false

创建人

└─createTime

string

false

创建时间

└─updateBy

int32

false

更新人

└─updateTime

string

false

更新时间

numList

array

false

No comments found.

describeList

array

false

No comments found.

└─id

int32

false

主键

└─shopId

int32

false

店铺id

└─description

string

false

描述

└─img

string

false

图片

└─createBy

int32

false

创建人

└─createTime

string

false

创建时间

└─updateBy

int32

false

更新人

└─updateTime

string

false

更新时间

accountName

string

false

No comments found.

voucherDescribeList

array

false

No comments found.

└─id

int32

false

主键

└─activityVoucherId

int32

false

活动id

└─discountLabel

string

false

优惠标签

└─discountRatio

string

false

优惠折扣

└─discountPrice

string

false

优惠价

└─oldPrice

string

false

原价

└─activityDescribe

string

false

活动描述

└─createBy

int32

false

创建人

└─createTime

string

false

创建时间

└─updateBy

int32

false

更新人

└─updateTime

string

false

更新时间

activityDescribe

string

false

活动描述

Request-body:

{
  "id": 813,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "image": "tkrzsk",
  "auditStatus": 1,
  "accountId": 247,
  "businessHours": "jybb9z",
  "specialBusinessHours": "yna3ru",
  "point": 795,
  "tags": "4xbsqu",
  "serviceFacilities": "ycydiw",
  "featuredServices": "kjb9z5",
  "status": 872,
  "reservationAmount": 542,
  "category": "rkbsy1",
  "price": 418,
  "phone": "516-785-2796",
  "preFlag": 3,
  "timeSpan": "6x04b8",
  "preType": 474,
  "days": 741,
  "banStart": "2025-11-15",
  "banEnd": "2025-11-15",
  "remark": "dxeeeq",
  "latitude": 54.22,
  "longitude": 32.50,
  "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "areaCode": 879,
  "metro": "mxcfzy",
  "metroInfo": "q8bqsl",
  "tradeArea": "6krwcx",
  "listingTime": 521,
  "reservePhone": "516-785-2796",
  "banner": "i5p2n8",
  "activity": "mrv39c",
  "detailsImg": "twvjdr",
  "leaderName": "janessa.murphy",
  "createBy": 610,
  "createAt": 850,
  "updateBy": 609,
  "updateAt": 445,
  "externalDiscounts": 814,
  "lunchExternalDiscounts": 548,
  "lunchFlag": 3,
  "info": "7x01t5",
  "distance": 86.63,
  "account": {
    "id": 245,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "platformId": 390,
    "name": "janessa.murphy",
    "businessLicenseCode": "83942",
    "legalPerson": "nn57bh",
    "phone": "516-785-2796",
    "amount": 463,
    "discount": 551,
    "externalDiscounts": 217,
    "lunchFlag": 3,
    "lunchAmount": 47,
    "lunchDiscount": 397,
    "lunchExternalDiscounts": 418,
    "lunchDescribeFlag": 3,
    "lunchDescribe": "jgtqkx",
    "inflateFlag": 3,
    "quota": 739,
    "threshold": 514,
    "status": 723,
    "bankCard": "6rka2a",
    "createAt": 881,
    "updateAt": 949,
    "cardNumber": "b2x5l8",
    "lunchCardNumber": "hl9zaa",
    "shopNumber": 266,
    "brandSlogan": "gk289q",
    "brandLogo": "khmch2",
    "brandName": "janessa.murphy",
    "signTime": "2025-11-15 12:54:58",
    "openBank": "k8ervp",
    "openBankName": "janessa.murphy",
    "contractFile": "mwckd3",
    "fireFightingFile": "4xl2lq",
    "legalFile": "4prvzu",
    "brandHistory": "dwug2c",
    "brandIntroduce": "pljcrg"
  },
  "createTime": "2025-11-15 12:54:47",
  "region": {
    "id": 507,
    "name": "janessa.murphy",
    "parentId": 391,
    "shortName": "janessa.murphy",
    "levelType": 708,
    "cityCode": "83942",
    "zipCode": "83942",
    "mergerName": "janessa.murphy",
    "lng": 92.18,
    "lat": 75.04,
    "pinyin": "nu26pq"
  },
  "monthlySales": 142,
  "regionId": 140,
  "sort": 637,
  "positionList": [
    {
      "id": 814,
      "name": "janessa.murphy",
      "num": "1aqz78",
      "shopId": 231,
      "type": 540,
      "status": 94,
      "cover": "9ogdf1",
      "vr": "aqqh7p",
      "description": "vjxick",
      "createAt": 709,
      "updateAt": 42,
      "tags": "w7bqc1"
    }
  ],
  "lunchDescribeFlag": 3,
  "lunchDescribe": "p9fpxt",
  "personPrice": 65.45,
  "lowPrice": 964,
  "highPrice": 72,
  "positionType": 875,
  "metroDistance": 599,
  "dishList": [
    {
      "id": 686,
      "shopId": 10,
      "name": "janessa.murphy",
      "status": 333,
      "type": 856,
      "url": "www.deandre-okeefe.info",
      "createBy": 659,
      "createAt": 186,
      "updateAt": 438
    }
  ],
  "boxList": [
    {
      "id": 634,
      "shopId": 810,
      "name": "janessa.murphy",
      "status": 890,
      "type": 134,
      "url": "www.deandre-okeefe.info",
      "createBy": 635,
      "createAt": 445,
      "updateAt": 473
    }
  ],
  "headList": [
    {
      "id": 756,
      "shopId": 791,
      "name": "janessa.murphy",
      "status": 910,
      "type": 316,
      "url": "www.deandre-okeefe.info",
      "createBy": 767,
      "createAt": 920,
      "updateAt": 317
    }
  ],
  "activityVoucherList": [
    {
      "id": 32,
      "name": "janessa.murphy",
      "status": 733,
      "type": 546,
      "cover": "ul5nik",
      "background": "4m6j00",
      "shareTitle": "apgy1g",
      "shareCover": "x7c1sx",
      "startTime": "2025-11-15 12:54:58",
      "endTime": "2025-11-15 12:54:58",
      "contentImage": "7x0pvz",
      "describe": "g63dff",
      "isAllPart": 929,
      "dayNumber": 213,
      "frequency": 107,
      "forwardFrequency": 720,
      "isValid": 113,
      "voucherStartTime": "2025-11-15 12:54:58",
      "voucherEndTime": "2025-11-15 12:54:58",
      "applyType": 73,
      "createAt": 240,
      "updateAt": 496,
      "activityVoucherType": 551,
      "isDetailsImage": 21,
      "detailsImage": "rnh7y8",
      "adImage": "78diid",
      "activityDescribe": "f57vry",
      "createBy": 377,
      "createTime": "2025-11-15 12:54:58",
      "updateBy": 570,
      "updateTime": "2025-11-15 12:54:58"
    }
  ],
  "numList": [
    "ig7z69"
  ],
  "describeList": [
    {
      "id": 968,
      "shopId": 700,
      "description": "kbcnj5",
      "img": "cz6k8j",
      "createBy": 926,
      "createTime": "2025-11-15 12:54:58",
      "updateBy": 42,
      "updateTime": "2025-11-15 12:54:58"
    }
  ],
  "accountName": "janessa.murphy",
  "voucherDescribeList": [
    {
      "id": 679,
      "activityVoucherId": 958,
      "discountLabel": "84e3bx",
      "discountRatio": "6r2gi8",
      "discountPrice": "92x4ai",
      "oldPrice": "mj8h83",
      "activityDescribe": "4mqall",
      "createBy": 776,
      "createTime": "2025-11-15 12:54:58",
      "updateBy": 56,
      "updateTime": "2025-11-15 12:54:58"
    }
  ],
  "activityDescribe": "gqocj1"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 466,
    "totalPage": 511,
    "page": 741,
    "pageSize": 334
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shop/create --data '{
  "id": 813,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "image": "tkrzsk",
  "auditStatus": 1,
  "accountId": 247,
  "businessHours": "jybb9z",
  "specialBusinessHours": "yna3ru",
  "point": 795,
  "tags": "4xbsqu",
  "serviceFacilities": "ycydiw",
  "featuredServices": "kjb9z5",
  "status": 872,
  "reservationAmount": 542,
  "category": "rkbsy1",
  "price": 418,
  "phone": "516-785-2796",
  "preFlag": 3,
  "timeSpan": "6x04b8",
  "preType": 474,
  "days": 741,
  "banStart": "2025-11-15",
  "banEnd": "2025-11-15",
  "remark": "dxeeeq",
  "latitude": 54.22,
  "longitude": 32.50,
  "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "areaCode": 879,
  "metro": "mxcfzy",
  "metroInfo": "q8bqsl",
  "tradeArea": "6krwcx",
  "listingTime": 521,
  "reservePhone": "516-785-2796",
  "banner": "i5p2n8",
  "activity": "mrv39c",
  "detailsImg": "twvjdr",
  "leaderName": "janessa.murphy",
  "createBy": 610,
  "createAt": 850,
  "updateBy": 609,
  "updateAt": 445,
  "externalDiscounts": 814,
  "lunchExternalDiscounts": 548,
  "lunchFlag": 3,
  "info": "7x01t5",
  "distance": 86.63,
  "account": {
    "id": 245,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "platformId": 390,
    "name": "janessa.murphy",
    "businessLicenseCode": "83942",
    "legalPerson": "nn57bh",
    "phone": "516-785-2796",
    "amount": 463,
    "discount": 551,
    "externalDiscounts": 217,
    "lunchFlag": 3,
    "lunchAmount": 47,
    "lunchDiscount": 397,
    "lunchExternalDiscounts": 418,
    "lunchDescribeFlag": 3,
    "lunchDescribe": "jgtqkx",
    "inflateFlag": 3,
    "quota": 739,
    "threshold": 514,
    "status": 723,
    "bankCard": "6rka2a",
    "createAt": 881,
    "updateAt": 949,
    "cardNumber": "b2x5l8",
    "lunchCardNumber": "hl9zaa",
    "shopNumber": 266,
    "brandSlogan": "gk289q",
    "brandLogo": "khmch2",
    "brandName": "janessa.murphy",
    "signTime": "2025-11-15 12:54:58",
    "openBank": "k8ervp",
    "openBankName": "janessa.murphy",
    "contractFile": "mwckd3",
    "fireFightingFile": "4xl2lq",
    "legalFile": "4prvzu",
    "brandHistory": "dwug2c",
    "brandIntroduce": "pljcrg"
  },
  "createTime": "2025-11-15 12:54:47",
  "region": {
    "id": 507,
    "name": "janessa.murphy",
    "parentId": 391,
    "shortName": "janessa.murphy",
    "levelType": 708,
    "cityCode": "83942",
    "zipCode": "83942",
    "mergerName": "janessa.murphy",
    "lng": 92.18,
    "lat": 75.04,
    "pinyin": "nu26pq"
  },
  "monthlySales": 142,
  "regionId": 140,
  "sort": 637,
  "positionList": [
    {
      "id": 814,
      "name": "janessa.murphy",
      "num": "1aqz78",
      "shopId": 231,
      "type": 540,
      "status": 94,
      "cover": "9ogdf1",
      "vr": "aqqh7p",
      "description": "vjxick",
      "createAt": 709,
      "updateAt": 42,
      "tags": "w7bqc1"
    }
  ],
  "lunchDescribeFlag": 3,
  "lunchDescribe": "p9fpxt",
  "personPrice": 65.45,
  "lowPrice": 964,
  "highPrice": 72,
  "positionType": 875,
  "metroDistance": 599,
  "dishList": [
    {
      "id": 686,
      "shopId": 10,
      "name": "janessa.murphy",
      "status": 333,
      "type": 856,
      "url": "www.deandre-okeefe.info",
      "createBy": 659,
      "createAt": 186,
      "updateAt": 438
    }
  ],
  "boxList": [
    {
      "id": 634,
      "shopId": 810,
      "name": "janessa.murphy",
      "status": 890,
      "type": 134,
      "url": "www.deandre-okeefe.info",
      "createBy": 635,
      "createAt": 445,
      "updateAt": 473
    }
  ],
  "headList": [
    {
      "id": 756,
      "shopId": 791,
      "name": "janessa.murphy",
      "status": 910,
      "type": 316,
      "url": "www.deandre-okeefe.info",
      "createBy": 767,
      "createAt": 920,
      "updateAt": 317
    }
  ],
  "activityVoucherList": [
    {
      "id": 32,
      "name": "janessa.murphy",
      "status": 733,
      "type": 546,
      "cover": "ul5nik",
      "background": "4m6j00",
      "shareTitle": "apgy1g",
      "shareCover": "x7c1sx",
      "startTime": "2025-11-15 12:54:58",
      "endTime": "2025-11-15 12:54:58",
      "contentImage": "7x0pvz",
      "describe": "g63dff",
      "isAllPart": 929,
      "dayNumber": 213,
      "frequency": 107,
      "forwardFrequency": 720,
      "isValid": 113,
      "voucherStartTime": "2025-11-15 12:54:58",
      "voucherEndTime": "2025-11-15 12:54:58",
      "applyType": 73,
      "createAt": 240,
      "updateAt": 496,
      "activityVoucherType": 551,
      "isDetailsImage": 21,
      "detailsImage": "rnh7y8",
      "adImage": "78diid",
      "activityDescribe": "f57vry",
      "createBy": 377,
      "createTime": "2025-11-15 12:54:58",
      "updateBy": 570,
      "updateTime": "2025-11-15 12:54:58"
    }
  ],
  "numList": [
    "ig7z69"
  ],
  "describeList": [
    {
      "id": 968,
      "shopId": 700,
      "description": "kbcnj5",
      "img": "cz6k8j",
      "createBy": 926,
      "createTime": "2025-11-15 12:54:58",
      "updateBy": 42,
      "updateTime": "2025-11-15 12:54:58"
    }
  ],
  "accountName": "janessa.murphy",
  "voucherDescribeList": [
    {
      "id": 679,
      "activityVoucherId": 958,
      "discountLabel": "84e3bx",
      "discountRatio": "6r2gi8",
      "discountPrice": "92x4ai",
      "oldPrice": "mj8h83",
      "activityDescribe": "4mqall",
      "createBy": 776,
      "createTime": "2025-11-15 12:54:58",
      "updateBy": 56,
      "updateTime": "2025-11-15 12:54:58"
    }
  ],
  "activityDescribe": "gqocj1"
}'

32.7. 修改店铺信息

Type: POST

Content-Type: application/json

Description: 修改店铺信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

image

string

false

No comments found.

auditStatus

int32

false

No comments found.

accountId

int32

false

No comments found.

businessHours

string

false

No comments found.

specialBusinessHours

string

false

No comments found.

point

number

false

No comments found.

tags

string

false

No comments found.

serviceFacilities

string

false

No comments found.

featuredServices

string

false

No comments found.

status

int32

false

No comments found.

reservationAmount

number

false

No comments found.

category

string

false

No comments found.

price

int32

false

No comments found.

phone

string

false

No comments found.

preFlag

int32

false

No comments found.

timeSpan

string

false

No comments found.

preType

int32

false

No comments found.

days

int32

false

No comments found.

banStart

string

false

No comments found.

banEnd

string

false

No comments found.

remark

string

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

address

string

false

No comments found.

areaCode

int32

false

No comments found.

metro

string

false

No comments found.

metroInfo

string

false

No comments found.

tradeArea

string

false

No comments found.

listingTime

int32

false

No comments found.

reservePhone

string

false

No comments found.

banner

string

false

No comments found.

activity

string

false

No comments found.

detailsImg

string

false

No comments found.

leaderName

string

false

No comments found.

createBy

int32

false

No comments found.

createAt

int32

false

No comments found.

updateBy

int32

false

No comments found.

updateAt

int32

false

No comments found.

externalDiscounts

number

false

No comments found.

lunchExternalDiscounts

number

false

No comments found.

lunchFlag

int32

false

No comments found.

info

string

false

No comments found.

distance

double

false

No comments found.

account

object

false

No comments found.

└─id

int32

false

No comments found.

└─uuid

string

false

No comments found.

└─platformId

int32

false

No comments found.

└─name

string

false

No comments found.

└─businessLicenseCode

string

false

No comments found.

└─legalPerson

string

false

No comments found.

└─phone

string

false

No comments found.

└─amount

number

false

No comments found.

└─discount

number

false

No comments found.

└─externalDiscounts

number

false

No comments found.

└─lunchFlag

int32

false

No comments found.

└─lunchAmount

number

false

No comments found.

└─lunchDiscount

number

false

No comments found.

└─lunchExternalDiscounts

number

false

No comments found.

└─lunchDescribeFlag

int32

false

No comments found.

└─lunchDescribe

string

false

No comments found.

└─inflateFlag

int32

false

No comments found.

└─quota

number

false

No comments found.

└─threshold

number

false

No comments found.

└─status

int32

false

No comments found.

└─bankCard

string

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─cardNumber

string

false

No comments found.

└─lunchCardNumber

string

false

No comments found.

└─shopNumber

int32

false

No comments found.

└─brandSlogan

string

false

No comments found.

└─brandLogo

string

false

No comments found.

└─brandName

string

false

No comments found.

└─signTime

string

false

No comments found.

└─openBank

string

false

No comments found.

└─openBankName

string

false

No comments found.

└─contractFile

string

false

No comments found.

└─fireFightingFile

string

false

No comments found.

└─legalFile

string

false

No comments found.

└─brandHistory

string

false

No comments found.

└─brandIntroduce

string

false

No comments found.

createTime

string

false

No comments found.

region

object

false

No comments found.

└─id

int32

false

No comments found.

└─name

string

false

No comments found.

└─parentId

int32

false

No comments found.

└─shortName

string

false

No comments found.

└─levelType

int32

false

No comments found.

└─cityCode

string

false

No comments found.

└─zipCode

string

false

No comments found.

└─mergerName

string

false

No comments found.

└─lng

float

false

No comments found.

└─lat

float

false

No comments found.

└─pinyin

string

false

No comments found.

monthlySales

int64

false

No comments found.

regionId

int32

false

No comments found.

sort

int32

false

No comments found.

positionList

array

false

No comments found.

└─id

int32

false

No comments found.

└─name

string

false

No comments found.

└─num

string

false

No comments found.

└─shopId

int32

false

No comments found.

└─type

int32

false

No comments found.

└─status

int32

false

No comments found.

└─cover

string

false

No comments found.

└─vr

string

false

No comments found.

└─description

string

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

└─tags

string

false

No comments found.

lunchDescribeFlag

int32

false

No comments found.

lunchDescribe

string

false

No comments found.

personPrice

double

false

No comments found.

lowPrice

int32

false

No comments found.

highPrice

int32

false

No comments found.

positionType

int32

false

No comments found.

metroDistance

int32

false

No comments found.

dishList

array

false

No comments found.

└─id

int32

false

No comments found.

└─shopId

int32

false

No comments found.

└─name

string

false

No comments found.

└─status

int32

false

No comments found.

└─type

int32

false

No comments found.

└─url

string

false

No comments found.

└─createBy

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

boxList

array

false

No comments found.

└─id

int32

false

No comments found.

└─shopId

int32

false

No comments found.

└─name

string

false

No comments found.

└─status

int32

false

No comments found.

└─type

int32

false

No comments found.

└─url

string

false

No comments found.

└─createBy

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

headList

array

false

No comments found.

└─id

int32

false

No comments found.

└─shopId

int32

false

No comments found.

└─name

string

false

No comments found.

└─status

int32

false

No comments found.

└─type

int32

false

No comments found.

└─url

string

false

No comments found.

└─createBy

int32

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

activityVoucherList

array

false

No comments found.

└─id

int32

false

主键编码

└─name

string

false

名称

└─status

int32

false

状态 1待开始 2进行中 3已暂停 4已结束

└─type

int32

false

领券类型 1转盘 2九宫格 3直领

└─cover

string

false

封面

└─background

string

false

背景色

└─shareTitle

string

false

分享标题

└─shareCover

string

false

分享封面

└─startTime

string

false

开始时间

└─endTime

string

false

结束时间

└─contentImage

string

false

小程序活动页内容图片(头图)

└─describe

string

false

活动规则说明

└─isAllPart

int32

false

是否全部参与 0否 1是

└─dayNumber

int32

false

日发券量

└─frequency

int32

false

抽奖次数

└─forwardFrequency

int32

false

转发次数

└─isValid

int32

false

是否长期有效 0否 1是

└─voucherStartTime

string

false

卷开始时间

└─voucherEndTime

string

false

卷结束时间

└─applyType

int32

false

适用人群 1全部 2已注册老用户 3新注册用户

└─createAt

int32

false

创建时间

└─updateAt

int32

false

更新时间

└─activityVoucherType

int32

false

活动券类型1.普通券2.满减券 3套餐券

└─isDetailsImage

int32

false

是否显示详情图

└─detailsImage

string

false

小程序活动页内容图片(详情图)

└─adImage

string

false

广告图

└─activityDescribe

string

false

活动描述

└─createBy

int32

false

创建人

└─createTime

string

false

创建时间

└─updateBy

int32

false

更新人

└─updateTime

string

false

更新时间

numList

array

false

No comments found.

describeList

array

false

No comments found.

└─id

int32

false

主键

└─shopId

int32

false

店铺id

└─description

string

false

描述

└─img

string

false

图片

└─createBy

int32

false

创建人

└─createTime

string

false

创建时间

└─updateBy

int32

false

更新人

└─updateTime

string

false

更新时间

accountName

string

false

No comments found.

voucherDescribeList

array

false

No comments found.

└─id

int32

false

主键

└─activityVoucherId

int32

false

活动id

└─discountLabel

string

false

优惠标签

└─discountRatio

string

false

优惠折扣

└─discountPrice

string

false

优惠价

└─oldPrice

string

false

原价

└─activityDescribe

string

false

活动描述

└─createBy

int32

false

创建人

└─createTime

string

false

创建时间

└─updateBy

int32

false

更新人

└─updateTime

string

false

更新时间

activityDescribe

string

false

活动描述

Request-body:

{
  "id": 532,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "image": "gc9l8m",
  "auditStatus": 404,
  "accountId": 424,
  "businessHours": "nr14nf",
  "specialBusinessHours": "kyrkxf",
  "point": 394,
  "tags": "5ps3jq",
  "serviceFacilities": "tw3xg3",
  "featuredServices": "um8ozh",
  "status": 396,
  "reservationAmount": 419,
  "category": "dvpo1i",
  "price": 261,
  "phone": "516-785-2796",
  "preFlag": 3,
  "timeSpan": "u3qh76",
  "preType": 827,
  "days": 746,
  "banStart": "2025-11-15",
  "banEnd": "2025-11-15",
  "remark": "3nyfe6",
  "latitude": 32.32,
  "longitude": 47.58,
  "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "areaCode": 94,
  "metro": "vf8sb0",
  "metroInfo": "w7sglt",
  "tradeArea": "ih3nv2",
  "listingTime": 715,
  "reservePhone": "516-785-2796",
  "banner": "ofhpbt",
  "activity": "1n0mos",
  "detailsImg": "pf7d35",
  "leaderName": "janessa.murphy",
  "createBy": 501,
  "createAt": 757,
  "updateBy": 652,
  "updateAt": 143,
  "externalDiscounts": 312,
  "lunchExternalDiscounts": 247,
  "lunchFlag": 3,
  "info": "5jr50m",
  "distance": 76.33,
  "account": {
    "id": 166,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "platformId": 735,
    "name": "janessa.murphy",
    "businessLicenseCode": "83942",
    "legalPerson": "mi1qto",
    "phone": "516-785-2796",
    "amount": 914,
    "discount": 146,
    "externalDiscounts": 479,
    "lunchFlag": 3,
    "lunchAmount": 406,
    "lunchDiscount": 76,
    "lunchExternalDiscounts": 674,
    "lunchDescribeFlag": 3,
    "lunchDescribe": "tpe4yr",
    "inflateFlag": 3,
    "quota": 589,
    "threshold": 237,
    "status": 758,
    "bankCard": "bby104",
    "createAt": 878,
    "updateAt": 117,
    "cardNumber": "vvqx57",
    "lunchCardNumber": "a6z8xe",
    "shopNumber": 605,
    "brandSlogan": "mpxua0",
    "brandLogo": "iujz9d",
    "brandName": "janessa.murphy",
    "signTime": "2025-11-15 12:54:58",
    "openBank": "9fx58d",
    "openBankName": "janessa.murphy",
    "contractFile": "6fwa22",
    "fireFightingFile": "um7lu3",
    "legalFile": "mxrezy",
    "brandHistory": "lti2eo",
    "brandIntroduce": "gb1u2a"
  },
  "createTime": "2025-11-15 12:54:47",
  "region": {
    "id": 685,
    "name": "janessa.murphy",
    "parentId": 314,
    "shortName": "janessa.murphy",
    "levelType": 846,
    "cityCode": "83942",
    "zipCode": "83942",
    "mergerName": "janessa.murphy",
    "lng": 86.08,
    "lat": 34.83,
    "pinyin": "q2uehg"
  },
  "monthlySales": 146,
  "regionId": 611,
  "sort": 385,
  "positionList": [
    {
      "id": 168,
      "name": "janessa.murphy",
      "num": "crilzq",
      "shopId": 108,
      "type": 393,
      "status": 17,
      "cover": "fzm79p",
      "vr": "iqagpk",
      "description": "sw61tp",
      "createAt": 211,
      "updateAt": 352,
      "tags": "co7v1i"
    }
  ],
  "lunchDescribeFlag": 3,
  "lunchDescribe": "x7frvv",
  "personPrice": 87.46,
  "lowPrice": 822,
  "highPrice": 300,
  "positionType": 59,
  "metroDistance": 467,
  "dishList": [
    {
      "id": 931,
      "shopId": 761,
      "name": "janessa.murphy",
      "status": 343,
      "type": 407,
      "url": "www.deandre-okeefe.info",
      "createBy": 862,
      "createAt": 439,
      "updateAt": 107
    }
  ],
  "boxList": [
    {
      "id": 386,
      "shopId": 153,
      "name": "janessa.murphy",
      "status": 85,
      "type": 296,
      "url": "www.deandre-okeefe.info",
      "createBy": 737,
      "createAt": 879,
      "updateAt": 889
    }
  ],
  "headList": [
    {
      "id": 801,
      "shopId": 931,
      "name": "janessa.murphy",
      "status": 939,
      "type": 472,
      "url": "www.deandre-okeefe.info",
      "createBy": 79,
      "createAt": 531,
      "updateAt": 35
    }
  ],
  "activityVoucherList": [
    {
      "id": 601,
      "name": "janessa.murphy",
      "status": 874,
      "type": 150,
      "cover": "q58sb3",
      "background": "3zol3g",
      "shareTitle": "ad4esh",
      "shareCover": "7kkt0w",
      "startTime": "2025-11-15 12:54:58",
      "endTime": "2025-11-15 12:54:58",
      "contentImage": "h2uc1w",
      "describe": "ypr5gm",
      "isAllPart": 162,
      "dayNumber": 0,
      "frequency": 4,
      "forwardFrequency": 804,
      "isValid": 888,
      "voucherStartTime": "2025-11-15 12:54:58",
      "voucherEndTime": "2025-11-15 12:54:58",
      "applyType": 529,
      "createAt": 711,
      "updateAt": 398,
      "activityVoucherType": 275,
      "isDetailsImage": 21,
      "detailsImage": "0lbm7p",
      "adImage": "kffxni",
      "activityDescribe": "2eo9ao",
      "createBy": 488,
      "createTime": "2025-11-15 12:54:58",
      "updateBy": 345,
      "updateTime": "2025-11-15 12:54:58"
    }
  ],
  "numList": [
    "ayddf2"
  ],
  "describeList": [
    {
      "id": 284,
      "shopId": 434,
      "description": "fz777p",
      "img": "exk8ag",
      "createBy": 478,
      "createTime": "2025-11-15 12:54:58",
      "updateBy": 996,
      "updateTime": "2025-11-15 12:54:58"
    }
  ],
  "accountName": "janessa.murphy",
  "voucherDescribeList": [
    {
      "id": 867,
      "activityVoucherId": 375,
      "discountLabel": "2jqeuf",
      "discountRatio": "sysr0k",
      "discountPrice": "6obxxh",
      "oldPrice": "f7wvbh",
      "activityDescribe": "pooh2m",
      "createBy": 85,
      "createTime": "2025-11-15 12:54:58",
      "updateBy": 84,
      "updateTime": "2025-11-15 12:54:58"
    }
  ],
  "activityDescribe": "gyxjma"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 947,
    "totalPage": 597,
    "page": 126,
    "pageSize": 597
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shop/update --data '{
  "id": 532,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "image": "gc9l8m",
  "auditStatus": 404,
  "accountId": 424,
  "businessHours": "nr14nf",
  "specialBusinessHours": "kyrkxf",
  "point": 394,
  "tags": "5ps3jq",
  "serviceFacilities": "tw3xg3",
  "featuredServices": "um8ozh",
  "status": 396,
  "reservationAmount": 419,
  "category": "dvpo1i",
  "price": 261,
  "phone": "516-785-2796",
  "preFlag": 3,
  "timeSpan": "u3qh76",
  "preType": 827,
  "days": 746,
  "banStart": "2025-11-15",
  "banEnd": "2025-11-15",
  "remark": "3nyfe6",
  "latitude": 32.32,
  "longitude": 47.58,
  "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "areaCode": 94,
  "metro": "vf8sb0",
  "metroInfo": "w7sglt",
  "tradeArea": "ih3nv2",
  "listingTime": 715,
  "reservePhone": "516-785-2796",
  "banner": "ofhpbt",
  "activity": "1n0mos",
  "detailsImg": "pf7d35",
  "leaderName": "janessa.murphy",
  "createBy": 501,
  "createAt": 757,
  "updateBy": 652,
  "updateAt": 143,
  "externalDiscounts": 312,
  "lunchExternalDiscounts": 247,
  "lunchFlag": 3,
  "info": "5jr50m",
  "distance": 76.33,
  "account": {
    "id": 166,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "platformId": 735,
    "name": "janessa.murphy",
    "businessLicenseCode": "83942",
    "legalPerson": "mi1qto",
    "phone": "516-785-2796",
    "amount": 914,
    "discount": 146,
    "externalDiscounts": 479,
    "lunchFlag": 3,
    "lunchAmount": 406,
    "lunchDiscount": 76,
    "lunchExternalDiscounts": 674,
    "lunchDescribeFlag": 3,
    "lunchDescribe": "tpe4yr",
    "inflateFlag": 3,
    "quota": 589,
    "threshold": 237,
    "status": 758,
    "bankCard": "bby104",
    "createAt": 878,
    "updateAt": 117,
    "cardNumber": "vvqx57",
    "lunchCardNumber": "a6z8xe",
    "shopNumber": 605,
    "brandSlogan": "mpxua0",
    "brandLogo": "iujz9d",
    "brandName": "janessa.murphy",
    "signTime": "2025-11-15 12:54:58",
    "openBank": "9fx58d",
    "openBankName": "janessa.murphy",
    "contractFile": "6fwa22",
    "fireFightingFile": "um7lu3",
    "legalFile": "mxrezy",
    "brandHistory": "lti2eo",
    "brandIntroduce": "gb1u2a"
  },
  "createTime": "2025-11-15 12:54:47",
  "region": {
    "id": 685,
    "name": "janessa.murphy",
    "parentId": 314,
    "shortName": "janessa.murphy",
    "levelType": 846,
    "cityCode": "83942",
    "zipCode": "83942",
    "mergerName": "janessa.murphy",
    "lng": 86.08,
    "lat": 34.83,
    "pinyin": "q2uehg"
  },
  "monthlySales": 146,
  "regionId": 611,
  "sort": 385,
  "positionList": [
    {
      "id": 168,
      "name": "janessa.murphy",
      "num": "crilzq",
      "shopId": 108,
      "type": 393,
      "status": 17,
      "cover": "fzm79p",
      "vr": "iqagpk",
      "description": "sw61tp",
      "createAt": 211,
      "updateAt": 352,
      "tags": "co7v1i"
    }
  ],
  "lunchDescribeFlag": 3,
  "lunchDescribe": "x7frvv",
  "personPrice": 87.46,
  "lowPrice": 822,
  "highPrice": 300,
  "positionType": 59,
  "metroDistance": 467,
  "dishList": [
    {
      "id": 931,
      "shopId": 761,
      "name": "janessa.murphy",
      "status": 343,
      "type": 407,
      "url": "www.deandre-okeefe.info",
      "createBy": 862,
      "createAt": 439,
      "updateAt": 107
    }
  ],
  "boxList": [
    {
      "id": 386,
      "shopId": 153,
      "name": "janessa.murphy",
      "status": 85,
      "type": 296,
      "url": "www.deandre-okeefe.info",
      "createBy": 737,
      "createAt": 879,
      "updateAt": 889
    }
  ],
  "headList": [
    {
      "id": 801,
      "shopId": 931,
      "name": "janessa.murphy",
      "status": 939,
      "type": 472,
      "url": "www.deandre-okeefe.info",
      "createBy": 79,
      "createAt": 531,
      "updateAt": 35
    }
  ],
  "activityVoucherList": [
    {
      "id": 601,
      "name": "janessa.murphy",
      "status": 874,
      "type": 150,
      "cover": "q58sb3",
      "background": "3zol3g",
      "shareTitle": "ad4esh",
      "shareCover": "7kkt0w",
      "startTime": "2025-11-15 12:54:58",
      "endTime": "2025-11-15 12:54:58",
      "contentImage": "h2uc1w",
      "describe": "ypr5gm",
      "isAllPart": 162,
      "dayNumber": 0,
      "frequency": 4,
      "forwardFrequency": 804,
      "isValid": 888,
      "voucherStartTime": "2025-11-15 12:54:58",
      "voucherEndTime": "2025-11-15 12:54:58",
      "applyType": 529,
      "createAt": 711,
      "updateAt": 398,
      "activityVoucherType": 275,
      "isDetailsImage": 21,
      "detailsImage": "0lbm7p",
      "adImage": "kffxni",
      "activityDescribe": "2eo9ao",
      "createBy": 488,
      "createTime": "2025-11-15 12:54:58",
      "updateBy": 345,
      "updateTime": "2025-11-15 12:54:58"
    }
  ],
  "numList": [
    "ayddf2"
  ],
  "describeList": [
    {
      "id": 284,
      "shopId": 434,
      "description": "fz777p",
      "img": "exk8ag",
      "createBy": 478,
      "createTime": "2025-11-15 12:54:58",
      "updateBy": 996,
      "updateTime": "2025-11-15 12:54:58"
    }
  ],
  "accountName": "janessa.murphy",
  "voucherDescribeList": [
    {
      "id": 867,
      "activityVoucherId": 375,
      "discountLabel": "2jqeuf",
      "discountRatio": "sysr0k",
      "discountPrice": "6obxxh",
      "oldPrice": "f7wvbh",
      "activityDescribe": "pooh2m",
      "createBy": 85,
      "createTime": "2025-11-15 12:54:58",
      "updateBy": 84,
      "updateTime": "2025-11-15 12:54:58"
    }
  ],
  "activityDescribe": "gyxjma"
}'

32.8. 

Type: POST

Content-Type: multipart/form-data

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

shopId

int32

true

No comments found.

file

file

true

No comments found.

Request-body:

&663

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 704,
    "totalPage": 900,
    "page": 843,
    "pageSize": 856
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: multipart/form-data' -H 'Authorization' -F 'file=' -i http://127.0.0.1:10086/_internal_/shop/upload --data 'shopId=663'

32.9. 删除店铺信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除店铺信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 958,
    "totalPage": 595,
    "page": 722,
    "pageSize": 743
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shop/delete?id=291 --data '&291'

33. 内部充值记录管理

33.1. 查询单个充值记录

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个充值记录

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 165,
    "totalPage": 715,
    "page": 558,
    "pageSize": 245
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/transaction/getTransaction/913

33.2. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

size

int64

false

No comments found.

current

int64

false

No comments found.

accountName

string

false

No comments found.

status

int32

false

No comments found.

Request-body:

{
  "size": 371,
  "current": 560,
  "accountName": "janessa.murphy",
  "status": 758
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

└─pages

int64

当前分页总页数

-

└─records

array

分页记录列表

-

     └─id

int32

No comments found.

-

     └─uuid

string

No comments found.

-

     └─type

int32

No comments found.

-

     └─status

int32

No comments found.

-

     └─accountId

int32

No comments found.

-

     └─accountName

string

No comments found.

-

     └─amount

number

No comments found.

-

     └─discount

number

No comments found.

-

     └─actualAmount

number

No comments found.

-

     └─attachment

string

No comments found.

-

     └─reason

string

No comments found.

-

     └─createAt

int32

No comments found.

-

     └─updateAt

int32

No comments found.

-

     └─checkUserId

int32

No comments found.

-

     └─beforeAccountAmount

number

No comments found.

-

     └─afterAccountAmount

number

No comments found.

-

     └─confirmTime

string

No comments found.

-

     └─createTime

string

No comments found.

-

     └─lunchFlag

int32

No comments found.

-

     └─inflateFlag

int32

No comments found.

-

     └─lunchAmount

number

No comments found.

-

     └─dinnerAmount

number

No comments found.

-

     └─accountAmount

number

No comments found.

-

└─total

int64

当前满足条件总行数

-

└─size

int64

获取每页显示条数

-

└─current

int64

当前页

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {
    "pages": 145,
    "records": [
      {
        "id": 359,
        "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
        "type": 456,
        "status": 111,
        "accountId": 797,
        "accountName": "janessa.murphy",
        "amount": 81,
        "discount": 334,
        "actualAmount": 623,
        "attachment": "g4gk7m",
        "reason": "4y5225",
        "createAt": 293,
        "updateAt": 785,
        "checkUserId": 209,
        "beforeAccountAmount": 650,
        "afterAccountAmount": 128,
        "confirmTime": "2025-11-15 12:54:58",
        "createTime": "2025-11-15 12:54:58",
        "lunchFlag": 3,
        "inflateFlag": 3,
        "lunchAmount": 72,
        "dinnerAmount": 861,
        "accountAmount": 838
      }
    ],
    "total": 520,
    "size": 96,
    "current": 591
  },
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 900,
    "totalPage": 439,
    "page": 363,
    "pageSize": 913
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/transaction/pageList --data '{
  "size": 371,
  "current": 560,
  "accountName": "janessa.murphy",
  "status": 758
}'

33.3. 查询充值记录列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询充值记录列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

accountName

string

false

No comments found.

status

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 942,
    "totalPage": 83,
    "page": 344,
    "pageSize": 204
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/transaction/list?accountName=janessa.murphy&status=218&page=1&pageSize=10 --data '&janessa.murphy&218&1&10'

33.4. 创建充值记录信息

Type: POST

Content-Type: multipart/form-data

Description: 创建充值记录信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

file

file

false

No comments found.

attachment

string

false

No comments found.

accountId

int32

true

No comments found.

actualAmount

number

true

No comments found.

id

int32

false

No comments found.

type

int32

false

No comments found.

Request-body:

&6wvvnt&424&687&296&879

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 524,
    "totalPage": 962,
    "page": 106,
    "pageSize": 97
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: multipart/form-data' -H 'Authorization' -F 'file=' -i http://127.0.0.1:10086/_internal_/transaction/createOrUpdate --data 'attachment=6wvvnt&accountId=424&actualAmount=687&id=296&type=879'

33.5. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

accountId

int32

false

No comments found.

accountName

string

false

No comments found.

amount

number

false

No comments found.

discount

number

false

No comments found.

actualAmount

number

false

No comments found.

attachment

string

false

No comments found.

reason

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

checkUserId

int32

false

No comments found.

beforeAccountAmount

number

false

No comments found.

afterAccountAmount

number

false

No comments found.

confirmTime

string

false

No comments found.

createTime

string

false

No comments found.

lunchFlag

int32

false

No comments found.

inflateFlag

int32

false

No comments found.

Request-body:

{
  "id": 973,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "type": 441,
  "status": 78,
  "accountId": 36,
  "accountName": "janessa.murphy",
  "amount": 613,
  "discount": 18,
  "actualAmount": 766,
  "attachment": "thnbr1",
  "reason": "t6br9k",
  "createAt": 779,
  "updateAt": 848,
  "checkUserId": 261,
  "beforeAccountAmount": 781,
  "afterAccountAmount": 217,
  "confirmTime": "2025-11-15 12:54:58",
  "createTime": "2025-11-15 12:54:58",
  "lunchFlag": 3,
  "inflateFlag": 3
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

└─id

int32

No comments found.

-

└─uuid

string

No comments found.

-

└─type

int32

No comments found.

-

└─status

int32

No comments found.

-

└─accountId

int32

No comments found.

-

└─accountName

string

No comments found.

-

└─amount

number

No comments found.

-

└─discount

number

No comments found.

-

└─actualAmount

number

No comments found.

-

└─attachment

string

No comments found.

-

└─reason

string

No comments found.

-

└─createAt

int32

No comments found.

-

└─updateAt

int32

No comments found.

-

└─checkUserId

int32

No comments found.

-

└─beforeAccountAmount

number

No comments found.

-

└─afterAccountAmount

number

No comments found.

-

└─confirmTime

string

No comments found.

-

└─createTime

string

No comments found.

-

└─lunchFlag

int32

No comments found.

-

└─inflateFlag

int32

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {
    "id": 941,
    "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
    "type": 150,
    "status": 457,
    "accountId": 87,
    "accountName": "janessa.murphy",
    "amount": 203,
    "discount": 26,
    "actualAmount": 922,
    "attachment": "4opqrs",
    "reason": "bsm0qh",
    "createAt": 727,
    "updateAt": 862,
    "checkUserId": 47,
    "beforeAccountAmount": 182,
    "afterAccountAmount": 695,
    "confirmTime": "2025-11-15 12:54:58",
    "createTime": "2025-11-15 12:54:58",
    "lunchFlag": 3,
    "inflateFlag": 3
  },
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 303,
    "totalPage": 172,
    "page": 775,
    "pageSize": 44
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/transaction/rechargeView --data '{
  "id": 973,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "type": 441,
  "status": 78,
  "accountId": 36,
  "accountName": "janessa.murphy",
  "amount": 613,
  "discount": 18,
  "actualAmount": 766,
  "attachment": "thnbr1",
  "reason": "t6br9k",
  "createAt": 779,
  "updateAt": 848,
  "checkUserId": 261,
  "beforeAccountAmount": 781,
  "afterAccountAmount": 217,
  "confirmTime": "2025-11-15 12:54:58",
  "createTime": "2025-11-15 12:54:58",
  "lunchFlag": 3,
  "inflateFlag": 3
}'

33.6. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

map

map

false

No comments found.

Request-body:

{
  "mapKey1": "nehhq7",
  "mapKey2": "bke1wm"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 260,
    "totalPage": 36,
    "page": 832,
    "pageSize": 927
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/transaction/verifyConfirm --data '{
  "mapKey1": "nehhq7",
  "mapKey2": "bke1wm"
}'

33.7. 删除充值记录信息

Type: POST

Content-Type: application/json

Description: 删除充值记录信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

ids

array

false

No comments found.,[array of int32]

Request-body:

[
  476
]

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 382,
    "totalPage": 57,
    "page": 574,
    "pageSize": 204
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/transaction/delete --data '[
  476
]'

34. 提现管理

34.1. 查询单个提现

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个提现

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 169,
    "totalPage": 193,
    "page": 637,
    "pageSize": 537
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/withdrawal/getWithdrawal/232

34.2. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

userId

int32

false

No comments found.

name

string

false

No comments found.

type

int32

false

No comments found.

mobile

string

false

No comments found.

userType

int32

false

No comments found.

realName

string

false

No comments found.

orderId

int32

false

No comments found.

status

int32

false

No comments found.

size

int64

false

No comments found.

current

int64

false

No comments found.

dateType

int32

false

No comments found.

orderBy

int32

false

No comments found.

beginTime

string

false

No comments found.

endTime

string

false

No comments found.

Request-body:

{
  "userId": 948,
  "name": "janessa.murphy",
  "type": 788,
  "mobile": "718-254-6863",
  "userType": 17,
  "realName": "janessa.murphy",
  "orderId": 805,
  "status": 805,
  "size": 754,
  "current": 438,
  "dateType": 214,
  "orderBy": 211,
  "beginTime": "2025-11-15 12:54:58",
  "endTime": "2025-11-15 12:54:58"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 355,
    "totalPage": 94,
    "page": 20,
    "pageSize": 42
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/withdrawal/pageList --data '{
  "userId": 948,
  "name": "janessa.murphy",
  "type": 788,
  "mobile": "718-254-6863",
  "userType": 17,
  "realName": "janessa.murphy",
  "orderId": 805,
  "status": 805,
  "size": 754,
  "current": 438,
  "dateType": 214,
  "orderBy": 211,
  "beginTime": "2025-11-15 12:54:58",
  "endTime": "2025-11-15 12:54:58"
}'

34.3. 修改提现信息

Type: POST

Content-Type: application/json

Description: 修改提现信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

userId

int32

false

No comments found.

memberId

int32

false

No comments found.

orderId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

consumeAmount

number

false

No comments found.

amount

number

false

No comments found.

paymentNo

string

false

No comments found.

paymentTime

string

false

No comments found.

createAt

int32

false

No comments found.

wxState

string

false

No comments found.

reason

string

false

No comments found.

openId

string

false

No comments found.

appId

string

false

No comments found.

mchId

string

false

No comments found.

callbackTime

string

false

No comments found.

transferBillNo

string

false

No comments found.

rejectTime

string

false

No comments found.

rejectBy

int32

false

No comments found.

paymentBy

int32

false

No comments found.

createTime

string

false

No comments found.

beforeAmount

number

false

No comments found.

afterAmount

number

false

No comments found.

wxRequest

string

false

No comments found.

wxResponse

string

false

No comments found.

packageInfo

string

false

No comments found.

callbackResponse

string

false

No comments found.

Request-body:

{
  "id": 233,
  "userId": 604,
  "memberId": 460,
  "orderId": 431,
  "type": 621,
  "status": 237,
  "consumeAmount": 360,
  "amount": 223,
  "paymentNo": "howoj2",
  "paymentTime": "2025-11-15 12:54:58",
  "createAt": 756,
  "wxState": "vwi6k9",
  "reason": "2mntpx",
  "openId": "139",
  "appId": "139",
  "mchId": "139",
  "callbackTime": "2025-11-15 12:54:58",
  "transferBillNo": "yq8byy",
  "rejectTime": "2025-11-15 12:54:58",
  "rejectBy": 492,
  "paymentBy": 787,
  "createTime": "2025-11-15 12:54:58",
  "beforeAmount": 792,
  "afterAmount": 208,
  "wxRequest": "gxvb95",
  "wxResponse": "y6xaty",
  "packageInfo": "lx2uwp",
  "callbackResponse": "zwetay"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 954,
    "totalPage": 108,
    "page": 728,
    "pageSize": 961
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/withdrawal/wxWithdrawal --data '{
  "id": 233,
  "userId": 604,
  "memberId": 460,
  "orderId": 431,
  "type": 621,
  "status": 237,
  "consumeAmount": 360,
  "amount": 223,
  "paymentNo": "howoj2",
  "paymentTime": "2025-11-15 12:54:58",
  "createAt": 756,
  "wxState": "vwi6k9",
  "reason": "2mntpx",
  "openId": "139",
  "appId": "139",
  "mchId": "139",
  "callbackTime": "2025-11-15 12:54:58",
  "transferBillNo": "yq8byy",
  "rejectTime": "2025-11-15 12:54:58",
  "rejectBy": 492,
  "paymentBy": 787,
  "createTime": "2025-11-15 12:54:58",
  "beforeAmount": 792,
  "afterAmount": 208,
  "wxRequest": "gxvb95",
  "wxResponse": "y6xaty",
  "packageInfo": "lx2uwp",
  "callbackResponse": "zwetay"
}'

35. 

35.1. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 385,
    "totalPage": 76,
    "page": 184,
    "pageSize": 326
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/wxMsg/send

36. 微信支付接口

36.1. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

openId

string

false

No comments found.

desc

string

false

描述

money

double

false

支付金额

tradeType

int32

false

1 JSAPI 2 NATIVE

transactionId

string

false

微信订单编号

outTradeNo

string

false

系统订单编号

productId

string

false

商品编码(自定义)

authCode

string

false

付款码

orderId

int32

false

No comments found.

Request-body:

{
  "openId": "139",
  "desc": "ip4zvh",
  "money": 44.50,
  "tradeType": 327,
  "transactionId": "139",
  "outTradeNo": "go7uee",
  "productId": "139",
  "authCode": "83942",
  "orderId": 56
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 552,
    "totalPage": 232,
    "page": 161,
    "pageSize": 988
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/wxPay/create --data '{
  "openId": "139",
  "desc": "ip4zvh",
  "money": 44.50,
  "tradeType": 327,
  "transactionId": "139",
  "outTradeNo": "go7uee",
  "productId": "139",
  "authCode": "83942",
  "orderId": 56
}'

36.2. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

openId

string

false

No comments found.

desc

string

false

描述

money

double

false

支付金额

tradeType

int32

false

1 JSAPI 2 NATIVE

transactionId

string

false

微信订单编号

outTradeNo

string

false

系统订单编号

productId

string

false

商品编码(自定义)

authCode

string

false

付款码

orderId

int32

false

No comments found.

Request-body:

{
  "openId": "139",
  "desc": "my9wfx",
  "money": 93.65,
  "tradeType": 580,
  "transactionId": "139",
  "outTradeNo": "cbqul9",
  "productId": "139",
  "authCode": "83942",
  "orderId": 374
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 815,
    "totalPage": 141,
    "page": 540,
    "pageSize": 729
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/wxPay/queryOrder --data '{
  "openId": "139",
  "desc": "my9wfx",
  "money": 93.65,
  "tradeType": 580,
  "transactionId": "139",
  "outTradeNo": "cbqul9",
  "productId": "139",
  "authCode": "83942",
  "orderId": 374
}'

36.3. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

orderId

int32

false

订单id

money

double

false

支付金额

totalMoney

double

false

支付金额

transactionId

string

false

微信订单编号

outTradeNo

string

false

系统订单编号

outRefundNo

string

false

系统退款编码

productId

string

false

商品编码(自定义)

authCode

string

false

付款码

refundId

string

false

退款编码

Request-body:

{
  "orderId": 817,
  "money": 20.98,
  "totalMoney": 37.16,
  "transactionId": "139",
  "outTradeNo": "5axd62",
  "outRefundNo": "9nlxxy",
  "productId": "139",
  "authCode": "83942",
  "refundId": "139"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 132,
    "totalPage": 753,
    "page": 421,
    "pageSize": 788
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/wxPay/queryRefundOrder --data '{
  "orderId": 817,
  "money": 20.98,
  "totalMoney": 37.16,
  "transactionId": "139",
  "outTradeNo": "5axd62",
  "outRefundNo": "9nlxxy",
  "productId": "139",
  "authCode": "83942",
  "refundId": "139"
}'

36.4. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

openId

string

false

No comments found.

desc

string

false

描述

money

double

false

支付金额

tradeType

int32

false

1 JSAPI 2 NATIVE

transactionId

string

false

微信订单编号

outTradeNo

string

false

系统订单编号

productId

string

false

商品编码(自定义)

authCode

string

false

付款码

orderId

int32

false

No comments found.

Request-body:

{
  "openId": "139",
  "desc": "x8uehw",
  "money": 89.77,
  "tradeType": 796,
  "transactionId": "139",
  "outTradeNo": "8i7qpa",
  "productId": "139",
  "authCode": "83942",
  "orderId": 812
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 351,
    "totalPage": 940,
    "page": 738,
    "pageSize": 853
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/wxPay/microPay --data '{
  "openId": "139",
  "desc": "x8uehw",
  "money": 89.77,
  "tradeType": 796,
  "transactionId": "139",
  "outTradeNo": "8i7qpa",
  "productId": "139",
  "authCode": "83942",
  "orderId": 812
}'

36.5. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

orderId

int32

false

订单id

money

double

false

支付金额

totalMoney

double

false

支付金额

transactionId

string

false

微信订单编号

outTradeNo

string

false

系统订单编号

outRefundNo

string

false

系统退款编码

productId

string

false

商品编码(自定义)

authCode

string

false

付款码

refundId

string

false

退款编码

Request-body:

{
  "orderId": 816,
  "money": 66.59,
  "totalMoney": 33.42,
  "transactionId": "139",
  "outTradeNo": "w3v7x3",
  "outRefundNo": "blp2cj",
  "productId": "139",
  "authCode": "83942",
  "refundId": "139"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 765,
    "totalPage": 912,
    "page": 381,
    "pageSize": 780
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/wxPay/refund --data '{
  "orderId": 816,
  "money": 66.59,
  "totalMoney": 33.42,
  "transactionId": "139",
  "outTradeNo": "w3v7x3",
  "outRefundNo": "blp2cj",
  "productId": "139",
  "authCode": "83942",
  "refundId": "139"
}'

37. 获取OSS上传票据STS(无需令牌)

37.1. 获取OSS临时令牌STS

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 获取OSS临时令牌STS

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 388,
    "totalPage": 114,
    "page": 492,
    "pageSize": 293
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_open_/oss/getSts

38. SSO单点登录相关(无需令牌)

38.1. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

configKey

string

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 141,
    "totalPage": 957,
    "page": 963,
    "pageSize": 167
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getSysConfig/anasog

38.2. 内部用户登录并获取令牌信息(无需令牌)

Type: POST

Content-Type: application/json

Description: 内部用户登录并获取令牌信息(无需令牌)

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

platform

string

false

No comments found.

userName

string

false

No comments found.

password

string

false

No comments found.

wxPhoneCode

string

false

No comments found.

wxOpenIdCode

string

false

No comments found.

Request-body:

{
  "platform": "wwwcal",
  "userName": "janessa.murphy",
  "password": "kkhfwx",
  "wxPhoneCode": "83942",
  "wxOpenIdCode": "83942"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 684,
    "totalPage": 222,
    "page": 829,
    "pageSize": 176
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/sso/internalUserLogin --data '{
  "platform": "wwwcal",
  "userName": "janessa.murphy",
  "password": "kkhfwx",
  "wxPhoneCode": "83942",
  "wxOpenIdCode": "83942"
}'

38.3. 产品用户登录并获取令牌信息(无需令牌)

Type: POST

Content-Type: application/json

Description: 产品用户登录并获取令牌信息(无需令牌)

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

codeKey

string

false

No comments found.

userName

string

false

No comments found.

codeValue

string

false

No comments found.

password

string

false

No comments found.

Request-body:

{
  "codeKey": "kcz898",
  "userName": "janessa.murphy",
  "codeValue": "ab4zuf",
  "password": "7w0yaf"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 941,
    "totalPage": 766,
    "page": 439,
    "pageSize": 984
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/sso/productUserLogin --data '{
  "codeKey": "kcz898",
  "userName": "janessa.murphy",
  "codeValue": "ab4zuf",
  "password": "7w0yaf"
}'

38.4. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

code

string

false

No comments found.

mobile

string

false

No comments found.

inviter

int32

false

No comments found.

pushInviter

int32

false

No comments found.

activityVoucherId

int32

false

No comments found.

orderId

int32

false

No comments found.

Request-body:

{
  "code": "83942",
  "mobile": "718-254-6863",
  "inviter": 751,
  "pushInviter": 964,
  "activityVoucherId": 963,
  "orderId": 425
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 274,
    "totalPage": 926,
    "page": 252,
    "pageSize": 636
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/sso/wxLogin --data '{
  "code": "83942",
  "mobile": "718-254-6863",
  "inviter": 751,
  "pushInviter": 964,
  "activityVoucherId": 963,
  "orderId": 425
}'

38.5. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

code

string

true

No comments found.

Request-body:

&83942

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 332,
    "totalPage": 289,
    "page": 943,
    "pageSize": 498
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/getPhone --data 'code=83942'

38.6. 产品用户注册(无需令牌)

Type: POST

Content-Type: application/json

Description: 产品用户注册(无需令牌)

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

codeKey

string

true

No comments found.

codeValue

string

true

No comments found.

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

avatar

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

amount

number

false

No comments found.

comsumeAmount

number

false

No comments found.

enterpriseAmount

number

false

No comments found.

enterpriseCount

int32

false

No comments found.

isEnterpriseUser

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

pushGrade

int32

false

No comments found.

passwordHash

string

false

No comments found.

job

string

false

No comments found.

company

string

false

No comments found.

source

string

false

No comments found.

realName

string

false

No comments found.

idCard

string

false

No comments found.

bankCard

string

false

No comments found.

bankCode

string

false

No comments found.

reservePhone

string

false

No comments found.

idCardFront

string

false

No comments found.

idCardBack

string

false

No comments found.

inviter

int32

false

No comments found.

pushInviter

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

validTime

string

false

No comments found.

activityVoucherId

int32

false

No comments found.

pushAt

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

totalAmount

number

false

No comments found.

inviterStatus

int32

false

No comments found.

inviterSource

string

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 933,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "e9s8sx",
  "sysPlatformId": 130,
  "type": 879,
  "status": 472,
  "amount": 5,
  "comsumeAmount": 794,
  "enterpriseAmount": 139,
  "enterpriseCount": 291,
  "isEnterpriseUser": 575,
  "enterpriseId": 941,
  "pushGrade": 870,
  "passwordHash": "pfnurq",
  "job": "e6941b",
  "company": "Green-Bauch",
  "source": "edewku",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "4jwc50",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "lls8ej",
  "idCardBack": "xye26r",
  "inviter": 824,
  "pushInviter": 757,
  "sysInternalId": 509,
  "lastLoginAt": 32,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "6mm3su",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 348,
  "pushAt": 849,
  "createAt": 772,
  "updateAt": 900,
  "totalAmount": 189,
  "inviterStatus": 388,
  "inviterSource": "rknp2p",
  "createTime": "2025-11-15 12:54:59"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 881,
    "totalPage": 685,
    "page": 348,
    "pageSize": 994
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/sso/register?codeKey=qy9jvx&codeValue=4mss3j --data '{
  "id": 933,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "e9s8sx",
  "sysPlatformId": 130,
  "type": 879,
  "status": 472,
  "amount": 5,
  "comsumeAmount": 794,
  "enterpriseAmount": 139,
  "enterpriseCount": 291,
  "isEnterpriseUser": 575,
  "enterpriseId": 941,
  "pushGrade": 870,
  "passwordHash": "pfnurq",
  "job": "e6941b",
  "company": "Green-Bauch",
  "source": "edewku",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "4jwc50",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "lls8ej",
  "idCardBack": "xye26r",
  "inviter": 824,
  "pushInviter": 757,
  "sysInternalId": 509,
  "lastLoginAt": 32,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "6mm3su",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 348,
  "pushAt": 849,
  "createAt": 772,
  "updateAt": 900,
  "totalAmount": 189,
  "inviterStatus": 388,
  "inviterSource": "rknp2p",
  "createTime": "2025-11-15 12:54:59"
}'

38.7. 产品用户忘记密码修改(无需令牌)

Type: POST

Content-Type: application/json

Description: 产品用户忘记密码修改(无需令牌)

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

codeKey

string

true

No comments found.

codeValue

string

true

No comments found.

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

avatar

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

amount

number

false

No comments found.

comsumeAmount

number

false

No comments found.

enterpriseAmount

number

false

No comments found.

enterpriseCount

int32

false

No comments found.

isEnterpriseUser

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

pushGrade

int32

false

No comments found.

passwordHash

string

false

No comments found.

job

string

false

No comments found.

company

string

false

No comments found.

source

string

false

No comments found.

realName

string

false

No comments found.

idCard

string

false

No comments found.

bankCard

string

false

No comments found.

bankCode

string

false

No comments found.

reservePhone

string

false

No comments found.

idCardFront

string

false

No comments found.

idCardBack

string

false

No comments found.

inviter

int32

false

No comments found.

pushInviter

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

validTime

string

false

No comments found.

activityVoucherId

int32

false

No comments found.

pushAt

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

totalAmount

number

false

No comments found.

inviterStatus

int32

false

No comments found.

inviterSource

string

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 987,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "omxc73",
  "sysPlatformId": 197,
  "type": 188,
  "status": 377,
  "amount": 329,
  "comsumeAmount": 180,
  "enterpriseAmount": 209,
  "enterpriseCount": 519,
  "isEnterpriseUser": 583,
  "enterpriseId": 725,
  "pushGrade": 289,
  "passwordHash": "6ikx90",
  "job": "vcn1j2",
  "company": "Green-Bauch",
  "source": "aus6gr",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "dg86ec",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "vc1fg3",
  "idCardBack": "1wbu8n",
  "inviter": 350,
  "pushInviter": 332,
  "sysInternalId": 565,
  "lastLoginAt": 639,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "czo3pb",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 186,
  "pushAt": 682,
  "createAt": 280,
  "updateAt": 117,
  "totalAmount": 822,
  "inviterStatus": 871,
  "inviterSource": "ulcwa5",
  "createTime": "2025-11-15 12:54:59"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 366,
    "totalPage": 25,
    "page": 293,
    "pageSize": 894
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/sso/forgetPassword?codeKey=hld4j7&codeValue=u60dfc --data '{
  "id": 987,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "omxc73",
  "sysPlatformId": 197,
  "type": 188,
  "status": 377,
  "amount": 329,
  "comsumeAmount": 180,
  "enterpriseAmount": 209,
  "enterpriseCount": 519,
  "isEnterpriseUser": 583,
  "enterpriseId": 725,
  "pushGrade": 289,
  "passwordHash": "6ikx90",
  "job": "vcn1j2",
  "company": "Green-Bauch",
  "source": "aus6gr",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "dg86ec",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "vc1fg3",
  "idCardBack": "1wbu8n",
  "inviter": 350,
  "pushInviter": 332,
  "sysInternalId": 565,
  "lastLoginAt": 639,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "czo3pb",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 186,
  "pushAt": 682,
  "createAt": 280,
  "updateAt": 117,
  "totalAmount": 822,
  "inviterStatus": 871,
  "inviterSource": "ulcwa5",
  "createTime": "2025-11-15 12:54:59"
}'

38.8. 发送短信验证码(无需令牌)

Type: POST

Content-Type: application/json

Description: 发送短信验证码(无需令牌)

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

mobile

string

false

No comments found.

templateId

string

false

No comments found.

serviceProvider

string

false

No comments found.

productName

string

false

No comments found.

signName

string

false

No comments found.

code

string

false

No comments found.

message

string

false

No comments found.

Request-body:

{
  "mobile": "718-254-6863",
  "templateId": "139",
  "serviceProvider": "ftt9tp",
  "productName": "janessa.murphy",
  "signName": "janessa.murphy",
  "code": "83942",
  "message": "success"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 409,
    "totalPage": 378,
    "page": 456,
    "pageSize": 922
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/sso/sendSmsCode --data '{
  "mobile": "718-254-6863",
  "templateId": "139",
  "serviceProvider": "ftt9tp",
  "productName": "janessa.murphy",
  "signName": "janessa.murphy",
  "code": "83942",
  "message": "success"
}'

38.9. 校验号码系统是否存在

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 校验号码系统是否存在

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

mobile

string

true

No comments found.

type

int32

true

No comments found.

Request-body:

&718-254-6863&1

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 17,
    "totalPage": 418,
    "page": 989,
    "pageSize": 232
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/checkMobile --data 'mobile=718-254-6863&type=1'

38.10. 校验短信验证码(无需令牌)

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 校验短信验证码(无需令牌)

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

mobile

string

true

No comments found.

codeKey

string

true

No comments found.

codeValue

string

true

No comments found.

Request-body:

&718-254-6863&bn4nzm&mokmvd

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 841,
    "totalPage": 528,
    "page": 88,
    "pageSize": 185
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/checkSmsCode --data 'mobile=718-254-6863&codeKey=bn4nzm&codeValue=mokmvd'

38.11. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

mobile

string

true

No comments found.

codeKey

string

true

No comments found.

codeValue

string

true

No comments found.

type

int32

false

No comments found.

Request-body:

&718-254-6863&4szper&d8jja7&108

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 4,
    "totalPage": 969,
    "page": 572,
    "pageSize": 129
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/internalCheckSmsCode --data 'mobile=718-254-6863&codeKey=4szper&codeValue=d8jja7&type=108'

38.12. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-example:

string

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/payNotify

38.13. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-example:

string

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/refundNotify

38.14. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-example:

string

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/transferNotify

38.15. 查询店铺列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询店铺列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

category

string

false

No comments found.

regionId

int32

false

No comments found.

metro

string

false

No comments found.

tradeArea

string

false

No comments found.

distance

double

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

sort

int32

false

No comments found.

lowPrice

int32

false

No comments found.

highPrice

int32

false

No comments found.

positionType

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 423,
    "totalPage": 772,
    "page": 72,
    "pageSize": 328
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getShopList?keyword=rfvy54&category=l8j3lg®ionId=426&metro=3xr5h9&tradeArea=v8tktt&distance=6.76&latitude=76.67&longitude=57.95&sort=0&lowPrice=482&highPrice=797&positionType=467&page=1&pageSize=8 --data '&rfvy54&l8j3lg&426&3xr5h9&v8tktt&6.76&76.67&57.95&0&482&797&467&1&8'

38.16. 查询单个店铺

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个店铺

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 71,
    "totalPage": 994,
    "page": 822,
    "pageSize": 905
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getShop/670

38.17. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 845,
    "totalPage": 380,
    "page": 269,
    "pageSize": 467
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getShopCategoryList

38.18. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

city

string

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 96,
    "totalPage": 78,
    "page": 545,
    "pageSize": 315
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getSubway?city=sb1fck --data '&sb1fck'

38.19. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 178,
    "totalPage": 770,
    "page": 287,
    "pageSize": 638
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getRegionDumps

38.20. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 515,
    "totalPage": 907,
    "page": 85,
    "pageSize": 676
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getRegion?id=249&name=janessa.murphy --data '&249&janessa.murphy'

38.21. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 948,
    "totalPage": 82,
    "page": 199,
    "pageSize": 863
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getShopSelect?keyword=nf8hbu&latitude=57.62&longitude=26.40 --data '&nf8hbu&57.62&26.40'

38.22. 查询图片列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询图片列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

type

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 246,
    "totalPage": 658,
    "page": 784,
    "pageSize": 18
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getPictureList?type=899&page=1&pageSize=10 --data '&899&1&10'

38.23. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 69,
    "totalPage": 422,
    "page": 426,
    "pageSize": 203
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getActivityVoucher/924

38.24. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 164,
    "totalPage": 464,
    "page": 879,
    "pageSize": 752
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getAllActivityRecord/966

38.25. 获取可用的登录窗口页

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 获取可用的登录窗口页

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 214,
    "totalPage": 938,
    "page": 952,
    "pageSize": 547
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getEnableSysLoginWindowPage

38.26. 获取小程序分享页

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 获取小程序分享页

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

getType

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 536,
    "totalPage": 901,
    "page": 653,
    "pageSize": 349
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getEnableSysAppletShareEntityByType?getType=683 --data '&683'

38.27. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 780,
    "totalPage": 691,
    "page": 675,
    "pageSize": 524
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getIpAddress

38.28. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

name

string

false

No comments found.

status

array

false

No comments found.

activityVoucherType

int32

false

活动券类型1.普通券2.满减券

startTime

string

false

开始时间

endTime

string

false

结束时间

id

int32

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

distance

double

false

No comments found.

size

int64

false

No comments found.

current

int64

false

No comments found.

showQuantity

int32

false

No comments found.

Request-body:

{
  "name": "janessa.murphy",
  "status": [
    792
  ],
  "activityVoucherType": 114,
  "startTime": "2025-11-15 12:55:00",
  "endTime": "2025-11-15 12:55:00",
  "id": 818,
  "latitude": 8.00,
  "longitude": 0.21,
  "distance": 91.81,
  "size": 225,
  "current": 726,
  "showQuantity": 35
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 632,
    "totalPage": 746,
    "page": 621,
    "pageSize": 208
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/sso/activityVoucher/pageList --data '{
  "name": "janessa.murphy",
  "status": [
    792
  ],
  "activityVoucherType": 114,
  "startTime": "2025-11-15 12:55:00",
  "endTime": "2025-11-15 12:55:00",
  "id": 818,
  "latitude": 8.00,
  "longitude": 0.21,
  "distance": 91.81,
  "size": 225,
  "current": 726,
  "showQuantity": 35
}'

38.29. 查询活动-基本信息

Type: POST

Content-Type: application/json

Description: 查询活动-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

name

string

false

No comments found.

status

array

false

No comments found.

activityVoucherType

int32

false

活动券类型1.普通券2.满减券

startTime

string

false

开始时间

endTime

string

false

结束时间

id

int32

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

distance

double

false

No comments found.

size

int64

false

No comments found.

current

int64

false

No comments found.

showQuantity

int32

false

No comments found.

Request-body:

{
  "name": "janessa.murphy",
  "status": [
    773
  ],
  "activityVoucherType": 647,
  "startTime": "2025-11-15 12:55:00",
  "endTime": "2025-11-15 12:55:00",
  "id": 291,
  "latitude": 24.53,
  "longitude": 18.76,
  "distance": 84.76,
  "size": 992,
  "current": 830,
  "showQuantity": 701
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 496,
    "totalPage": 449,
    "page": 833,
    "pageSize": 917
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/sso/activityVoucher/getActivityVoucherDetails --data '{
  "name": "janessa.murphy",
  "status": [
    773
  ],
  "activityVoucherType": 647,
  "startTime": "2025-11-15 12:55:00",
  "endTime": "2025-11-15 12:55:00",
  "id": 291,
  "latitude": 24.53,
  "longitude": 18.76,
  "distance": 84.76,
  "size": 992,
  "current": 830,
  "showQuantity": 701
}'

38.30. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 634,
    "totalPage": 704,
    "page": 665,
    "pageSize": 71
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/dpxfbz

38.31. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

code

string

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 347,
    "totalPage": 954,
    "page": 357,
    "pageSize": 971
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getPhoneByWxCode?code=83942 --data '&83942'

38.32. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

platform

string

false

No comments found.

userName

string

false

No comments found.

password

string

false

No comments found.

wxPhoneCode

string

false

No comments found.

wxOpenIdCode

string

false

No comments found.

Request-body:

{
  "platform": "s2qt8u",
  "userName": "janessa.murphy",
  "password": "5bh8n9",
  "wxPhoneCode": "83942",
  "wxOpenIdCode": "83942"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 852,
    "totalPage": 897,
    "page": 543,
    "pageSize": 570
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/sso/getTokenByWxCode --data '{
  "platform": "s2qt8u",
  "userName": "janessa.murphy",
  "password": "5bh8n9",
  "wxPhoneCode": "83942",
  "wxOpenIdCode": "83942"
}'

38.33. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 336,
    "totalPage": 913,
    "page": 10,
    "pageSize": 998
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/getAccountList

38.34. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

map

map

false

No comments found.

Request-body:

{
  "mapKey1": "c4khgd",
  "mapKey2": "t1xmwu"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 611,
    "totalPage": 388,
    "page": 565,
    "pageSize": 288
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/sso/getShopListByAccountId --data '{
  "mapKey1": "c4khgd",
  "mapKey2": "t1xmwu"
}'

38.35. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

map

map

false

No comments found.

Request-body:

{
  "mapKey1": "kz3gka",
  "mapKey2": "jn20i9"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 653,
    "totalPage": 402,
    "page": 609,
    "pageSize": 53
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/sso/testTxwx --data '{
  "mapKey1": "kz3gka",
  "mapKey2": "jn20i9"
}'

39. 代金券活动管理

39.1. 查询活动-基本信息

Type: POST

Content-Type: application/json

Description: 查询活动-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

name

string

false

No comments found.

status

array

false

No comments found.

activityVoucherType

int32

false

活动券类型1.普通券2.满减券

startTime

string

false

开始时间

endTime

string

false

结束时间

id

int32

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

distance

double

false

No comments found.

size

int64

false

No comments found.

current

int64

false

No comments found.

showQuantity

int32

false

No comments found.

Request-body:

{
  "name": "janessa.murphy",
  "status": [
    911
  ],
  "activityVoucherType": 585,
  "startTime": "2025-11-15 12:55:00",
  "endTime": "2025-11-15 12:55:00",
  "id": 970,
  "latitude": 93.90,
  "longitude": 6.98,
  "distance": 3.26,
  "size": 654,
  "current": 109,
  "showQuantity": 295
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 10,
    "totalPage": 571,
    "page": 385,
    "pageSize": 84
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/activityVoucher/getActivityVoucherDetails --data '{
  "name": "janessa.murphy",
  "status": [
    911
  ],
  "activityVoucherType": 585,
  "startTime": "2025-11-15 12:55:00",
  "endTime": "2025-11-15 12:55:00",
  "id": 970,
  "latitude": 93.90,
  "longitude": 6.98,
  "distance": 3.26,
  "size": 654,
  "current": 109,
  "showQuantity": 295
}'

39.2. 查询活动-基本信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询活动-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 530,
    "totalPage": 432,
    "page": 391,
    "pageSize": 847
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/activityVoucher/getActivityVoucher/766

39.3. 分享活动增加次数

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 分享活动增加次数

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 31,
    "totalPage": 905,
    "page": 722,
    "pageSize": 441
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/activityVoucher/shareActivityAddFrequency/152

39.4. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

主键编码

name

string

false

名称

status

int32

false

状态 1待开始 2进行中 3已暂停 4已结束

type

int32

false

领券类型 1转盘 2九宫格 3直领

cover

string

false

封面

background

string

false

背景色

shareTitle

string

false

分享标题

shareCover

string

false

分享封面

startTime

string

false

开始时间

endTime

string

false

结束时间

contentImage

string

false

小程序活动页内容图片(头图)

describe

string

false

活动规则说明

isAllPart

int32

false

是否全部参与 0否 1是

dayNumber

int32

false

日发券量

frequency

int32

false

抽奖次数

forwardFrequency

int32

false

转发次数

isValid

int32

false

是否长期有效 0否 1是

voucherStartTime

string

false

卷开始时间

voucherEndTime

string

false

卷结束时间

applyType

int32

false

适用人群 1全部 2已注册老用户 3新注册用户

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

activityVoucherType

int32

false

活动券类型1.普通券2.满减券 3套餐券

isDetailsImage

int32

false

是否显示详情图

detailsImage

string

false

小程序活动页内容图片(详情图)

adImage

string

false

广告图

activityDescribe

string

false

活动描述

createBy

int32

false

创建人

createTime

string

false

创建时间

updateBy

int32

false

更新人

updateTime

string

false

更新时间

Request-body:

{
  "id": 0,
  "name": "janessa.murphy",
  "status": 435,
  "type": 281,
  "cover": "xvv8yk",
  "background": "4xtqt7",
  "shareTitle": "ot2wbc",
  "shareCover": "we1kwu",
  "startTime": "2025-11-15 12:55:00",
  "endTime": "2025-11-15 12:55:00",
  "contentImage": "hcrqd9",
  "describe": "9sjbqb",
  "isAllPart": 695,
  "dayNumber": 651,
  "frequency": 61,
  "forwardFrequency": 749,
  "isValid": 103,
  "voucherStartTime": "2025-11-15 12:55:00",
  "voucherEndTime": "2025-11-15 12:55:00",
  "applyType": 287,
  "createAt": 902,
  "updateAt": 579,
  "activityVoucherType": 922,
  "isDetailsImage": 21,
  "detailsImage": "8mx09g",
  "adImage": "5z8rz8",
  "activityDescribe": "fnu2te",
  "createBy": 696,
  "createTime": "2025-11-15 12:55:00",
  "updateBy": 113,
  "updateTime": "2025-11-15 12:55:00"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 254,
    "totalPage": 898,
    "page": 936,
    "pageSize": 447
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/activityVoucher/grab --data '{
  "id": 0,
  "name": "janessa.murphy",
  "status": 435,
  "type": 281,
  "cover": "xvv8yk",
  "background": "4xtqt7",
  "shareTitle": "ot2wbc",
  "shareCover": "we1kwu",
  "startTime": "2025-11-15 12:55:00",
  "endTime": "2025-11-15 12:55:00",
  "contentImage": "hcrqd9",
  "describe": "9sjbqb",
  "isAllPart": 695,
  "dayNumber": 651,
  "frequency": 61,
  "forwardFrequency": 749,
  "isValid": 103,
  "voucherStartTime": "2025-11-15 12:55:00",
  "voucherEndTime": "2025-11-15 12:55:00",
  "applyType": 287,
  "createAt": 902,
  "updateAt": 579,
  "activityVoucherType": 922,
  "isDetailsImage": 21,
  "detailsImage": "8mx09g",
  "adImage": "5z8rz8",
  "activityDescribe": "fnu2te",
  "createBy": 696,
  "createTime": "2025-11-15 12:55:00",
  "updateBy": 113,
  "updateTime": "2025-11-15 12:55:00"
}'

40. 地址管理

40.1. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

city

string

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 635,
    "totalPage": 342,
    "page": 490,
    "pageSize": 996
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/address/getSubway?city=h6gkbe --data '&h6gkbe'

40.2. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 217,
    "totalPage": 0,
    "page": 743,
    "pageSize": 499
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/address/getRegionDumps

40.3. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 660,
    "totalPage": 837,
    "page": 88,
    "pageSize": 233
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/address/getRegion?id=657&name=janessa.murphy --data '&657&janessa.murphy'

41. 内部审核管理

41.1. 查询单个审核

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个审核

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 572,
    "totalPage": 152,
    "page": 209,
    "pageSize": 414
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/audit/getAudit/238

41.2. 查询审核列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询审核列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

type

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 637,
    "totalPage": 518,
    "page": 203,
    "pageSize": 500
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/audit/list?status=0&type=1&page=1&pageSize=10&keyword= --data '&""&0&1&1&10'

41.3. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 134,
    "totalPage": 434,
    "page": 894,
    "pageSize": 464
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/audit/getNotifyList

41.4. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 47,
    "totalPage": 389,
    "page": 822,
    "pageSize": 585
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/audit/getPushAudit

41.5. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

avatar

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

amount

number

false

No comments found.

comsumeAmount

number

false

No comments found.

enterpriseAmount

number

false

No comments found.

enterpriseCount

int32

false

No comments found.

isEnterpriseUser

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

pushGrade

int32

false

No comments found.

passwordHash

string

false

No comments found.

job

string

false

No comments found.

company

string

false

No comments found.

source

string

false

No comments found.

realName

string

false

No comments found.

idCard

string

false

No comments found.

bankCard

string

false

No comments found.

bankCode

string

false

No comments found.

reservePhone

string

false

No comments found.

idCardFront

string

false

No comments found.

idCardBack

string

false

No comments found.

inviter

int32

false

No comments found.

pushInviter

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

validTime

string

false

No comments found.

activityVoucherId

int32

false

No comments found.

pushAt

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

totalAmount

number

false

No comments found.

inviterStatus

int32

false

No comments found.

inviterSource

string

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 380,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "th87sl",
  "sysPlatformId": 209,
  "type": 553,
  "status": 537,
  "amount": 833,
  "comsumeAmount": 483,
  "enterpriseAmount": 108,
  "enterpriseCount": 983,
  "isEnterpriseUser": 474,
  "enterpriseId": 529,
  "pushGrade": 707,
  "passwordHash": "eppptj",
  "job": "3s0j0x",
  "company": "Green-Bauch",
  "source": "tgyzag",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "m1l3jh",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "esawtj",
  "idCardBack": "sj073s",
  "inviter": 867,
  "pushInviter": 575,
  "sysInternalId": 417,
  "lastLoginAt": 188,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "ahiuma",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 314,
  "pushAt": 133,
  "createAt": 538,
  "updateAt": 692,
  "totalAmount": 431,
  "inviterStatus": 785,
  "inviterSource": "q3t9jl",
  "createTime": "2025-11-15 12:55:01"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 47,
    "totalPage": 380,
    "page": 721,
    "pageSize": 962
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/audit/commitPush --data '{
  "id": 380,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "th87sl",
  "sysPlatformId": 209,
  "type": 553,
  "status": 537,
  "amount": 833,
  "comsumeAmount": 483,
  "enterpriseAmount": 108,
  "enterpriseCount": 983,
  "isEnterpriseUser": 474,
  "enterpriseId": 529,
  "pushGrade": 707,
  "passwordHash": "eppptj",
  "job": "3s0j0x",
  "company": "Green-Bauch",
  "source": "tgyzag",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "m1l3jh",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "esawtj",
  "idCardBack": "sj073s",
  "inviter": 867,
  "pushInviter": 575,
  "sysInternalId": 417,
  "lastLoginAt": 188,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "ahiuma",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 314,
  "pushAt": 133,
  "createAt": 538,
  "updateAt": 692,
  "totalAmount": 431,
  "inviterStatus": 785,
  "inviterSource": "q3t9jl",
  "createTime": "2025-11-15 12:55:01"
}'

41.6. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

avatar

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

comsumeAmount

number

false

No comments found.

enterpriseAmount

number

false

No comments found.

enterpriseCount

int32

false

No comments found.

isEnterpriseUser

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

pushGrade

int32

false

No comments found.

passwordHash

string

false

No comments found.

job

string

false

No comments found.

company

string

false

No comments found.

source

string

false

No comments found.

realName

string

false

No comments found.

idCard

string

false

No comments found.

bankCard

string

false

No comments found.

bankCode

string

false

No comments found.

reservePhone

string

false

No comments found.

idCardFront

string

false

No comments found.

idCardBack

string

false

No comments found.

inviter

int32

false

No comments found.

pushInviter

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

validTime

string

false

No comments found.

activityVoucherId

int32

false

No comments found.

pushAt

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

totalAmount

number

false

No comments found.

inviterStatus

int32

false

No comments found.

inviterSource

string

false

No comments found.

createTime

string

false

No comments found.

pushTime

string

false

No comments found.

consumeCount

int64

false

No comments found.

LastConsumeTime

string

false

No comments found.

LastLoginTime

string

false

No comments found.

sumAmount

number

false

No comments found.

amount

number

false

No comments found.

count

int64

false

No comments found.

pushCount

int64

false

No comments found.

LastInviteTime

string

false

No comments found.

pushInviterName

string

false

No comments found.

sumConsumeAmount

number

false

No comments found.

invitationCode

string

false

No comments found.

limit

object

false

No comments found.

└─id

int32

false

No comments found.

└─userId

int32

false

No comments found.

└─enterpriseId

int32

false

No comments found.

└─monthAmount

number

false

No comments found.

└─monthCount

int32

false

No comments found.

└─amount

number

false

No comments found.

└─createAt

int32

false

No comments found.

└─updateAt

int32

false

No comments found.

Request-body:

{
  "id": 705,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "ydimi4",
  "sysPlatformId": 135,
  "type": 326,
  "status": 218,
  "comsumeAmount": 138,
  "enterpriseAmount": 86,
  "enterpriseCount": 541,
  "isEnterpriseUser": 406,
  "enterpriseId": 892,
  "pushGrade": 673,
  "passwordHash": "mnst6d",
  "job": "ywyen9",
  "company": "Green-Bauch",
  "source": "ybc9dw",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "vi6cmv",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "xdadwh",
  "idCardBack": "rn0myt",
  "inviter": 653,
  "pushInviter": 589,
  "sysInternalId": 944,
  "lastLoginAt": 245,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "rbecgn",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 222,
  "pushAt": 874,
  "createAt": 311,
  "updateAt": 426,
  "totalAmount": 440,
  "inviterStatus": 305,
  "inviterSource": "of99h6",
  "createTime": "2025-11-15 12:55:01",
  "pushTime": "2025-11-15 12:54:47",
  "consumeCount": 577,
  "LastConsumeTime": "2025-11-15 12:54:47",
  "LastLoginTime": "2025-11-15 12:54:47",
  "sumAmount": 849,
  "amount": 906,
  "count": 699,
  "pushCount": 628,
  "LastInviteTime": "2025-11-15 12:54:47",
  "pushInviterName": "janessa.murphy",
  "sumConsumeAmount": 980,
  "invitationCode": "83942",
  "limit": {
    "id": 296,
    "userId": 419,
    "enterpriseId": 890,
    "monthAmount": 282,
    "monthCount": 393,
    "amount": 662,
    "createAt": 104,
    "updateAt": 90
  }
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 555,
    "totalPage": 212,
    "page": 995,
    "pageSize": 565
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/audit/commitEnterprise --data '{
  "id": 705,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "ydimi4",
  "sysPlatformId": 135,
  "type": 326,
  "status": 218,
  "comsumeAmount": 138,
  "enterpriseAmount": 86,
  "enterpriseCount": 541,
  "isEnterpriseUser": 406,
  "enterpriseId": 892,
  "pushGrade": 673,
  "passwordHash": "mnst6d",
  "job": "ywyen9",
  "company": "Green-Bauch",
  "source": "ybc9dw",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "vi6cmv",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "xdadwh",
  "idCardBack": "rn0myt",
  "inviter": 653,
  "pushInviter": 589,
  "sysInternalId": 944,
  "lastLoginAt": 245,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "rbecgn",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 222,
  "pushAt": 874,
  "createAt": 311,
  "updateAt": 426,
  "totalAmount": 440,
  "inviterStatus": 305,
  "inviterSource": "of99h6",
  "createTime": "2025-11-15 12:55:01",
  "pushTime": "2025-11-15 12:54:47",
  "consumeCount": 577,
  "LastConsumeTime": "2025-11-15 12:54:47",
  "LastLoginTime": "2025-11-15 12:54:47",
  "sumAmount": 849,
  "amount": 906,
  "count": 699,
  "pushCount": 628,
  "LastInviteTime": "2025-11-15 12:54:47",
  "pushInviterName": "janessa.murphy",
  "sumConsumeAmount": 980,
  "invitationCode": "83942",
  "limit": {
    "id": 296,
    "userId": 419,
    "enterpriseId": 890,
    "monthAmount": 282,
    "monthCount": 393,
    "amount": 662,
    "createAt": 104,
    "updateAt": 90
  }
}'

41.7. 修改审核信息

Type: POST

Content-Type: application/json

Description: 修改审核信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

type

int32

false

No comments found.

objectId

int32

false

No comments found.

status

int32

false

No comments found.

reason

string

false

No comments found.

readFlag

int32

false

No comments found.

createBy

int32

false

No comments found.

createAt

int32

false

No comments found.

updateBy

int32

false

No comments found.

updateAt

int32

false

No comments found.

info

string

false

No comments found.

Request-body:

{
  "id": 105,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "type": 815,
  "objectId": 894,
  "status": 68,
  "reason": "yjzws3",
  "readFlag": 3,
  "createBy": 156,
  "createAt": 398,
  "updateBy": 535,
  "updateAt": 199,
  "info": "6gj99q"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 459,
    "totalPage": 899,
    "page": 870,
    "pageSize": 603
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/audit/update --data '{
  "id": 105,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "type": 815,
  "objectId": 894,
  "status": 68,
  "reason": "yjzws3",
  "readFlag": 3,
  "createBy": 156,
  "createAt": 398,
  "updateBy": 535,
  "updateAt": 199,
  "info": "6gj99q"
}'

41.8. 删除审核信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除审核信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 364,
    "totalPage": 735,
    "page": 944,
    "pageSize": 544
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/audit/delete?id=481 --data '&481'

42. 收藏管理

42.1. 查询单个收藏

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个收藏

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 606,
    "totalPage": 315,
    "page": 814,
    "pageSize": 190
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/collection/getCollection/539

42.2. 查询收藏列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询收藏列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 763,
    "totalPage": 288,
    "page": 417,
    "pageSize": 865
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/collection/list?status=-1&startTime=0&endTime=0&page=1&pageSize=10&keyword= --data '&""&-1&0&0&1&10'

42.3. 创建收藏信息

Type: POST

Content-Type: application/json

Description: 创建收藏信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

userId

int32

false

No comments found.

shopId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 781,
  "userId": 987,
  "shopId": 47,
  "createAt": 861,
  "updateAt": 302
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 928,
    "totalPage": 645,
    "page": 508,
    "pageSize": 875
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/collection/create --data '{
  "id": 781,
  "userId": 987,
  "shopId": 47,
  "createAt": 861,
  "updateAt": 302
}'

42.4. 修改收藏信息

Type: POST

Content-Type: application/json

Description: 修改收藏信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

userId

int32

false

No comments found.

shopId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 129,
  "userId": 937,
  "shopId": 8,
  "createAt": 142,
  "updateAt": 929
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 614,
    "totalPage": 430,
    "page": 128,
    "pageSize": 623
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/collection/update --data '{
  "id": 129,
  "userId": 937,
  "shopId": 8,
  "createAt": 142,
  "updateAt": 929
}'

42.5. 删除收藏信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除收藏信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 821,
    "totalPage": 164,
    "page": 217,
    "pageSize": 602
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/collection/delete?id=467 --data '&467'

43. 企业管理

43.1. 查询单个企业-基本信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个企业-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 571,
    "totalPage": 139,
    "page": 739,
    "pageSize": 678
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getEnterprise/407

43.2. 查询企业报销单位列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询企业报销单位列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

enterpriseId

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 797,
    "totalPage": 188,
    "page": 559,
    "pageSize": 120
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getReimburseUnitByEnterpriseId/433

43.3. 创建报销单位信息

Type: POST

Content-Type: application/json

Description: 创建报销单位信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

name

string

false

No comments found.

code

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 429,
  "enterpriseId": 486,
  "name": "janessa.murphy",
  "code": "83942",
  "createAt": 765,
  "updateAt": 722
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 295,
    "totalPage": 555,
    "page": 212,
    "pageSize": 695
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/createReimburseUnit --data '{
  "id": 429,
  "enterpriseId": 486,
  "name": "janessa.murphy",
  "code": "83942",
  "createAt": 765,
  "updateAt": 722
}'

43.4. 删除报销单位信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除报销单位信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 290,
    "totalPage": 919,
    "page": 351,
    "pageSize": 157
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/deleteReimburseUnit?id=424 --data '&424'

43.5. 查询企业列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询企业列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 639,
    "totalPage": 35,
    "page": 612,
    "pageSize": 55
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/list?status=-1&startTime=0&endTime=0&page=1&pageSize=20&keyword= --data '&""&-1&0&0&1&20'

43.6. 查询企业人员列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询企业人员列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

name

string

false

No comments found.

status

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 319,
    "totalPage": 595,
    "page": 668,
    "pageSize": 503
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/userList?name=janessa.murphy&status=936&enterpriseId=423&page=1&pageSize=20 --data '&janessa.murphy&936&423&1&20'

43.7. 查询企业费用管理人员列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询企业费用管理人员列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

isEnterpriseUser

int32

false

No comments found.

status

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 531,
    "totalPage": 587,
    "page": 250,
    "pageSize": 352
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/limitUserList?isEnterpriseUser=377&status=395&enterpriseId=912&page=1&pageSize=20 --data '&377&395&912&1&20'

43.8. 查询企业人员审批列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询企业人员审批列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

enterpriseId

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 710,
    "totalPage": 804,
    "page": 540,
    "pageSize": 307
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/userAuditList?enterpriseId=925&page=1&pageSize=20 --data '&925&1&20'

43.9. 获取个人消费统计数据

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 获取个人消费统计数据

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 283,
    "totalPage": 104,
    "page": 301,
    "pageSize": 759
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getMyConsumeInfo

43.10. 获取企业消费统计数据

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 获取企业消费统计数据

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

enterpriseId

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 191,
    "totalPage": 702,
    "page": 221,
    "pageSize": 939
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getEnterpriseConsumeInfo?enterpriseId=268 --data '&268'

43.11. 获取个人消费记录

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 获取个人消费记录

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

month

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 789,
    "totalPage": 627,
    "page": 946,
    "pageSize": 670
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getMyOrderRecord?month=571&page=1&pageSize=20 --data '&571&1&20'

43.12. 获取企业消费记录

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 获取企业消费记录

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

enterpriseId

int32

false

No comments found.

month

int32

false

No comments found.

userId

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 498,
    "totalPage": 35,
    "page": 395,
    "pageSize": 11
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getEnterpriseOrderRecord?enterpriseId=353&month=161&userId=730 --data '&353&161&730'

43.13. 获取企业消费记录(指定天)

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 获取企业消费记录(指定天)

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

enterpriseId

int32

false

No comments found.

date

string

false

No comments found.

userId

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 634,
    "totalPage": 244,
    "page": 924,
    "pageSize": 334
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getEnterpriseOrderRecordByDate?enterpriseId=211&date=2025-11-15&userId=165 --data '&211&2025-11-15&165'

43.14. 修改审核信息

Type: POST

Content-Type: application/json

Description: 修改审核信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

type

int32

false

No comments found.

objectId

int32

false

No comments found.

status

int32

false

No comments found.

reason

string

false

No comments found.

readFlag

int32

false

No comments found.

createBy

int32

false

No comments found.

createAt

int32

false

No comments found.

updateBy

int32

false

No comments found.

updateAt

int32

false

No comments found.

info

string

false

No comments found.

Request-body:

{
  "id": 910,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "type": 833,
  "objectId": 664,
  "status": 30,
  "reason": "6nndve",
  "readFlag": 3,
  "createBy": 474,
  "createAt": 916,
  "updateBy": 590,
  "updateAt": 902,
  "info": "fe6ya7"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 352,
    "totalPage": 177,
    "page": 244,
    "pageSize": 495
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/updateAudit --data '{
  "id": 910,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "type": 833,
  "objectId": 664,
  "status": 30,
  "reason": "6nndve",
  "readFlag": 3,
  "createBy": 474,
  "createAt": 916,
  "updateBy": 590,
  "updateAt": 902,
  "info": "fe6ya7"
}'

43.15. 修改企业人员状态

Type: POST

Content-Type: application/json

Description: 修改企业人员状态

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

avatar

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

amount

number

false

No comments found.

comsumeAmount

number

false

No comments found.

enterpriseAmount

number

false

No comments found.

enterpriseCount

int32

false

No comments found.

isEnterpriseUser

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

pushGrade

int32

false

No comments found.

passwordHash

string

false

No comments found.

job

string

false

No comments found.

company

string

false

No comments found.

source

string

false

No comments found.

realName

string

false

No comments found.

idCard

string

false

No comments found.

bankCard

string

false

No comments found.

bankCode

string

false

No comments found.

reservePhone

string

false

No comments found.

idCardFront

string

false

No comments found.

idCardBack

string

false

No comments found.

inviter

int32

false

No comments found.

pushInviter

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

validTime

string

false

No comments found.

activityVoucherId

int32

false

No comments found.

pushAt

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

totalAmount

number

false

No comments found.

inviterStatus

int32

false

No comments found.

inviterSource

string

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 163,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "saxl0z",
  "sysPlatformId": 26,
  "type": 755,
  "status": 690,
  "amount": 645,
  "comsumeAmount": 129,
  "enterpriseAmount": 201,
  "enterpriseCount": 394,
  "isEnterpriseUser": 856,
  "enterpriseId": 78,
  "pushGrade": 70,
  "passwordHash": "de3zun",
  "job": "wan5ip",
  "company": "Green-Bauch",
  "source": "vx4jzs",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "ffdn1f",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "zsx4xa",
  "idCardBack": "7vjw3o",
  "inviter": 948,
  "pushInviter": 291,
  "sysInternalId": 908,
  "lastLoginAt": 663,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "nc9auj",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 237,
  "pushAt": 481,
  "createAt": 983,
  "updateAt": 258,
  "totalAmount": 716,
  "inviterStatus": 586,
  "inviterSource": "uoq4hl",
  "createTime": "2025-11-15 12:55:02"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 140,
    "totalPage": 291,
    "page": 29,
    "pageSize": 789
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/updateUser --data '{
  "id": 163,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "saxl0z",
  "sysPlatformId": 26,
  "type": 755,
  "status": 690,
  "amount": 645,
  "comsumeAmount": 129,
  "enterpriseAmount": 201,
  "enterpriseCount": 394,
  "isEnterpriseUser": 856,
  "enterpriseId": 78,
  "pushGrade": 70,
  "passwordHash": "de3zun",
  "job": "wan5ip",
  "company": "Green-Bauch",
  "source": "vx4jzs",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "ffdn1f",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "zsx4xa",
  "idCardBack": "7vjw3o",
  "inviter": 948,
  "pushInviter": 291,
  "sysInternalId": 908,
  "lastLoginAt": 663,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "nc9auj",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 237,
  "pushAt": 481,
  "createAt": 983,
  "updateAt": 258,
  "totalAmount": 716,
  "inviterStatus": 586,
  "inviterSource": "uoq4hl",
  "createTime": "2025-11-15 12:55:02"
}'

43.16. 企业新增成员

Type: POST

Content-Type: application/json

Description: 企业新增成员

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

avatar

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

amount

number

false

No comments found.

comsumeAmount

number

false

No comments found.

enterpriseAmount

number

false

No comments found.

enterpriseCount

int32

false

No comments found.

isEnterpriseUser

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

pushGrade

int32

false

No comments found.

passwordHash

string

false

No comments found.

job

string

false

No comments found.

company

string

false

No comments found.

source

string

false

No comments found.

realName

string

false

No comments found.

idCard

string

false

No comments found.

bankCard

string

false

No comments found.

bankCode

string

false

No comments found.

reservePhone

string

false

No comments found.

idCardFront

string

false

No comments found.

idCardBack

string

false

No comments found.

inviter

int32

false

No comments found.

pushInviter

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

validTime

string

false

No comments found.

activityVoucherId

int32

false

No comments found.

pushAt

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

totalAmount

number

false

No comments found.

inviterStatus

int32

false

No comments found.

inviterSource

string

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 282,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "8lz838",
  "sysPlatformId": 366,
  "type": 12,
  "status": 241,
  "amount": 462,
  "comsumeAmount": 751,
  "enterpriseAmount": 693,
  "enterpriseCount": 7,
  "isEnterpriseUser": 52,
  "enterpriseId": 729,
  "pushGrade": 726,
  "passwordHash": "3r1wc6",
  "job": "34hbc6",
  "company": "Green-Bauch",
  "source": "f6jhl7",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "okjdlx",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "1n46p5",
  "idCardBack": "f48gfl",
  "inviter": 670,
  "pushInviter": 250,
  "sysInternalId": 841,
  "lastLoginAt": 686,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "3o5rsa",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 301,
  "pushAt": 495,
  "createAt": 73,
  "updateAt": 74,
  "totalAmount": 942,
  "inviterStatus": 160,
  "inviterSource": "rb60om",
  "createTime": "2025-11-15 12:55:02"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 106,
    "totalPage": 918,
    "page": 505,
    "pageSize": 705
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/addUser --data '{
  "id": 282,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "8lz838",
  "sysPlatformId": 366,
  "type": 12,
  "status": 241,
  "amount": 462,
  "comsumeAmount": 751,
  "enterpriseAmount": 693,
  "enterpriseCount": 7,
  "isEnterpriseUser": 52,
  "enterpriseId": 729,
  "pushGrade": 726,
  "passwordHash": "3r1wc6",
  "job": "34hbc6",
  "company": "Green-Bauch",
  "source": "f6jhl7",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "okjdlx",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "1n46p5",
  "idCardBack": "f48gfl",
  "inviter": 670,
  "pushInviter": 250,
  "sysInternalId": 841,
  "lastLoginAt": 686,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "3o5rsa",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 301,
  "pushAt": 495,
  "createAt": 73,
  "updateAt": 74,
  "totalAmount": 942,
  "inviterStatus": 160,
  "inviterSource": "rb60om",
  "createTime": "2025-11-15 12:55:02"
}'

43.17. 企业删除成员

Type: POST

Content-Type: application/json

Description: 企业删除成员

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

avatar

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

amount

number

false

No comments found.

comsumeAmount

number

false

No comments found.

enterpriseAmount

number

false

No comments found.

enterpriseCount

int32

false

No comments found.

isEnterpriseUser

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

pushGrade

int32

false

No comments found.

passwordHash

string

false

No comments found.

job

string

false

No comments found.

company

string

false

No comments found.

source

string

false

No comments found.

realName

string

false

No comments found.

idCard

string

false

No comments found.

bankCard

string

false

No comments found.

bankCode

string

false

No comments found.

reservePhone

string

false

No comments found.

idCardFront

string

false

No comments found.

idCardBack

string

false

No comments found.

inviter

int32

false

No comments found.

pushInviter

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

validTime

string

false

No comments found.

activityVoucherId

int32

false

No comments found.

pushAt

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

totalAmount

number

false

No comments found.

inviterStatus

int32

false

No comments found.

inviterSource

string

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 789,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "x1e9j6",
  "sysPlatformId": 568,
  "type": 434,
  "status": 226,
  "amount": 811,
  "comsumeAmount": 283,
  "enterpriseAmount": 869,
  "enterpriseCount": 953,
  "isEnterpriseUser": 388,
  "enterpriseId": 436,
  "pushGrade": 845,
  "passwordHash": "qhvkcv",
  "job": "x8j40p",
  "company": "Green-Bauch",
  "source": "8h7ky6",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "shqkqn",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "nszc17",
  "idCardBack": "hi4ql5",
  "inviter": 664,
  "pushInviter": 897,
  "sysInternalId": 566,
  "lastLoginAt": 979,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "9n1x7c",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 533,
  "pushAt": 436,
  "createAt": 318,
  "updateAt": 997,
  "totalAmount": 494,
  "inviterStatus": 668,
  "inviterSource": "c6o074",
  "createTime": "2025-11-15 12:55:02"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 259,
    "totalPage": 694,
    "page": 388,
    "pageSize": 139
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/deleteUser --data '{
  "id": 789,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "x1e9j6",
  "sysPlatformId": 568,
  "type": 434,
  "status": 226,
  "amount": 811,
  "comsumeAmount": 283,
  "enterpriseAmount": 869,
  "enterpriseCount": 953,
  "isEnterpriseUser": 388,
  "enterpriseId": 436,
  "pushGrade": 845,
  "passwordHash": "qhvkcv",
  "job": "x8j40p",
  "company": "Green-Bauch",
  "source": "8h7ky6",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "shqkqn",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "nszc17",
  "idCardBack": "hi4ql5",
  "inviter": 664,
  "pushInviter": 897,
  "sysInternalId": 566,
  "lastLoginAt": 979,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "9n1x7c",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 533,
  "pushAt": 436,
  "createAt": 318,
  "updateAt": 997,
  "totalAmount": 494,
  "inviterStatus": 668,
  "inviterSource": "c6o074",
  "createTime": "2025-11-15 12:55:02"
}'

43.18. 创建企业信息

Type: POST

Content-Type: application/json

Description: 创建企业信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

invitationCode

string

false

No comments found.

monthAmount

number

false

No comments found.

monthBudget

number

false

No comments found.

amount

number

false

No comments found.

userId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

usci

string

false

No comments found.

contactAddress

string

false

No comments found.

title

string

false

No comments found.

contactPhone

string

false

No comments found.

remarks

string

false

No comments found.

logoImg

string

false

No comments found.

agreImg

string

false

No comments found.

Request-body:

{
  "id": 995,
  "name": "janessa.murphy",
  "invitationCode": "83942",
  "monthAmount": 762,
  "monthBudget": 499,
  "amount": 189,
  "userId": 531,
  "createAt": 319,
  "updateAt": 934,
  "usci": "mw37sp",
  "contactAddress": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "title": "jkf4j6",
  "contactPhone": "516-785-2796",
  "remarks": "lxkwj7",
  "logoImg": "it0vg0",
  "agreImg": "j02mt5"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 645,
    "totalPage": 257,
    "page": 527,
    "pageSize": 812
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/create --data '{
  "id": 995,
  "name": "janessa.murphy",
  "invitationCode": "83942",
  "monthAmount": 762,
  "monthBudget": 499,
  "amount": 189,
  "userId": 531,
  "createAt": 319,
  "updateAt": 934,
  "usci": "mw37sp",
  "contactAddress": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "title": "jkf4j6",
  "contactPhone": "516-785-2796",
  "remarks": "lxkwj7",
  "logoImg": "it0vg0",
  "agreImg": "j02mt5"
}'

43.19. 修改企业信息

Type: POST

Content-Type: application/json

Description: 修改企业信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

invitationCode

string

false

No comments found.

monthAmount

number

false

No comments found.

monthBudget

number

false

No comments found.

amount

number

false

No comments found.

userId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

usci

string

false

No comments found.

contactAddress

string

false

No comments found.

title

string

false

No comments found.

contactPhone

string

false

No comments found.

remarks

string

false

No comments found.

logoImg

string

false

No comments found.

agreImg

string

false

No comments found.

Request-body:

{
  "id": 930,
  "name": "janessa.murphy",
  "invitationCode": "83942",
  "monthAmount": 196,
  "monthBudget": 689,
  "amount": 711,
  "userId": 680,
  "createAt": 258,
  "updateAt": 621,
  "usci": "2plv2j",
  "contactAddress": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "title": "3gmrsb",
  "contactPhone": "516-785-2796",
  "remarks": "jlho0r",
  "logoImg": "q8dlmy",
  "agreImg": "mywdln"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 967,
    "totalPage": 410,
    "page": 299,
    "pageSize": 360
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/update --data '{
  "id": 930,
  "name": "janessa.murphy",
  "invitationCode": "83942",
  "monthAmount": 196,
  "monthBudget": 689,
  "amount": 711,
  "userId": 680,
  "createAt": 258,
  "updateAt": 621,
  "usci": "2plv2j",
  "contactAddress": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "title": "3gmrsb",
  "contactPhone": "516-785-2796",
  "remarks": "jlho0r",
  "logoImg": "q8dlmy",
  "agreImg": "mywdln"
}'

43.20. 删除企业信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除企业信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 726,
    "totalPage": 714,
    "page": 808,
    "pageSize": 550
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/delete?id=310 --data '&310'

44. 文件管理

44.1. 

Type: POST

Content-Type: multipart/form-data

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

file

file

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 797,
    "totalPage": 553,
    "page": 609,
    "pageSize": 919
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: multipart/form-data' -H 'Authorization' -F 'file=' -i http://127.0.0.1:10086/_product_/file/upload

44.2. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

objectKey

string

true

No comments found.

Request-body:

&yb2qs5

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 67,
    "totalPage": 11,
    "page": 992,
    "pageSize": 294
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_product_/file/download --data 'objectKey=yb2qs5'

45. 历史管理

45.1. 查询历史列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询历史列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 494,
    "totalPage": 635,
    "page": 229,
    "pageSize": 814
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/history/list?status=-1&startTime=0&endTime=0&page=1&pageSize=20&keyword= --data '&""&-1&0&0&1&20'

45.2. 创建历史信息

Type: POST

Content-Type: application/json

Description: 创建历史信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

userId

int32

false

No comments found.

shopId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 390,
  "userId": 837,
  "shopId": 851,
  "createAt": 842,
  "updateAt": 687
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 228,
    "totalPage": 316,
    "page": 442,
    "pageSize": 270
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/history/create --data '{
  "id": 390,
  "userId": 837,
  "shopId": 851,
  "createAt": 842,
  "updateAt": 687
}'

45.3. 删除历史信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除历史信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 519,
    "totalPage": 944,
    "page": 678,
    "pageSize": 337
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/history/delete

46. 邀请函管理

46.1. 查询单个邀请函

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个邀请函

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 434,
    "totalPage": 413,
    "page": 687,
    "pageSize": 901
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/invitation/getPosition/829

46.2. 查询邀请函列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询邀请函列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 111,
    "totalPage": 160,
    "page": 550,
    "pageSize": 222
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/invitation/list?status=-1&startTime=0&endTime=0&page=1&pageSize=10&keyword= --data '&""&-1&0&0&1&10'

46.3. 查看邀请函信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查看邀请函信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

orderId

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 857,
    "totalPage": 902,
    "page": 642,
    "pageSize": 883
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/invitation/selectInvitation?orderId=382 --data '&382'

46.4. 修改邀请函信息

Type: POST

Content-Type: application/json

Description: 修改邀请函信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

orderId

int32

false

No comments found.

shopName

string

false

No comments found.

username

string

false

No comments found.

phone

string

false

No comments found.

time

string

false

No comments found.

position

string

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

address

string

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 807,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "orderId": 839,
  "shopName": "janessa.murphy",
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "time": "2025-11-15 12:54:47",
  "position": "y3b9m8",
  "latitude": 81.64,
  "longitude": 3.96,
  "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "createAt": 290,
  "updateAt": 103
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 697,
    "totalPage": 701,
    "page": 474,
    "pageSize": 390
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/invitation/update --data '{
  "id": 807,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "orderId": 839,
  "shopName": "janessa.murphy",
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "time": "2025-11-15 12:54:47",
  "position": "y3b9m8",
  "latitude": 81.64,
  "longitude": 3.96,
  "address": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "createAt": 290,
  "updateAt": 103
}'

46.5. 删除邀请函信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除邀请函信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 461,
    "totalPage": 121,
    "page": 310,
    "pageSize": 877
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/invitation/delete?id=676 --data '&676'

47. 订单管理

47.1. 查询单个订单-基本信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个订单-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 491,
    "totalPage": 158,
    "page": 133,
    "pageSize": 155
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/getOrder/321

47.2. 查询单个订单-基本信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个订单-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 647,
    "totalPage": 837,
    "page": 608,
    "pageSize": 725
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/queryOrder/828

47.3. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 606,
    "totalPage": 931,
    "page": 359,
    "pageSize": 93
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/addOrderCallNum/502

47.4. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 511,
    "totalPage": 440,
    "page": 184,
    "pageSize": 289
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/getLatestOrder

47.5. 查询订单列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询订单列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

type

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 737,
    "totalPage": 199,
    "page": 134,
    "pageSize": 613
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/list?type=500&page=1&pageSize=20 --data '&500&1&20'

47.6. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

orderId

int32

true

No comments found.

Query-parameters:

ParameterValueTypeRequiredDescription

actualAmount

number

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 142,
    "totalPage": 608,
    "page": 901,
    "pageSize": 832
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/getMyUseVoucherList/34?actualAmount=12 --data '&12'

47.7. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 345,
    "totalPage": 335,
    "page": 372,
    "pageSize": 326
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/getReserveList

47.8. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

preOderCode

string

false

No comments found.

orderCode

string

false

No comments found.

wxCode

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

orderType

int32

false

No comments found.

consumeType

int32

false

No comments found.

status

int32

false

No comments found.

shopId

int32

false

No comments found.

mealTime

string

false

No comments found.

mealType

string

false

No comments found.

positionType

int32

false

No comments found.

peopleNum

int32

false

No comments found.

discount

number

false

No comments found.

earnestMoney

number

false

No comments found.

amount

number

false

No comments found.

totalAmount

number

false

No comments found.

noDiscountAmount

number

false

No comments found.

actualAmount

number

false

No comments found.

preAmount

number

false

No comments found.

deductionAmount

number

false

No comments found.

username

string

false

No comments found.

phone

string

false

No comments found.

gender

int32

false

No comments found.

banquetType

int32

false

No comments found.

remark

string

false

No comments found.

reason

string

false

No comments found.

plateNum

string

false

No comments found.

desc

string

false

No comments found.

payType

int32

false

No comments found.

statFlag

int32

false

No comments found.

notifyFlag

int32

false

No comments found.

userId

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

preId

int32

false

No comments found.

unitId

int32

false

No comments found.

callNum

int32

false

No comments found.

orderAmount

number

false

No comments found.

accountAmount

number

false

No comments found.

userVoucherId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

deleteFlag

int32

false

No comments found.

createBy

int32

false

No comments found.

cashier

int32

false

No comments found.

payTime

string

false

No comments found.

refundTime

string

false

No comments found.

innerDiscount

number

false

No comments found.

inflateFlag

int32

false

No comments found.

noDiscountAmountDiff

number

false

No comments found.

grossProfit

number

false

No comments found.

accountId

int32

false

No comments found.

voucherAmount

number

false

No comments found.

discountAmount

number

false

No comments found.

normalUserVoucherId

int32

false

No comments found.

normalVoucherAmount

number

false

No comments found.

packageVoucherOrderId

int32

false

No comments found.

voucherId

int32

false

No comments found.

voucherQuantity

int32

false

No comments found.

needVoucherQuantity

int32

false

No comments found.

useUserVoucherIds

string

false

No comments found.

positionId

string

false

No comments found.

Request-body:

{
  "id": 902,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 557,
  "type": 242,
  "orderType": 724,
  "consumeType": 189,
  "status": 822,
  "shopId": 81,
  "mealTime": "2025-11-15",
  "mealType": "rd8c43",
  "positionType": 648,
  "peopleNum": 67,
  "discount": 68,
  "earnestMoney": 858,
  "amount": 358,
  "totalAmount": 501,
  "noDiscountAmount": 13,
  "actualAmount": 437,
  "preAmount": 572,
  "deductionAmount": 964,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 550,
  "remark": "t49pff",
  "reason": "pytmgk",
  "plateNum": "uy62jv",
  "desc": "gejimb",
  "payType": 447,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 303,
  "enterpriseId": 674,
  "preId": 442,
  "unitId": 976,
  "callNum": 631,
  "orderAmount": 15,
  "accountAmount": 965,
  "userVoucherId": 145,
  "createAt": 626,
  "updateAt": 25,
  "deleteFlag": 3,
  "createBy": 543,
  "cashier": 74,
  "payTime": "2025-11-15 12:55:02",
  "refundTime": "2025-11-15 12:55:02",
  "innerDiscount": 92,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 525,
  "grossProfit": 188,
  "accountId": 129,
  "voucherAmount": 284,
  "discountAmount": 941,
  "normalUserVoucherId": 715,
  "normalVoucherAmount": 500,
  "packageVoucherOrderId": 329,
  "voucherId": 105,
  "voucherQuantity": 76,
  "needVoucherQuantity": 317,
  "useUserVoucherIds": "89",
  "positionId": "139"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 134,
    "totalPage": 680,
    "page": 770,
    "pageSize": 175
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/create --data '{
  "id": 902,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 557,
  "type": 242,
  "orderType": 724,
  "consumeType": 189,
  "status": 822,
  "shopId": 81,
  "mealTime": "2025-11-15",
  "mealType": "rd8c43",
  "positionType": 648,
  "peopleNum": 67,
  "discount": 68,
  "earnestMoney": 858,
  "amount": 358,
  "totalAmount": 501,
  "noDiscountAmount": 13,
  "actualAmount": 437,
  "preAmount": 572,
  "deductionAmount": 964,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 550,
  "remark": "t49pff",
  "reason": "pytmgk",
  "plateNum": "uy62jv",
  "desc": "gejimb",
  "payType": 447,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 303,
  "enterpriseId": 674,
  "preId": 442,
  "unitId": 976,
  "callNum": 631,
  "orderAmount": 15,
  "accountAmount": 965,
  "userVoucherId": 145,
  "createAt": 626,
  "updateAt": 25,
  "deleteFlag": 3,
  "createBy": 543,
  "cashier": 74,
  "payTime": "2025-11-15 12:55:02",
  "refundTime": "2025-11-15 12:55:02",
  "innerDiscount": 92,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 525,
  "grossProfit": 188,
  "accountId": 129,
  "voucherAmount": 284,
  "discountAmount": 941,
  "normalUserVoucherId": 715,
  "normalVoucherAmount": 500,
  "packageVoucherOrderId": 329,
  "voucherId": 105,
  "voucherQuantity": 76,
  "needVoucherQuantity": 317,
  "useUserVoucherIds": "89",
  "positionId": "139"
}'

47.9. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

preOderCode

string

false

No comments found.

orderCode

string

false

No comments found.

wxCode

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

orderType

int32

false

No comments found.

consumeType

int32

false

No comments found.

status

int32

false

No comments found.

shopId

int32

false

No comments found.

mealTime

string

false

No comments found.

mealType

string

false

No comments found.

positionType

int32

false

No comments found.

peopleNum

int32

false

No comments found.

discount

number

false

No comments found.

earnestMoney

number

false

No comments found.

amount

number

false

No comments found.

totalAmount

number

false

No comments found.

noDiscountAmount

number

false

No comments found.

actualAmount

number

false

No comments found.

preAmount

number

false

No comments found.

deductionAmount

number

false

No comments found.

username

string

false

No comments found.

phone

string

false

No comments found.

gender

int32

false

No comments found.

banquetType

int32

false

No comments found.

remark

string

false

No comments found.

reason

string

false

No comments found.

plateNum

string

false

No comments found.

desc

string

false

No comments found.

payType

int32

false

No comments found.

statFlag

int32

false

No comments found.

notifyFlag

int32

false

No comments found.

userId

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

preId

int32

false

No comments found.

unitId

int32

false

No comments found.

callNum

int32

false

No comments found.

orderAmount

number

false

No comments found.

accountAmount

number

false

No comments found.

userVoucherId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

deleteFlag

int32

false

No comments found.

createBy

int32

false

No comments found.

cashier

int32

false

No comments found.

payTime

string

false

No comments found.

refundTime

string

false

No comments found.

innerDiscount

number

false

No comments found.

inflateFlag

int32

false

No comments found.

noDiscountAmountDiff

number

false

No comments found.

grossProfit

number

false

No comments found.

accountId

int32

false

No comments found.

voucherAmount

number

false

No comments found.

discountAmount

number

false

No comments found.

normalUserVoucherId

int32

false

No comments found.

normalVoucherAmount

number

false

No comments found.

packageVoucherOrderId

int32

false

No comments found.

voucherId

int32

false

No comments found.

voucherQuantity

int32

false

No comments found.

needVoucherQuantity

int32

false

No comments found.

useUserVoucherIds

string

false

No comments found.

positionId

string

false

No comments found.

Request-body:

{
  "id": 21,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 251,
  "type": 917,
  "orderType": 628,
  "consumeType": 90,
  "status": 255,
  "shopId": 783,
  "mealTime": "2025-11-15",
  "mealType": "9gefu5",
  "positionType": 921,
  "peopleNum": 42,
  "discount": 193,
  "earnestMoney": 800,
  "amount": 392,
  "totalAmount": 408,
  "noDiscountAmount": 108,
  "actualAmount": 449,
  "preAmount": 488,
  "deductionAmount": 30,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 596,
  "remark": "1xuitc",
  "reason": "zcg3ev",
  "plateNum": "jp6aof",
  "desc": "2wppa8",
  "payType": 402,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 767,
  "enterpriseId": 606,
  "preId": 55,
  "unitId": 734,
  "callNum": 695,
  "orderAmount": 194,
  "accountAmount": 782,
  "userVoucherId": 522,
  "createAt": 179,
  "updateAt": 629,
  "deleteFlag": 3,
  "createBy": 381,
  "cashier": 60,
  "payTime": "2025-11-15 12:55:02",
  "refundTime": "2025-11-15 12:55:02",
  "innerDiscount": 788,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 480,
  "grossProfit": 872,
  "accountId": 254,
  "voucherAmount": 316,
  "discountAmount": 485,
  "normalUserVoucherId": 987,
  "normalVoucherAmount": 545,
  "packageVoucherOrderId": 37,
  "voucherId": 498,
  "voucherQuantity": 774,
  "needVoucherQuantity": 525,
  "useUserVoucherIds": "89",
  "positionId": "139"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 329,
    "totalPage": 939,
    "page": 518,
    "pageSize": 354
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/updateNotify --data '{
  "id": 21,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 251,
  "type": 917,
  "orderType": 628,
  "consumeType": 90,
  "status": 255,
  "shopId": 783,
  "mealTime": "2025-11-15",
  "mealType": "9gefu5",
  "positionType": 921,
  "peopleNum": 42,
  "discount": 193,
  "earnestMoney": 800,
  "amount": 392,
  "totalAmount": 408,
  "noDiscountAmount": 108,
  "actualAmount": 449,
  "preAmount": 488,
  "deductionAmount": 30,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 596,
  "remark": "1xuitc",
  "reason": "zcg3ev",
  "plateNum": "jp6aof",
  "desc": "2wppa8",
  "payType": 402,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 767,
  "enterpriseId": 606,
  "preId": 55,
  "unitId": 734,
  "callNum": 695,
  "orderAmount": 194,
  "accountAmount": 782,
  "userVoucherId": 522,
  "createAt": 179,
  "updateAt": 629,
  "deleteFlag": 3,
  "createBy": 381,
  "cashier": 60,
  "payTime": "2025-11-15 12:55:02",
  "refundTime": "2025-11-15 12:55:02",
  "innerDiscount": 788,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 480,
  "grossProfit": 872,
  "accountId": 254,
  "voucherAmount": 316,
  "discountAmount": 485,
  "normalUserVoucherId": 987,
  "normalVoucherAmount": 545,
  "packageVoucherOrderId": 37,
  "voucherId": 498,
  "voucherQuantity": 774,
  "needVoucherQuantity": 525,
  "useUserVoucherIds": "89",
  "positionId": "139"
}'

47.10. 修改订单

Type: POST

Content-Type: application/json

Description: 修改订单

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

preOderCode

string

false

No comments found.

orderCode

string

false

No comments found.

wxCode

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

orderType

int32

false

No comments found.

consumeType

int32

false

No comments found.

status

int32

false

No comments found.

shopId

int32

false

No comments found.

mealTime

string

false

No comments found.

mealType

string

false

No comments found.

positionType

int32

false

No comments found.

peopleNum

int32

false

No comments found.

discount

number

false

No comments found.

earnestMoney

number

false

No comments found.

amount

number

false

No comments found.

totalAmount

number

false

No comments found.

noDiscountAmount

number

false

No comments found.

actualAmount

number

false

No comments found.

preAmount

number

false

No comments found.

deductionAmount

number

false

No comments found.

username

string

false

No comments found.

phone

string

false

No comments found.

gender

int32

false

No comments found.

banquetType

int32

false

No comments found.

remark

string

false

No comments found.

reason

string

false

No comments found.

plateNum

string

false

No comments found.

desc

string

false

No comments found.

payType

int32

false

No comments found.

statFlag

int32

false

No comments found.

notifyFlag

int32

false

No comments found.

userId

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

preId

int32

false

No comments found.

unitId

int32

false

No comments found.

callNum

int32

false

No comments found.

orderAmount

number

false

No comments found.

accountAmount

number

false

No comments found.

userVoucherId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

deleteFlag

int32

false

No comments found.

createBy

int32

false

No comments found.

cashier

int32

false

No comments found.

payTime

string

false

No comments found.

refundTime

string

false

No comments found.

innerDiscount

number

false

No comments found.

inflateFlag

int32

false

No comments found.

noDiscountAmountDiff

number

false

No comments found.

grossProfit

number

false

No comments found.

accountId

int32

false

No comments found.

voucherAmount

number

false

No comments found.

discountAmount

number

false

No comments found.

normalUserVoucherId

int32

false

No comments found.

normalVoucherAmount

number

false

No comments found.

packageVoucherOrderId

int32

false

No comments found.

voucherId

int32

false

No comments found.

voucherQuantity

int32

false

No comments found.

needVoucherQuantity

int32

false

No comments found.

useUserVoucherIds

string

false

No comments found.

positionId

string

false

No comments found.

Request-body:

{
  "id": 957,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 927,
  "type": 98,
  "orderType": 804,
  "consumeType": 422,
  "status": 886,
  "shopId": 390,
  "mealTime": "2025-11-15",
  "mealType": "cyhqyq",
  "positionType": 367,
  "peopleNum": 943,
  "discount": 817,
  "earnestMoney": 485,
  "amount": 875,
  "totalAmount": 571,
  "noDiscountAmount": 537,
  "actualAmount": 71,
  "preAmount": 272,
  "deductionAmount": 251,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 381,
  "remark": "9kigqu",
  "reason": "7sa02l",
  "plateNum": "e5v61p",
  "desc": "tgfvha",
  "payType": 860,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 162,
  "enterpriseId": 518,
  "preId": 928,
  "unitId": 739,
  "callNum": 858,
  "orderAmount": 175,
  "accountAmount": 995,
  "userVoucherId": 330,
  "createAt": 492,
  "updateAt": 761,
  "deleteFlag": 3,
  "createBy": 87,
  "cashier": 652,
  "payTime": "2025-11-15 12:55:03",
  "refundTime": "2025-11-15 12:55:03",
  "innerDiscount": 146,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 694,
  "grossProfit": 611,
  "accountId": 356,
  "voucherAmount": 691,
  "discountAmount": 712,
  "normalUserVoucherId": 31,
  "normalVoucherAmount": 999,
  "packageVoucherOrderId": 848,
  "voucherId": 911,
  "voucherQuantity": 467,
  "needVoucherQuantity": 339,
  "useUserVoucherIds": "89",
  "positionId": "139"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 548,
    "totalPage": 654,
    "page": 891,
    "pageSize": 905
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/update --data '{
  "id": 957,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 927,
  "type": 98,
  "orderType": 804,
  "consumeType": 422,
  "status": 886,
  "shopId": 390,
  "mealTime": "2025-11-15",
  "mealType": "cyhqyq",
  "positionType": 367,
  "peopleNum": 943,
  "discount": 817,
  "earnestMoney": 485,
  "amount": 875,
  "totalAmount": 571,
  "noDiscountAmount": 537,
  "actualAmount": 71,
  "preAmount": 272,
  "deductionAmount": 251,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 381,
  "remark": "9kigqu",
  "reason": "7sa02l",
  "plateNum": "e5v61p",
  "desc": "tgfvha",
  "payType": 860,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 162,
  "enterpriseId": 518,
  "preId": 928,
  "unitId": 739,
  "callNum": 858,
  "orderAmount": 175,
  "accountAmount": 995,
  "userVoucherId": 330,
  "createAt": 492,
  "updateAt": 761,
  "deleteFlag": 3,
  "createBy": 87,
  "cashier": 652,
  "payTime": "2025-11-15 12:55:03",
  "refundTime": "2025-11-15 12:55:03",
  "innerDiscount": 146,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 694,
  "grossProfit": 611,
  "accountId": 356,
  "voucherAmount": 691,
  "discountAmount": 712,
  "normalUserVoucherId": 31,
  "normalVoucherAmount": 999,
  "packageVoucherOrderId": 848,
  "voucherId": 911,
  "voucherQuantity": 467,
  "needVoucherQuantity": 339,
  "useUserVoucherIds": "89",
  "positionId": "139"
}'

47.11. 退款

Type: POST

Content-Type: application/json

Description: 退款

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

preOderCode

string

false

No comments found.

orderCode

string

false

No comments found.

wxCode

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

orderType

int32

false

No comments found.

consumeType

int32

false

No comments found.

status

int32

false

No comments found.

shopId

int32

false

No comments found.

mealTime

string

false

No comments found.

mealType

string

false

No comments found.

positionType

int32

false

No comments found.

peopleNum

int32

false

No comments found.

discount

number

false

No comments found.

earnestMoney

number

false

No comments found.

amount

number

false

No comments found.

totalAmount

number

false

No comments found.

noDiscountAmount

number

false

No comments found.

actualAmount

number

false

No comments found.

preAmount

number

false

No comments found.

deductionAmount

number

false

No comments found.

username

string

false

No comments found.

phone

string

false

No comments found.

gender

int32

false

No comments found.

banquetType

int32

false

No comments found.

remark

string

false

No comments found.

reason

string

false

No comments found.

plateNum

string

false

No comments found.

desc

string

false

No comments found.

payType

int32

false

No comments found.

statFlag

int32

false

No comments found.

notifyFlag

int32

false

No comments found.

userId

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

preId

int32

false

No comments found.

unitId

int32

false

No comments found.

callNum

int32

false

No comments found.

orderAmount

number

false

No comments found.

accountAmount

number

false

No comments found.

userVoucherId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

deleteFlag

int32

false

No comments found.

createBy

int32

false

No comments found.

cashier

int32

false

No comments found.

payTime

string

false

No comments found.

refundTime

string

false

No comments found.

innerDiscount

number

false

No comments found.

inflateFlag

int32

false

No comments found.

noDiscountAmountDiff

number

false

No comments found.

grossProfit

number

false

No comments found.

accountId

int32

false

No comments found.

voucherAmount

number

false

No comments found.

discountAmount

number

false

No comments found.

normalUserVoucherId

int32

false

No comments found.

normalVoucherAmount

number

false

No comments found.

packageVoucherOrderId

int32

false

No comments found.

voucherId

int32

false

No comments found.

voucherQuantity

int32

false

No comments found.

needVoucherQuantity

int32

false

No comments found.

useUserVoucherIds

string

false

No comments found.

positionId

string

false

No comments found.

Request-body:

{
  "id": 647,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 200,
  "type": 37,
  "orderType": 741,
  "consumeType": 90,
  "status": 720,
  "shopId": 313,
  "mealTime": "2025-11-15",
  "mealType": "lyik5j",
  "positionType": 194,
  "peopleNum": 944,
  "discount": 663,
  "earnestMoney": 963,
  "amount": 458,
  "totalAmount": 914,
  "noDiscountAmount": 201,
  "actualAmount": 191,
  "preAmount": 144,
  "deductionAmount": 924,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 857,
  "remark": "171ugb",
  "reason": "7bdxag",
  "plateNum": "6p2i9z",
  "desc": "fax6ro",
  "payType": 450,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 53,
  "enterpriseId": 124,
  "preId": 976,
  "unitId": 642,
  "callNum": 529,
  "orderAmount": 295,
  "accountAmount": 997,
  "userVoucherId": 839,
  "createAt": 694,
  "updateAt": 732,
  "deleteFlag": 3,
  "createBy": 648,
  "cashier": 104,
  "payTime": "2025-11-15 12:55:03",
  "refundTime": "2025-11-15 12:55:03",
  "innerDiscount": 407,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 437,
  "grossProfit": 659,
  "accountId": 426,
  "voucherAmount": 951,
  "discountAmount": 294,
  "normalUserVoucherId": 597,
  "normalVoucherAmount": 854,
  "packageVoucherOrderId": 691,
  "voucherId": 773,
  "voucherQuantity": 24,
  "needVoucherQuantity": 997,
  "useUserVoucherIds": "89",
  "positionId": "139"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 436,
    "totalPage": 237,
    "page": 49,
    "pageSize": 146
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/refund --data '{
  "id": 647,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 200,
  "type": 37,
  "orderType": 741,
  "consumeType": 90,
  "status": 720,
  "shopId": 313,
  "mealTime": "2025-11-15",
  "mealType": "lyik5j",
  "positionType": 194,
  "peopleNum": 944,
  "discount": 663,
  "earnestMoney": 963,
  "amount": 458,
  "totalAmount": 914,
  "noDiscountAmount": 201,
  "actualAmount": 191,
  "preAmount": 144,
  "deductionAmount": 924,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 857,
  "remark": "171ugb",
  "reason": "7bdxag",
  "plateNum": "6p2i9z",
  "desc": "fax6ro",
  "payType": 450,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 53,
  "enterpriseId": 124,
  "preId": 976,
  "unitId": 642,
  "callNum": 529,
  "orderAmount": 295,
  "accountAmount": 997,
  "userVoucherId": 839,
  "createAt": 694,
  "updateAt": 732,
  "deleteFlag": 3,
  "createBy": 648,
  "cashier": 104,
  "payTime": "2025-11-15 12:55:03",
  "refundTime": "2025-11-15 12:55:03",
  "innerDiscount": 407,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 437,
  "grossProfit": 659,
  "accountId": 426,
  "voucherAmount": 951,
  "discountAmount": 294,
  "normalUserVoucherId": 597,
  "normalVoucherAmount": 854,
  "packageVoucherOrderId": 691,
  "voucherId": 773,
  "voucherQuantity": 24,
  "needVoucherQuantity": 997,
  "useUserVoucherIds": "89",
  "positionId": "139"
}'

47.12. 取消支付

Type: POST

Content-Type: application/json

Description: 取消支付

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

preOderCode

string

false

No comments found.

orderCode

string

false

No comments found.

wxCode

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

orderType

int32

false

No comments found.

consumeType

int32

false

No comments found.

status

int32

false

No comments found.

shopId

int32

false

No comments found.

mealTime

string

false

No comments found.

mealType

string

false

No comments found.

positionType

int32

false

No comments found.

peopleNum

int32

false

No comments found.

discount

number

false

No comments found.

earnestMoney

number

false

No comments found.

amount

number

false

No comments found.

totalAmount

number

false

No comments found.

noDiscountAmount

number

false

No comments found.

actualAmount

number

false

No comments found.

preAmount

number

false

No comments found.

deductionAmount

number

false

No comments found.

username

string

false

No comments found.

phone

string

false

No comments found.

gender

int32

false

No comments found.

banquetType

int32

false

No comments found.

remark

string

false

No comments found.

reason

string

false

No comments found.

plateNum

string

false

No comments found.

desc

string

false

No comments found.

payType

int32

false

No comments found.

statFlag

int32

false

No comments found.

notifyFlag

int32

false

No comments found.

userId

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

preId

int32

false

No comments found.

unitId

int32

false

No comments found.

callNum

int32

false

No comments found.

orderAmount

number

false

No comments found.

accountAmount

number

false

No comments found.

userVoucherId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

deleteFlag

int32

false

No comments found.

createBy

int32

false

No comments found.

cashier

int32

false

No comments found.

payTime

string

false

No comments found.

refundTime

string

false

No comments found.

innerDiscount

number

false

No comments found.

inflateFlag

int32

false

No comments found.

noDiscountAmountDiff

number

false

No comments found.

grossProfit

number

false

No comments found.

accountId

int32

false

No comments found.

voucherAmount

number

false

No comments found.

discountAmount

number

false

No comments found.

normalUserVoucherId

int32

false

No comments found.

normalVoucherAmount

number

false

No comments found.

packageVoucherOrderId

int32

false

No comments found.

voucherId

int32

false

No comments found.

voucherQuantity

int32

false

No comments found.

needVoucherQuantity

int32

false

No comments found.

useUserVoucherIds

string

false

No comments found.

positionId

string

false

No comments found.

Request-body:

{
  "id": 464,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 393,
  "type": 514,
  "orderType": 881,
  "consumeType": 679,
  "status": 297,
  "shopId": 827,
  "mealTime": "2025-11-15",
  "mealType": "jrh5pv",
  "positionType": 536,
  "peopleNum": 961,
  "discount": 261,
  "earnestMoney": 717,
  "amount": 907,
  "totalAmount": 745,
  "noDiscountAmount": 714,
  "actualAmount": 372,
  "preAmount": 51,
  "deductionAmount": 126,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 878,
  "remark": "ofrxb7",
  "reason": "nl0c4t",
  "plateNum": "7cm3sp",
  "desc": "vpyhy5",
  "payType": 636,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 687,
  "enterpriseId": 557,
  "preId": 194,
  "unitId": 739,
  "callNum": 290,
  "orderAmount": 82,
  "accountAmount": 321,
  "userVoucherId": 269,
  "createAt": 671,
  "updateAt": 568,
  "deleteFlag": 3,
  "createBy": 284,
  "cashier": 754,
  "payTime": "2025-11-15 12:55:03",
  "refundTime": "2025-11-15 12:55:03",
  "innerDiscount": 733,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 122,
  "grossProfit": 883,
  "accountId": 103,
  "voucherAmount": 984,
  "discountAmount": 995,
  "normalUserVoucherId": 22,
  "normalVoucherAmount": 654,
  "packageVoucherOrderId": 284,
  "voucherId": 900,
  "voucherQuantity": 69,
  "needVoucherQuantity": 412,
  "useUserVoucherIds": "89",
  "positionId": "139"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 928,
    "totalPage": 917,
    "page": 641,
    "pageSize": 515
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/cancelPayment --data '{
  "id": 464,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "preOderCode": "83942",
  "orderCode": "83942",
  "wxCode": "83942",
  "sysPlatformId": 393,
  "type": 514,
  "orderType": 881,
  "consumeType": 679,
  "status": 297,
  "shopId": 827,
  "mealTime": "2025-11-15",
  "mealType": "jrh5pv",
  "positionType": 536,
  "peopleNum": 961,
  "discount": 261,
  "earnestMoney": 717,
  "amount": 907,
  "totalAmount": 745,
  "noDiscountAmount": 714,
  "actualAmount": 372,
  "preAmount": 51,
  "deductionAmount": 126,
  "username": "janessa.murphy",
  "phone": "516-785-2796",
  "gender": 1,
  "banquetType": 878,
  "remark": "ofrxb7",
  "reason": "nl0c4t",
  "plateNum": "7cm3sp",
  "desc": "vpyhy5",
  "payType": 636,
  "statFlag": 3,
  "notifyFlag": 3,
  "userId": 687,
  "enterpriseId": 557,
  "preId": 194,
  "unitId": 739,
  "callNum": 290,
  "orderAmount": 82,
  "accountAmount": 321,
  "userVoucherId": 269,
  "createAt": 671,
  "updateAt": 568,
  "deleteFlag": 3,
  "createBy": 284,
  "cashier": 754,
  "payTime": "2025-11-15 12:55:03",
  "refundTime": "2025-11-15 12:55:03",
  "innerDiscount": 733,
  "inflateFlag": 3,
  "noDiscountAmountDiff": 122,
  "grossProfit": 883,
  "accountId": 103,
  "voucherAmount": 984,
  "discountAmount": 995,
  "normalUserVoucherId": 22,
  "normalVoucherAmount": 654,
  "packageVoucherOrderId": 284,
  "voucherId": 900,
  "voucherQuantity": 69,
  "needVoucherQuantity": 412,
  "useUserVoucherIds": "89",
  "positionId": "139"
}'

47.13. 删除订单

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除订单

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 486,
    "totalPage": 55,
    "page": 70,
    "pageSize": 974
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/delete?id=682 --data '&682'

47.14. 第一步扫码 付款订单信息(券) - 重构版本

Type: POST

Content-Type: application/json

Description: 第一步扫码 付款订单信息(券) - 重构版本

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

orderId

int32

false

No comments found.

discountType

int32

false

No comments found.

userVoucherId

int32

false

No comments found.

normalUserVoucherId

int32

false

No comments found.

isEnterprisePay

int32

false

No comments found.

userVoucherIdList

array

false

No comments found.

Request-body:

{
  "orderId": 437,
  "discountType": 898,
  "userVoucherId": 633,
  "normalUserVoucherId": 275,
  "isEnterprisePay": 974,
  "userVoucherIdList": [
    91
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 822,
    "totalPage": 184,
    "page": 220,
    "pageSize": 334
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/payOrder --data '{
  "orderId": 437,
  "discountType": 898,
  "userVoucherId": 633,
  "normalUserVoucherId": 275,
  "isEnterprisePay": 974,
  "userVoucherIdList": [
    91
  ]
}'

47.15. 第二步 订单已经确认好了 点支付

Type: POST

Content-Type: application/json

Description: 第二步 订单已经确认好了 点支付

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

orderId

int32

false

No comments found.

orderType

int32

false

No comments found.

isEnterprisePay

int32

false

No comments found.

actualAmount

number

false

No comments found.

deductionAmount

number

false

No comments found.

userVoucherId

int32

false

No comments found.

normalUserVoucherId

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

preAmount

number

false

No comments found.

checkedUseVoucherIdList

array

false

No comments found.

needVoucherCount

int32

false

No comments found.

Request-body:

{
  "orderId": 176,
  "orderType": 950,
  "isEnterprisePay": 943,
  "actualAmount": 653,
  "deductionAmount": 561,
  "userVoucherId": 872,
  "normalUserVoucherId": 52,
  "enterpriseId": 478,
  "preAmount": 529,
  "checkedUseVoucherIdList": [
    175
  ],
  "needVoucherCount": 555
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 860,
    "totalPage": 276,
    "page": 80,
    "pageSize": 352
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/orderPayment --data '{
  "orderId": 176,
  "orderType": 950,
  "isEnterprisePay": 943,
  "actualAmount": 653,
  "deductionAmount": 561,
  "userVoucherId": 872,
  "normalUserVoucherId": 52,
  "enterpriseId": 478,
  "preAmount": 529,
  "checkedUseVoucherIdList": [
    175
  ],
  "needVoucherCount": 555
}'

47.16. 查询订单列表

Type: POST

Content-Type: application/json

Description: 查询订单列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

size

int64

false

No comments found.

current

int64

false

No comments found.

keyword

string

false

No comments found.

statusId

int32

false

No comments found.

type

int32

false

No comments found.

orderType

int32

false

No comments found.

shopId

int32

false

No comments found.

accountId

int32

false

No comments found.

orderCode

string

false

No comments found.

startTime

string

false

No comments found.

endTime

string

false

No comments found.

status

array

false

No comments found.

phone

string

false

No comments found.

isShowCancelOrder

int32

false

No comments found.

consumeType

int32

false

No comments found.

orderId

int32

false

No comments found.

isEnterprisePay

int32

false

No comments found.

orderPayerUserId

int32

false

No comments found.

filterShopIdList

array

false

No comments found.

orderBy

int32

false

No comments found.

inviterOrPushInviter

int32

false

No comments found.

Request-body:

{
  "size": 948,
  "current": 650,
  "keyword": "yqwcv5",
  "statusId": 433,
  "type": 702,
  "orderType": 339,
  "shopId": 218,
  "accountId": 952,
  "orderCode": "83942",
  "startTime": "2025-11-15 12:55:03",
  "endTime": "2025-11-15 12:55:03",
  "status": [
    292
  ],
  "phone": "516-785-2796",
  "isShowCancelOrder": 40,
  "consumeType": 250,
  "orderId": 304,
  "isEnterprisePay": 20,
  "orderPayerUserId": 482,
  "filterShopIdList": [
    804
  ],
  "orderBy": 161,
  "inviterOrPushInviter": 774
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 544,
    "totalPage": 341,
    "page": 959,
    "pageSize": 692
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/pageList --data '{
  "size": 948,
  "current": 650,
  "keyword": "yqwcv5",
  "statusId": 433,
  "type": 702,
  "orderType": 339,
  "shopId": 218,
  "accountId": 952,
  "orderCode": "83942",
  "startTime": "2025-11-15 12:55:03",
  "endTime": "2025-11-15 12:55:03",
  "status": [
    292
  ],
  "phone": "516-785-2796",
  "isShowCancelOrder": 40,
  "consumeType": 250,
  "orderId": 304,
  "isEnterprisePay": 20,
  "orderPayerUserId": 482,
  "filterShopIdList": [
    804
  ],
  "orderBy": 161,
  "inviterOrPushInviter": 774
}'

48. 套餐券管理(C端)

48.1. 查询可购买的套餐券列表

Type: POST

Author: enc

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询可购买的套餐券列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 836,
    "totalPage": 812,
    "page": 34,
    "pageSize": 382
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_product_/packageVoucher/list

48.2. 套餐订单支付

Type: POST

Author: enc

Content-Type: application/json

Description: 套餐订单支付

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

voucherId

int32

false

No comments found.

activityId

int32

false

No comments found.

quantity

int32

false

购买数量

shareUserId

int32

false

分享用户id

Request-body:

{
  "voucherId": 961,
  "activityId": 31,
  "quantity": 889,
  "shareUserId": 726
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 506,
    "totalPage": 153,
    "page": 289,
    "pageSize": 659
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/packageVoucher/orderPayment --data '{
  "voucherId": 961,
  "activityId": 31,
  "quantity": 889,
  "shareUserId": 726
}'

48.3. 套餐券退款
根据订单ID和退款数量进行退款

Type: POST

Author: enc

Content-Type: application/json

Description: 套餐券退款
根据订单ID和退款数量进行退款

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

packageVoucherOrderId

int32

false

套餐券购买订单ID(必填)

refundQuantity

int32

false

退款数量(必填)

refundReason

string

false

退款原因

Request-body:

{
  "packageVoucherOrderId": 921,
  "refundQuantity": 669,
  "refundReason": "tqy3q2"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 929,
    "totalPage": 277,
    "page": 478,
    "pageSize": 286
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/packageVoucher/refund --data '{
  "packageVoucherOrderId": 921,
  "refundQuantity": 669,
  "refundReason": "tqy3q2"
}'

49. 支付记录管理

49.1. 查询单个支付记录

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个支付记录

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 994,
    "totalPage": 152,
    "page": 539,
    "pageSize": 460
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/payRecord/getPayRecord/800

49.2. 查询打赏记录

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询打赏记录

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

orderId

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 359,
    "totalPage": 760,
    "page": 618,
    "pageSize": 189
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/payRecord/getRewardRecord/69

49.3. 查询支付记录列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询支付记录列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

type

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 747,
    "totalPage": 625,
    "page": 850,
    "pageSize": 294
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/payRecord/list?type=881&page=1&pageSize=10 --data '&881&1&10'

49.4. 修改支付记录信息

Type: POST

Content-Type: application/json

Description: 修改支付记录信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

status

int32

false

No comments found.

passwordHash

string

false

No comments found.

type

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

sysRoleId

int32

false

No comments found.

accountId

int32

false

No comments found.

shopId

int32

false

No comments found.

isShopAdmin

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

isCheck

int32

false

No comments found.

isSupplement

int32

false

No comments found.

checkTime

string

false

No comments found.

checkUserId

int32

false

No comments found.

supplementTime

string

false

No comments found.

supplementUserId

int32

false

No comments found.

shopList

string

false

No comments found.

createTime

string

false

No comments found.

shopName

string

false

No comments found.

roleName

string

false

No comments found.

Request-body:

{
  "id": 850,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "sysPlatformId": 797,
  "status": 641,
  "passwordHash": "lr49bs",
  "type": 416,
  "sysInternalId": 130,
  "lastLoginAt": 513,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "zpuulo",
  "sysRoleId": 48,
  "accountId": 450,
  "shopId": 978,
  "isShopAdmin": 72,
  "createAt": 677,
  "updateAt": 854,
  "isCheck": 991,
  "isSupplement": 208,
  "checkTime": "2025-11-15 12:55:03",
  "checkUserId": 132,
  "supplementTime": "2025-11-15 12:55:03",
  "supplementUserId": 323,
  "shopList": "5yxk7c",
  "createTime": "2025-11-15 12:54:47",
  "shopName": "janessa.murphy",
  "roleName": "janessa.murphy"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 425,
    "totalPage": 135,
    "page": 314,
    "pageSize": 548
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/payRecord/update --data '{
  "id": 850,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "sysPlatformId": 797,
  "status": 641,
  "passwordHash": "lr49bs",
  "type": 416,
  "sysInternalId": 130,
  "lastLoginAt": 513,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "zpuulo",
  "sysRoleId": 48,
  "accountId": 450,
  "shopId": 978,
  "isShopAdmin": 72,
  "createAt": 677,
  "updateAt": 854,
  "isCheck": 991,
  "isSupplement": 208,
  "checkTime": "2025-11-15 12:55:03",
  "checkUserId": 132,
  "supplementTime": "2025-11-15 12:55:03",
  "supplementUserId": 323,
  "shopList": "5yxk7c",
  "createTime": "2025-11-15 12:54:47",
  "shopName": "janessa.murphy",
  "roleName": "janessa.murphy"
}'

49.5. 删除支付记录信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除支付记录信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 972,
    "totalPage": 234,
    "page": 713,
    "pageSize": 342
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/payRecord/delete?id=398 --data '&398'

50. 产品座位管理

50.1. 查询单个座位

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个座位

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 385,
    "totalPage": 46,
    "page": 854,
    "pageSize": 525
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/position/getPosition/679

50.2. 查询座位列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询座位列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

shopId

int32

true

No comments found.

type

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 957,
    "totalPage": 154,
    "page": 423,
    "pageSize": 719
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/position/list?type=-1&shopId= --data '&""&-1'

50.3. 查询座位列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询座位列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

shopId

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 20,
    "totalPage": 100,
    "page": 72,
    "pageSize": 146
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/position/getTreeList/278

51. 产品店铺管理

51.1. 查询单个店铺

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个店铺

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 19,
    "totalPage": 222,
    "page": 827,
    "pageSize": 689
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/shop/getShop/333

51.2. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 437,
    "totalPage": 359,
    "page": 247,
    "pageSize": 77
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/shop/getShopInfo?id=482&latitude=48.69&longitude=96.19 --data '&482&48.69&96.19'

51.3. 查询店铺列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询店铺列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

category

string

false

No comments found.

regionId

int32

false

No comments found.

metro

string

false

No comments found.

tradeArea

string

false

No comments found.

distance

double

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

sort

int32

false

No comments found.

lowPrice

int32

false

No comments found.

highPrice

int32

false

No comments found.

positionType

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 208,
    "totalPage": 214,
    "page": 491,
    "pageSize": 154
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/shop/list?keyword=fqn4ut&category=p0b9bv®ionId=774&metro=gmnhfm&tradeArea=1ph7dc&distance=84.56&latitude=82.36&longitude=50.18&sort=1&lowPrice=351&highPrice=322&positionType=833&page=1&pageSize=10 --data '&fqn4ut&p0b9bv&774&gmnhfm&1ph7dc&84.56&82.36&50.18&1&351&322&833&1&10'

51.4. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

latitude

float

false

No comments found.

longitude

float

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 265,
    "totalPage": 669,
    "page": 538,
    "pageSize": 784
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/shop/getShopSelect?keyword=qy89ef&latitude=37.94&longitude=28.07 --data '&qy89ef&37.94&28.07'

51.5. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 445,
    "totalPage": 512,
    "page": 881,
    "pageSize": 331
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/shop/getShopCategoryList

52. 产品用户管理

52.1. 查询单个产品用户-基本信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个产品用户-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 391,
    "totalPage": 797,
    "page": 545,
    "pageSize": 205
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getProductUser

52.2. 查询产品用户列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询产品用户列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

status

int32

false

No comments found.

keyword

string

false

No comments found.

mobile

string

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 692,
    "totalPage": 933,
    "page": 68,
    "pageSize": 22
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/listProductUser?status=-1&page=1&pageSize=20&keyword=&mobile= --data '&-1&""&""&1&20'

52.3. 查询指定优惠券

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询指定优惠券

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 143,
    "totalPage": 305,
    "page": 645,
    "pageSize": 855
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getMyCoupon/952

52.4. 查询我的优惠券列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询我的优惠券列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 708,
    "totalPage": 732,
    "page": 707,
    "pageSize": 296
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/selectMyCoupon?status=191&startTime=0&endTime=0&page=1&pageSize=20&keyword= --data '&""&191&0&0&1&20'

52.5. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

type

int32

false

No comments found.

dateType

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 118,
    "totalPage": 17,
    "page": 397,
    "pageSize": 929
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getUserList?type=357&dateType=294&page=1&pageSize=20 --data '&357&294&1&20'

52.6. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 670,
    "totalPage": 704,
    "page": 619,
    "pageSize": 6
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getUserCountData

52.7. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 124,
    "totalPage": 97,
    "page": 84,
    "pageSize": 337
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getCountData

52.8. 添加产品用户

Type: POST

Content-Type: application/json

Description: 添加产品用户

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

avatar

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

amount

number

false

No comments found.

comsumeAmount

number

false

No comments found.

enterpriseAmount

number

false

No comments found.

enterpriseCount

int32

false

No comments found.

isEnterpriseUser

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

pushGrade

int32

false

No comments found.

passwordHash

string

false

No comments found.

job

string

false

No comments found.

company

string

false

No comments found.

source

string

false

No comments found.

realName

string

false

No comments found.

idCard

string

false

No comments found.

bankCard

string

false

No comments found.

bankCode

string

false

No comments found.

reservePhone

string

false

No comments found.

idCardFront

string

false

No comments found.

idCardBack

string

false

No comments found.

inviter

int32

false

No comments found.

pushInviter

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

validTime

string

false

No comments found.

activityVoucherId

int32

false

No comments found.

pushAt

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

totalAmount

number

false

No comments found.

inviterStatus

int32

false

No comments found.

inviterSource

string

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 103,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "0t3fw2",
  "sysPlatformId": 734,
  "type": 595,
  "status": 958,
  "amount": 703,
  "comsumeAmount": 55,
  "enterpriseAmount": 743,
  "enterpriseCount": 977,
  "isEnterpriseUser": 201,
  "enterpriseId": 503,
  "pushGrade": 251,
  "passwordHash": "xwbx5q",
  "job": "ebqxg4",
  "company": "Green-Bauch",
  "source": "vm4obx",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "mzpxq3",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "5y6l6a",
  "idCardBack": "srxqvk",
  "inviter": 741,
  "pushInviter": 128,
  "sysInternalId": 635,
  "lastLoginAt": 14,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "y48wdq",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 729,
  "pushAt": 988,
  "createAt": 748,
  "updateAt": 368,
  "totalAmount": 903,
  "inviterStatus": 867,
  "inviterSource": "xigzrl",
  "createTime": "2025-11-15 12:55:04"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 3,
    "totalPage": 831,
    "page": 114,
    "pageSize": 330
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/create --data '{
  "id": 103,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "0t3fw2",
  "sysPlatformId": 734,
  "type": 595,
  "status": 958,
  "amount": 703,
  "comsumeAmount": 55,
  "enterpriseAmount": 743,
  "enterpriseCount": 977,
  "isEnterpriseUser": 201,
  "enterpriseId": 503,
  "pushGrade": 251,
  "passwordHash": "xwbx5q",
  "job": "ebqxg4",
  "company": "Green-Bauch",
  "source": "vm4obx",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "mzpxq3",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "5y6l6a",
  "idCardBack": "srxqvk",
  "inviter": 741,
  "pushInviter": 128,
  "sysInternalId": 635,
  "lastLoginAt": 14,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "y48wdq",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 729,
  "pushAt": 988,
  "createAt": 748,
  "updateAt": 368,
  "totalAmount": 903,
  "inviterStatus": 867,
  "inviterSource": "xigzrl",
  "createTime": "2025-11-15 12:55:04"
}'

52.9. 修改产品用户

Type: POST

Content-Type: application/json

Description: 修改产品用户

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

uuid

string

false

No comments found.

name

string

false

No comments found.

mobile

string

false

No comments found.

avatar

string

false

No comments found.

sysPlatformId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

amount

number

false

No comments found.

comsumeAmount

number

false

No comments found.

enterpriseAmount

number

false

No comments found.

enterpriseCount

int32

false

No comments found.

isEnterpriseUser

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

pushGrade

int32

false

No comments found.

passwordHash

string

false

No comments found.

job

string

false

No comments found.

company

string

false

No comments found.

source

string

false

No comments found.

realName

string

false

No comments found.

idCard

string

false

No comments found.

bankCard

string

false

No comments found.

bankCode

string

false

No comments found.

reservePhone

string

false

No comments found.

idCardFront

string

false

No comments found.

idCardBack

string

false

No comments found.

inviter

int32

false

No comments found.

pushInviter

int32

false

No comments found.

sysInternalId

int32

false

No comments found.

lastLoginAt

int32

false

No comments found.

wxOpenId

string

false

No comments found.

thirdOpenId

string

false

No comments found.

thirdOpenId2

string

false

No comments found.

validTime

string

false

No comments found.

activityVoucherId

int32

false

No comments found.

pushAt

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

totalAmount

number

false

No comments found.

inviterStatus

int32

false

No comments found.

inviterSource

string

false

No comments found.

createTime

string

false

No comments found.

Request-body:

{
  "id": 607,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "ooqjob",
  "sysPlatformId": 394,
  "type": 116,
  "status": 312,
  "amount": 96,
  "comsumeAmount": 884,
  "enterpriseAmount": 389,
  "enterpriseCount": 33,
  "isEnterpriseUser": 954,
  "enterpriseId": 788,
  "pushGrade": 38,
  "passwordHash": "yusjcm",
  "job": "j0onx1",
  "company": "Green-Bauch",
  "source": "3a50c2",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "e2ihd8",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "q88nxi",
  "idCardBack": "l9biyq",
  "inviter": 807,
  "pushInviter": 304,
  "sysInternalId": 380,
  "lastLoginAt": 76,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "uwxx8o",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 804,
  "pushAt": 967,
  "createAt": 249,
  "updateAt": 898,
  "totalAmount": 792,
  "inviterStatus": 658,
  "inviterSource": "j133f9",
  "createTime": "2025-11-15 12:55:04"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 229,
    "totalPage": 730,
    "page": 756,
    "pageSize": 461
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/update --data '{
  "id": 607,
  "uuid": "0d48ab7f-c1a0-4073-b96f-6eba138b94df",
  "name": "janessa.murphy",
  "mobile": "718-254-6863",
  "avatar": "ooqjob",
  "sysPlatformId": 394,
  "type": 116,
  "status": 312,
  "amount": 96,
  "comsumeAmount": 884,
  "enterpriseAmount": 389,
  "enterpriseCount": 33,
  "isEnterpriseUser": 954,
  "enterpriseId": 788,
  "pushGrade": 38,
  "passwordHash": "yusjcm",
  "job": "j0onx1",
  "company": "Green-Bauch",
  "source": "3a50c2",
  "realName": "janessa.murphy",
  "idCard": "360202197902186776",
  "bankCard": "e2ihd8",
  "bankCode": "83942",
  "reservePhone": "516-785-2796",
  "idCardFront": "q88nxi",
  "idCardBack": "l9biyq",
  "inviter": 807,
  "pushInviter": 304,
  "sysInternalId": 380,
  "lastLoginAt": 76,
  "wxOpenId": "139",
  "thirdOpenId": "139",
  "thirdOpenId2": "uwxx8o",
  "validTime": "2025-11-15 12:54:47",
  "activityVoucherId": 804,
  "pushAt": 967,
  "createAt": 249,
  "updateAt": 898,
  "totalAmount": 792,
  "inviterStatus": 658,
  "inviterSource": "j133f9",
  "createTime": "2025-11-15 12:55:04"
}'

52.10. 

Type: POST

Content-Type: multipart/form-data

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

file

file

true

No comments found.

Request-body:

&67

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 341,
    "totalPage": 789,
    "page": 402,
    "pageSize": 70
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: multipart/form-data' -H 'Authorization' -F 'file=' -i http://127.0.0.1:10086/_product_/productUser/updateImage --data 'id=67'

52.11. 

Type: POST

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

mobile

string

true

No comments found.

oldMobile

string

true

No comments found.

codeKey

string

true

No comments found.

codeValue

string

true

No comments found.

Request-body:

&718-254-6863&718-254-6863&3r3m95&f9za91

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 201,
    "totalPage": 320,
    "page": 154,
    "pageSize": 955
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/updateMobile --data 'mobile=718-254-6863&oldMobile=718-254-6863&codeKey=3r3m95&codeValue=f9za91'

52.12. 删除外部用户信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除外部用户信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 466,
    "totalPage": 993,
    "page": 576,
    "pageSize": 475
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/delete?id=683 --data '&683'

52.13. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 906,
    "totalPage": 390,
    "page": 97,
    "pageSize": 335
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/logout

52.14. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

userName

string

false

No comments found.

type

int32

false

No comments found.

dateType

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 493,
    "totalPage": 341,
    "page": 470,
    "pageSize": 344
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getPromoteMembers?userName=janessa.murphy&type=1&dateType=820&page=1&pageSize=20 --data '&janessa.murphy&1&820&1&20'

52.15. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 353,
    "totalPage": 799,
    "page": 114,
    "pageSize": 194
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getPromoteMembersCount

52.16. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

userId

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 260,
    "totalPage": 780,
    "page": 730,
    "pageSize": 263
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getPromoteInfo?userId=906&page=1&pageSize=20 --data '&906&1&20'

52.17. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

dateType

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 103,
    "totalPage": 421,
    "page": 377,
    "pageSize": 531
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getRevenuePromotion?dateType=738&page=1&pageSize=20 --data '&738&1&20'

52.18. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 58,
    "totalPage": 371,
    "page": 989,
    "pageSize": 816
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getMyDiscountAmount

52.19. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 589,
    "totalPage": 368,
    "page": 873,
    "pageSize": 833
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getPushUserData

52.20. 

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 110,
    "totalPage": 494,
    "page": 620,
    "pageSize": 256
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getMyPoints

53. 用户限额管理

53.1. 查询单个用户限额-基本信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个用户限额-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 470,
    "totalPage": 448,
    "page": 15,
    "pageSize": 833
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/getUserLimit/905

53.2. 查询指定餐厅-基本信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询指定餐厅-基本信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

enterpriseId

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 384,
    "totalPage": 281,
    "page": 329,
    "pageSize": 85
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/getUserLimitShop/332

53.3. 查询用户限额列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询用户限额列表

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

keyword

string

false

No comments found.

status

int32

false

No comments found.

startTime

int32

false

No comments found.

endTime

int32

false

No comments found.

page

int32

false

No comments found.

pageSize

int32

false

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 508,
    "totalPage": 5,
    "page": 20,
    "pageSize": 194
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/list?status=-1&startTime=0&endTime=0&page=1&pageSize=20&keyword= --data '&""&-1&0&0&1&20'

53.4. 创建用户限额信息

Type: POST

Content-Type: application/json

Description: 创建用户限额信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

userId

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

monthAmount

number

false

No comments found.

monthCount

int32

false

No comments found.

amount

number

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

Request-body:

{
  "id": 755,
  "userId": 891,
  "enterpriseId": 183,
  "monthAmount": 40,
  "monthCount": 15,
  "amount": 935,
  "createAt": 569,
  "updateAt": 195
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 878,
    "totalPage": 187,
    "page": 789,
    "pageSize": 847
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/create --data '{
  "id": 755,
  "userId": 891,
  "enterpriseId": 183,
  "monthAmount": 40,
  "monthCount": 15,
  "amount": 935,
  "createAt": 569,
  "updateAt": 195
}'

53.5. 批量用户限额信息

Type: POST

Content-Type: application/json

Description: 批量用户限额信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

userId

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

monthAmount

number

false

No comments found.

monthCount

int32

false

No comments found.

amount

number

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

userList

array

false

No comments found.

Request-body:

{
  "id": 853,
  "userId": 26,
  "enterpriseId": 768,
  "monthAmount": 107,
  "monthCount": 234,
  "amount": 317,
  "createAt": 977,
  "updateAt": 232,
  "userList": [
    624
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 411,
    "totalPage": 485,
    "page": 620,
    "pageSize": 421
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/batchCreate --data '{
  "id": 853,
  "userId": 26,
  "enterpriseId": 768,
  "monthAmount": 107,
  "monthCount": 234,
  "amount": 317,
  "createAt": 977,
  "updateAt": 232,
  "userList": [
    624
  ]
}'

53.6. 指定餐厅

Type: POST

Content-Type: application/json

Description: 指定餐厅

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

enterpriseId

int32

false

No comments found.

shopId

int32

false

No comments found.

shopList

array

false

No comments found.

Request-body:

{
  "id": 331,
  "enterpriseId": 969,
  "shopId": 570,
  "shopList": [
    914
  ]
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 656,
    "totalPage": 4,
    "page": 684,
    "pageSize": 634
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/createUserLimitShop --data '{
  "id": 331,
  "enterpriseId": 969,
  "shopId": 570,
  "shopList": [
    914
  ]
}'

53.7. 修改用户限额信息

Type: POST

Content-Type: application/json

Description: 修改用户限额信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

name

string

false

No comments found.

invitationCode

string

false

No comments found.

monthAmount

number

false

No comments found.

monthBudget

number

false

No comments found.

amount

number

false

No comments found.

userId

int32

false

No comments found.

createAt

int32

false

No comments found.

updateAt

int32

false

No comments found.

usci

string

false

No comments found.

contactAddress

string

false

No comments found.

title

string

false

No comments found.

contactPhone

string

false

No comments found.

remarks

string

false

No comments found.

logoImg

string

false

No comments found.

agreImg

string

false

No comments found.

Request-body:

{
  "id": 971,
  "name": "janessa.murphy",
  "invitationCode": "83942",
  "monthAmount": 989,
  "monthBudget": 763,
  "amount": 398,
  "userId": 898,
  "createAt": 313,
  "updateAt": 711,
  "usci": "qbjrjn",
  "contactAddress": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "title": "1b51lq",
  "contactPhone": "516-785-2796",
  "remarks": "efojli",
  "logoImg": "ve1h1b",
  "agreImg": "qwctdf"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 34,
    "totalPage": 687,
    "page": 392,
    "pageSize": 579
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/update --data '{
  "id": 971,
  "name": "janessa.murphy",
  "invitationCode": "83942",
  "monthAmount": 989,
  "monthBudget": 763,
  "amount": 398,
  "userId": 898,
  "createAt": 313,
  "updateAt": 711,
  "usci": "qbjrjn",
  "contactAddress": "Suite 824 441 Merilyn Trail, Feesthaven, PA 25747",
  "title": "1b51lq",
  "contactPhone": "516-785-2796",
  "remarks": "efojli",
  "logoImg": "ve1h1b",
  "agreImg": "qwctdf"
}'

53.8. 删除指定餐厅

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除指定餐厅

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 774,
    "totalPage": 398,
    "page": 26,
    "pageSize": 927
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/deleteShop?id=220 --data '&220'

53.9. 删除全部指定餐厅

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除全部指定餐厅

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

enterpriseId

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 242,
    "totalPage": 766,
    "page": 518,
    "pageSize": 979
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/deleteAllShop?enterpriseId=27 --data '&27'

53.10. 删除用户限额信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 删除用户限额信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Query-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 991,
    "totalPage": 235,
    "page": 678,
    "pageSize": 684
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/delete?id=517 --data '&517'

54. 

54.1. 

Type: POST

Author: 张明

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

size

int64

false

No comments found.

current

int64

false

No comments found.

status

int32

false

No comments found.

statusList

array

false

No comments found.

userId

int32

false

No comments found.

activityVoucherType

int32

false

No comments found.

Request-body:

{
  "size": 146,
  "current": 625,
  "status": 137,
  "statusList": [
    525
  ],
  "userId": 309,
  "activityVoucherType": 14
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

array

返回数据(对象) 可能为null

-

└─id

int32

主键编码

-

└─userId

int32

用户编码

-

└─activityId

int32

活动编码

-

└─voucherId

int32

代金券编码

-

└─amount

number

代金券金额(套餐面值)

-

└─limitAmount

number

限制金额

-

└─useTimeType

int32

可用时间 1午餐 2晚餐 3全部

-

└─status

int32

状态 1待使用 2已使用 3已过期 9已退

-

└─startTime

string

开始时间

-

└─endTime

string

结束时间

-

└─createAt

int32

创建时间

-

└─updateAt

int32

更新时间

-

└─activityVoucherType

int32

活动券类型1.普通券2.满减券 3套餐券

-

└─purchasePrice

number

预付券购买价格(套餐券专用)

-

└─purchaseOrderId

int32

预付券购买订单ID(套餐券专用)

-

└─verificationCode

string

预付券核销码(套餐券专用)

-

└─verificationTime

string

预付券核销时间(套餐券专用)

-

└─verificationShopId

int32

预付券核销店铺

-

└─verificationUserId

int32

预付券核销人ID(套餐券专用,收银员)

-

└─useOrderId

int32

使用订单ID

-

└─refundTime

string

预付券退款时间

-

└─refundUserId

int32

预付券退款人Id

-

└─isPreFee

int32

是否预付费(purchase_order_id不能为空

-

└─createBy

int32

创建人

-

└─createTime

string

创建时间

-

└─updateBy

int32

更新人

-

└─updateTime

string

更新时间

-

└─voucherName

string

No comments found.

-

└─activityName

string

No comments found.

-

└─voucherQuantity

int32

No comments found.

-

└─brandName

string

No comments found.

-

└─shopCount

int32

No comments found.

-

└─foodList

array

No comments found.

-

     └─id

int32

主键

-

     └─voucherId

int32

券id

-

     └─foodName

string

菜名

-

     └─quantity

int32

数量

-

     └─price

number

价格

-

     └─description

string

描述

-

     └─img

string

图片

-

     └─createBy

int32

创建人

-

     └─createTime

string

创建时间

-

     └─updateBy

int32

更新人

-

     └─updateTime

string

更新时间

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": [
    {
      "id": 128,
      "userId": 466,
      "activityId": 983,
      "voucherId": 839,
      "amount": 916,
      "limitAmount": 676,
      "useTimeType": 673,
      "status": 273,
      "startTime": "2025-11-15 12:55:04",
      "endTime": "2025-11-15 12:55:04",
      "createAt": 827,
      "updateAt": 495,
      "activityVoucherType": 394,
      "purchasePrice": 30,
      "purchaseOrderId": 493,
      "verificationCode": "83942",
      "verificationTime": "2025-11-15 12:55:04",
      "verificationShopId": 854,
      "verificationUserId": 256,
      "useOrderId": 399,
      "refundTime": "2025-11-15 12:55:04",
      "refundUserId": 86,
      "isPreFee": 613,
      "createBy": 933,
      "createTime": "2025-11-15 12:55:04",
      "updateBy": 871,
      "updateTime": "2025-11-15 12:55:04",
      "voucherName": "janessa.murphy",
      "activityName": "janessa.murphy",
      "voucherQuantity": 624,
      "brandName": "janessa.murphy",
      "shopCount": 938,
      "foodList": [
        {
          "id": 628,
          "voucherId": 99,
          "foodName": "janessa.murphy",
          "quantity": 976,
          "price": 390,
          "description": "88kobf",
          "img": "m6rt3r",
          "createBy": 250,
          "createTime": "2025-11-15 12:55:04",
          "updateBy": 535,
          "updateTime": "2025-11-15 12:55:04"
        }
      ]
    }
  ],
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 480,
    "totalPage": 644,
    "page": 354,
    "pageSize": 59
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/userVoucher/getUserVoucherList --data '{
  "size": 146,
  "current": 625,
  "status": 137,
  "statusList": [
    525
  ],
  "userId": 309,
  "activityVoucherType": 14
}'

54.2. 

Type: POST

Author: 张明

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

size

int64

false

No comments found.

current

int64

false

No comments found.

status

int32

false

No comments found.

statusList

array

false

No comments found.

userId

int32

false

No comments found.

activityVoucherType

int32

false

No comments found.

Request-body:

{
  "size": 491,
  "current": 703,
  "status": 709,
  "statusList": [
    499
  ],
  "userId": 402,
  "activityVoucherType": 559
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

└─pages

int64

当前分页总页数

-

└─records

array

分页记录列表

-

     └─id

int32

主键编码

-

     └─userId

int32

用户编码

-

     └─activityId

int32

活动编码

-

     └─voucherId

int32

代金券编码

-

     └─amount

number

代金券金额(套餐面值)

-

     └─limitAmount

number

限制金额

-

     └─useTimeType

int32

可用时间 1午餐 2晚餐 3全部

-

     └─status

int32

状态 1待使用 2已使用 3已过期 9已退

-

     └─startTime

string

开始时间

-

     └─endTime

string

结束时间

-

     └─createAt

int32

创建时间

-

     └─updateAt

int32

更新时间

-

     └─activityVoucherType

int32

活动券类型1.普通券2.满减券 3套餐券

-

     └─purchasePrice

number

预付券购买价格(套餐券专用)

-

     └─purchaseOrderId

int32

预付券购买订单ID(套餐券专用)

-

     └─verificationCode

string

预付券核销码(套餐券专用)

-

     └─verificationTime

string

预付券核销时间(套餐券专用)

-

     └─verificationShopId

int32

预付券核销店铺

-

     └─verificationUserId

int32

预付券核销人ID(套餐券专用,收银员)

-

     └─useOrderId

int32

使用订单ID

-

     └─refundTime

string

预付券退款时间

-

     └─refundUserId

int32

预付券退款人Id

-

     └─isPreFee

int32

是否预付费(purchase_order_id不能为空

-

     └─createBy

int32

创建人

-

     └─createTime

string

创建时间

-

     └─updateBy

int32

更新人

-

     └─updateTime

string

更新时间

-

     └─voucherName

string

No comments found.

-

     └─activityName

string

No comments found.

-

     └─voucherQuantity

int32

No comments found.

-

     └─brandName

string

No comments found.

-

     └─shopCount

int32

No comments found.

-

     └─foodList

array

No comments found.

-

          └─id

int32

主键

-

          └─voucherId

int32

券id

-

          └─foodName

string

菜名

-

          └─quantity

int32

数量

-

          └─price

number

价格

-

          └─description

string

描述

-

          └─img

string

图片

-

          └─createBy

int32

创建人

-

          └─createTime

string

创建时间

-

          └─updateBy

int32

更新人

-

          └─updateTime

string

更新时间

-

└─total

int64

当前满足条件总行数

-

└─size

int64

获取每页显示条数

-

└─current

int64

当前页

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {
    "pages": 492,
    "records": [
      {
        "id": 26,
        "userId": 909,
        "activityId": 343,
        "voucherId": 565,
        "amount": 339,
        "limitAmount": 688,
        "useTimeType": 596,
        "status": 526,
        "startTime": "2025-11-15 12:55:04",
        "endTime": "2025-11-15 12:55:04",
        "createAt": 118,
        "updateAt": 615,
        "activityVoucherType": 899,
        "purchasePrice": 959,
        "purchaseOrderId": 344,
        "verificationCode": "83942",
        "verificationTime": "2025-11-15 12:55:04",
        "verificationShopId": 356,
        "verificationUserId": 747,
        "useOrderId": 102,
        "refundTime": "2025-11-15 12:55:04",
        "refundUserId": 780,
        "isPreFee": 205,
        "createBy": 677,
        "createTime": "2025-11-15 12:55:04",
        "updateBy": 568,
        "updateTime": "2025-11-15 12:55:04",
        "voucherName": "janessa.murphy",
        "activityName": "janessa.murphy",
        "voucherQuantity": 30,
        "brandName": "janessa.murphy",
        "shopCount": 896,
        "foodList": [
          {
            "id": 643,
            "voucherId": 346,
            "foodName": "janessa.murphy",
            "quantity": 356,
            "price": 800,
            "description": "8rivbi",
            "img": "o8hu93",
            "createBy": 781,
            "createTime": "2025-11-15 12:55:04",
            "updateBy": 370,
            "updateTime": "2025-11-15 12:55:04"
          }
        ]
      }
    ],
    "total": 32,
    "size": 0,
    "current": 110
  },
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 280,
    "totalPage": 442,
    "page": 556,
    "pageSize": 967
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/userVoucher/getUserVoucherPageList --data '{
  "size": 491,
  "current": 703,
  "status": 709,
  "statusList": [
    499
  ],
  "userId": 402,
  "activityVoucherType": 559
}'

54.3. 

Type: GET

Author: 张明

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 676,
    "totalPage": 20,
    "page": 648,
    "pageSize": 741
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/userVoucher/myUserVoucherNumber

54.4. 

Type: POST

Author: 张明

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

userId

int32

false

No comments found.

voucherId

int32

false

No comments found.

notVoucherId

int32

false

No comments found.

purchaseOrderId

int32

false

No comments found.

status

int32

false

No comments found.

activityVoucherType

int32

false

No comments found.

Request-body:

{
  "userId": 612,
  "voucherId": 637,
  "notVoucherId": 696,
  "purchaseOrderId": 166,
  "status": 266,
  "activityVoucherType": 670
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

└─id

int32

主键编码

-

└─userId

int32

用户编码

-

└─activityId

int32

活动编码

-

└─voucherId

int32

代金券编码

-

└─amount

number

代金券金额(套餐面值)

-

└─limitAmount

number

限制金额

-

└─useTimeType

int32

可用时间 1午餐 2晚餐 3全部

-

└─status

int32

状态 1待使用 2已使用 3已过期 9已退

-

└─startTime

string

开始时间

-

└─endTime

string

结束时间

-

└─createAt

int32

创建时间

-

└─updateAt

int32

更新时间

-

└─activityVoucherType

int32

活动券类型1.普通券2.满减券 3套餐券

-

└─purchasePrice

number

预付券购买价格(套餐券专用)

-

└─purchaseOrderId

int32

预付券购买订单ID(套餐券专用)

-

└─verificationCode

string

预付券核销码(套餐券专用)

-

└─verificationTime

string

预付券核销时间(套餐券专用)

-

└─verificationShopId

int32

预付券核销店铺

-

└─verificationUserId

int32

预付券核销人ID(套餐券专用,收银员)

-

└─useOrderId

int32

使用订单ID

-

└─refundTime

string

预付券退款时间

-

└─refundUserId

int32

预付券退款人Id

-

└─isPreFee

int32

是否预付费(purchase_order_id不能为空

-

└─createBy

int32

创建人

-

└─createTime

string

创建时间

-

└─updateBy

int32

更新人

-

└─updateTime

string

更新时间

-

└─voucherName

string

No comments found.

-

└─voucherImg

string

No comments found.

-

└─activityName

string

No comments found.

-

└─styleType

int32

No comments found.

-

└─foodList

array

No comments found.

-

     └─id

int32

主键

-

     └─voucherId

int32

券id

-

     └─foodName

string

菜名

-

     └─quantity

int32

数量

-

     └─price

number

价格

-

     └─description

string

描述

-

     └─img

string

图片

-

     └─createBy

int32

创建人

-

     └─createTime

string

创建时间

-

     └─updateBy

int32

更新人

-

     └─updateTime

string

更新时间

-

└─orderCode

string

No comments found.

-

└─payMethod

string

No comments found.

-

└─payTime

string

No comments found.

-

└─payCode

string

No comments found.

-

└─orderStatus

int32

No comments found.

-

└─usableQuantity

int32

No comments found.

-

└─discount

number

No comments found.

-

└─discountAmount

number

No comments found.

-

└─donateGoods

string

No comments found.

-

└─refundPolicy

string

No comments found.

-

└─voucherDescription

string

No comments found.

-

└─activityDescribe

string

No comments found.

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {
    "id": 558,
    "userId": 577,
    "activityId": 946,
    "voucherId": 572,
    "amount": 410,
    "limitAmount": 2,
    "useTimeType": 756,
    "status": 629,
    "startTime": "2025-11-15 12:55:05",
    "endTime": "2025-11-15 12:55:05",
    "createAt": 249,
    "updateAt": 179,
    "activityVoucherType": 889,
    "purchasePrice": 212,
    "purchaseOrderId": 410,
    "verificationCode": "83942",
    "verificationTime": "2025-11-15 12:55:05",
    "verificationShopId": 815,
    "verificationUserId": 978,
    "useOrderId": 428,
    "refundTime": "2025-11-15 12:55:05",
    "refundUserId": 421,
    "isPreFee": 806,
    "createBy": 700,
    "createTime": "2025-11-15 12:55:05",
    "updateBy": 998,
    "updateTime": "2025-11-15 12:55:05",
    "voucherName": "janessa.murphy",
    "voucherImg": "a6aw7m",
    "activityName": "janessa.murphy",
    "styleType": 663,
    "foodList": [
      {
        "id": 318,
        "voucherId": 31,
        "foodName": "janessa.murphy",
        "quantity": 566,
        "price": 554,
        "description": "wpcp66",
        "img": "198tz3",
        "createBy": 595,
        "createTime": "2025-11-15 12:55:05",
        "updateBy": 269,
        "updateTime": "2025-11-15 12:55:05"
      }
    ],
    "orderCode": "83942",
    "payMethod": "pbgg4k",
    "payTime": "2025-11-15 12:55:05",
    "payCode": "83942",
    "orderStatus": 383,
    "usableQuantity": 98,
    "discount": 615,
    "discountAmount": 395,
    "donateGoods": "iwm2qw",
    "refundPolicy": "5f22sx",
    "voucherDescription": "cwc55f",
    "activityDescribe": "976u83"
  },
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 150,
    "totalPage": 136,
    "page": 956,
    "pageSize": 190
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/userVoucher/getUserVoucherDetail --data '{
  "userId": 612,
  "voucherId": 637,
  "notVoucherId": 696,
  "purchaseOrderId": 166,
  "status": 266,
  "activityVoucherType": 670
}'

55. 提现管理

55.1. 查询单个提现

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询单个提现

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Path-parameters:

ParameterValueTypeRequiredDescription

id

int32

true

No comments found.

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 695,
    "totalPage": 153,
    "page": 862,
    "pageSize": 681
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/withdrawal/getWithdrawal/731

55.2. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

userId

int32

false

No comments found.

name

string

false

No comments found.

type

int32

false

No comments found.

mobile

string

false

No comments found.

userType

int32

false

No comments found.

realName

string

false

No comments found.

orderId

int32

false

No comments found.

status

int32

false

No comments found.

size

int64

false

No comments found.

current

int64

false

No comments found.

dateType

int32

false

No comments found.

orderBy

int32

false

No comments found.

beginTime

string

false

No comments found.

endTime

string

false

No comments found.

Request-body:

{
  "userId": 698,
  "name": "janessa.murphy",
  "type": 259,
  "mobile": "718-254-6863",
  "userType": 124,
  "realName": "janessa.murphy",
  "orderId": 735,
  "status": 21,
  "size": 815,
  "current": 554,
  "dateType": 157,
  "orderBy": 736,
  "beginTime": "2025-11-15 12:55:05",
  "endTime": "2025-11-15 12:55:05"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 541,
    "totalPage": 951,
    "page": 519,
    "pageSize": 392
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/withdrawal/pageList --data '{
  "userId": 698,
  "name": "janessa.murphy",
  "type": 259,
  "mobile": "718-254-6863",
  "userType": 124,
  "realName": "janessa.murphy",
  "orderId": 735,
  "status": 21,
  "size": 815,
  "current": 554,
  "dateType": 157,
  "orderBy": 736,
  "beginTime": "2025-11-15 12:55:05",
  "endTime": "2025-11-15 12:55:05"
}'

55.3. 查询推广收益统计数据

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 查询推广收益统计数据

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 669,
    "totalPage": 38,
    "page": 157,
    "pageSize": 532
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/withdrawal/getListData

55.4. 创建提现信息

Type: POST

Content-Type: application/json

Description: 创建提现信息

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

No comments found.

userId

int32

false

No comments found.

memberId

int32

false

No comments found.

orderId

int32

false

No comments found.

type

int32

false

No comments found.

status

int32

false

No comments found.

consumeAmount

number

false

No comments found.

amount

number

false

No comments found.

paymentNo

string

false

No comments found.

paymentTime

string

false

No comments found.

createAt

int32

false

No comments found.

wxState

string

false

No comments found.

reason

string

false

No comments found.

openId

string

false

No comments found.

appId

string

false

No comments found.

mchId

string

false

No comments found.

callbackTime

string

false

No comments found.

transferBillNo

string

false

No comments found.

rejectTime

string

false

No comments found.

rejectBy

int32

false

No comments found.

paymentBy

int32

false

No comments found.

createTime

string

false

No comments found.

beforeAmount

number

false

No comments found.

afterAmount

number

false

No comments found.

wxRequest

string

false

No comments found.

wxResponse

string

false

No comments found.

packageInfo

string

false

No comments found.

callbackResponse

string

false

No comments found.

Request-body:

{
  "id": 386,
  "userId": 685,
  "memberId": 967,
  "orderId": 542,
  "type": 574,
  "status": 279,
  "consumeAmount": 225,
  "amount": 224,
  "paymentNo": "ume19m",
  "paymentTime": "2025-11-15 12:55:05",
  "createAt": 975,
  "wxState": "7s85y5",
  "reason": "rky99o",
  "openId": "139",
  "appId": "139",
  "mchId": "139",
  "callbackTime": "2025-11-15 12:55:05",
  "transferBillNo": "1kfl4u",
  "rejectTime": "2025-11-15 12:55:05",
  "rejectBy": 541,
  "paymentBy": 283,
  "createTime": "2025-11-15 12:55:05",
  "beforeAmount": 566,
  "afterAmount": 837,
  "wxRequest": "lbcch8",
  "wxResponse": "rgnfay",
  "packageInfo": "tcbs6s",
  "callbackResponse": "998j74"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 525,
    "totalPage": 96,
    "page": 183,
    "pageSize": 891
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/withdrawal/create --data '{
  "id": 386,
  "userId": 685,
  "memberId": 967,
  "orderId": 542,
  "type": 574,
  "status": 279,
  "consumeAmount": 225,
  "amount": 224,
  "paymentNo": "ume19m",
  "paymentTime": "2025-11-15 12:55:05",
  "createAt": 975,
  "wxState": "7s85y5",
  "reason": "rky99o",
  "openId": "139",
  "appId": "139",
  "mchId": "139",
  "callbackTime": "2025-11-15 12:55:05",
  "transferBillNo": "1kfl4u",
  "rejectTime": "2025-11-15 12:55:05",
  "rejectBy": 541,
  "paymentBy": 283,
  "createTime": "2025-11-15 12:55:05",
  "beforeAmount": 566,
  "afterAmount": 837,
  "wxRequest": "lbcch8",
  "wxResponse": "rgnfay",
  "packageInfo": "tcbs6s",
  "callbackResponse": "998j74"
}'

56. 微信支付接口

56.1. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

openId

string

false

No comments found.

desc

string

false

描述

money

double

false

支付金额

tradeType

int32

false

1 JSAPI 2 NATIVE

transactionId

string

false

微信订单编号

outTradeNo

string

false

系统订单编号

productId

string

false

商品编码(自定义)

authCode

string

false

付款码

orderId

int32

false

No comments found.

Request-body:

{
  "openId": "139",
  "desc": "sama7q",
  "money": 71.61,
  "tradeType": 790,
  "transactionId": "139",
  "outTradeNo": "1ecymw",
  "productId": "139",
  "authCode": "83942",
  "orderId": 844
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 35,
    "totalPage": 606,
    "page": 686,
    "pageSize": 107
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/wxPay/create --data '{
  "openId": "139",
  "desc": "sama7q",
  "money": 71.61,
  "tradeType": 790,
  "transactionId": "139",
  "outTradeNo": "1ecymw",
  "productId": "139",
  "authCode": "83942",
  "orderId": 844
}'

56.2. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

openId

string

false

No comments found.

desc

string

false

描述

money

double

false

支付金额

tradeType

int32

false

1 JSAPI 2 NATIVE

transactionId

string

false

微信订单编号

outTradeNo

string

false

系统订单编号

productId

string

false

商品编码(自定义)

authCode

string

false

付款码

orderId

int32

false

No comments found.

Request-body:

{
  "openId": "139",
  "desc": "tuohs0",
  "money": 81.73,
  "tradeType": 894,
  "transactionId": "139",
  "outTradeNo": "fn94ko",
  "productId": "139",
  "authCode": "83942",
  "orderId": 2
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 744,
    "totalPage": 56,
    "page": 235,
    "pageSize": 277
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/wxPay/reward --data '{
  "openId": "139",
  "desc": "tuohs0",
  "money": 81.73,
  "tradeType": 894,
  "transactionId": "139",
  "outTradeNo": "fn94ko",
  "productId": "139",
  "authCode": "83942",
  "orderId": 2
}'

56.3. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

openId

string

false

No comments found.

desc

string

false

描述

money

double

false

支付金额

tradeType

int32

false

1 JSAPI 2 NATIVE

transactionId

string

false

微信订单编号

outTradeNo

string

false

系统订单编号

productId

string

false

商品编码(自定义)

authCode

string

false

付款码

orderId

int32

false

No comments found.

Request-body:

{
  "openId": "139",
  "desc": "8swkec",
  "money": 5.21,
  "tradeType": 415,
  "transactionId": "139",
  "outTradeNo": "xxe1s3",
  "productId": "139",
  "authCode": "83942",
  "orderId": 587
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 192,
    "totalPage": 581,
    "page": 215,
    "pageSize": 693
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/wxPay/queryOrder --data '{
  "openId": "139",
  "desc": "8swkec",
  "money": 5.21,
  "tradeType": 415,
  "transactionId": "139",
  "outTradeNo": "xxe1s3",
  "productId": "139",
  "authCode": "83942",
  "orderId": 587
}'

56.4. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

orderId

int32

false

订单id

money

double

false

支付金额

totalMoney

double

false

支付金额

transactionId

string

false

微信订单编号

outTradeNo

string

false

系统订单编号

outRefundNo

string

false

系统退款编码

productId

string

false

商品编码(自定义)

authCode

string

false

付款码

refundId

string

false

退款编码

Request-body:

{
  "orderId": 191,
  "money": 16.42,
  "totalMoney": 56.67,
  "transactionId": "139",
  "outTradeNo": "5272in",
  "outRefundNo": "94tbm0",
  "productId": "139",
  "authCode": "83942",
  "refundId": "139"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 484,
    "totalPage": 899,
    "page": 388,
    "pageSize": 75
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/wxPay/queryRefundOrder --data '{
  "orderId": 191,
  "money": 16.42,
  "totalMoney": 56.67,
  "transactionId": "139",
  "outTradeNo": "5272in",
  "outRefundNo": "94tbm0",
  "productId": "139",
  "authCode": "83942",
  "refundId": "139"
}'

56.5. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

openId

string

false

No comments found.

desc

string

false

描述

money

double

false

支付金额

tradeType

int32

false

1 JSAPI 2 NATIVE

transactionId

string

false

微信订单编号

outTradeNo

string

false

系统订单编号

productId

string

false

商品编码(自定义)

authCode

string

false

付款码

orderId

int32

false

No comments found.

Request-body:

{
  "openId": "139",
  "desc": "i7tw0r",
  "money": 97.67,
  "tradeType": 3,
  "transactionId": "139",
  "outTradeNo": "5hil44",
  "productId": "139",
  "authCode": "83942",
  "orderId": 204
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 77,
    "totalPage": 930,
    "page": 509,
    "pageSize": 155
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/wxPay/microPay --data '{
  "openId": "139",
  "desc": "i7tw0r",
  "money": 97.67,
  "tradeType": 3,
  "transactionId": "139",
  "outTradeNo": "5hil44",
  "productId": "139",
  "authCode": "83942",
  "orderId": 204
}'

56.6. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

orderId

int32

false

订单id

money

double

false

支付金额

totalMoney

double

false

支付金额

transactionId

string

false

微信订单编号

outTradeNo

string

false

系统订单编号

outRefundNo

string

false

系统退款编码

productId

string

false

商品编码(自定义)

authCode

string

false

付款码

refundId

string

false

退款编码

Request-body:

{
  "orderId": 233,
  "money": 80.23,
  "totalMoney": 57.59,
  "transactionId": "139",
  "outTradeNo": "617nrs",
  "outRefundNo": "fpem2y",
  "productId": "139",
  "authCode": "83942",
  "refundId": "139"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 387,
    "totalPage": 268,
    "page": 158,
    "pageSize": 158
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/wxPay/refund --data '{
  "orderId": 233,
  "money": 80.23,
  "totalMoney": 57.59,
  "transactionId": "139",
  "outTradeNo": "617nrs",
  "outRefundNo": "fpem2y",
  "productId": "139",
  "authCode": "83942",
  "refundId": "139"
}'

56.7. 

Type: POST

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

openId

string

false

No comments found.

desc

string

false

描述

money

double

false

支付金额

tradeType

int32

false

1 JSAPI 2 NATIVE

transactionId

string

false

微信订单编号

outTradeNo

string

false

系统订单编号

productId

string

false

商品编码(自定义)

authCode

string

false

付款码

orderId

int32

false

No comments found.

Request-body:

{
  "openId": "139",
  "desc": "wulqwn",
  "money": 76.40,
  "tradeType": 385,
  "transactionId": "139",
  "outTradeNo": "g332c2",
  "productId": "139",
  "authCode": "83942",
  "orderId": 688
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 405,
    "totalPage": 665,
    "page": 870,
    "pageSize": 833
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/wxPay/withdrawal --data '{
  "openId": "139",
  "desc": "wulqwn",
  "money": 76.40,
  "tradeType": 385,
  "transactionId": "139",
  "outTradeNo": "g332c2",
  "productId": "139",
  "authCode": "83942",
  "orderId": 688
}'

57. 电话预定记录

57.1. 

Type: POST

Author: enc

Content-Type: application/json

Description: 

Request-headers:

HeaderValueTypeRequiredDescription

Authorization

string

true

系统使用

Body-parameters:

ParameterTypeRequiredDescription

id

int32

false

主键

userId

int32

false

预约用户id

reservationTime

string

false

预约发起时间

reservationPhone

string

false

预约时电话

shopId

int32

false

预约店铺id

createAt

int32

false

创建时间

updateAt

int32

false

更新时间

createBy

int32

false

创建人

createTime

string

false

创建时间

updateBy

int32

false

更新人

updateTime

string

false

更新时间

Request-body:

{
  "id": 901,
  "userId": 86,
  "reservationTime": "2025-11-15 12:55:05",
  "reservationPhone": "516-785-2796",
  "shopId": 544,
  "createAt": 555,
  "updateAt": 529,
  "createBy": 734,
  "createTime": "2025-11-15 12:55:05",
  "updateBy": 407,
  "updateTime": "2025-11-15 12:55:05"
}

Response-fields:

FieldTypeDescriptionSince

status

boolean

状态(boolean) 0 失败,1 成功 ,使用bool型

-

data

object

返回数据(对象) 可能为null

-

message

string

返回消息(字符串) 可能为null

-

errors

object

返回调试信息(对象) 可能为null

-

pagination

object

返回分页信息(对象) 可能为null

-

└─total

int64

No comments found.

-

└─totalPage

int64

No comments found.

-

└─page

int64

No comments found.

-

└─pageSize

int64

No comments found.

-

debug

object

返回调试信息(对象) 可能为null

-

Response-example:

{
  "status": true,
  "data": {},
  "message": "success",
  "errors": {
    "object": "any object"
  },
  "pagination": {
    "total": 433,
    "totalPage": 729,
    "page": 566,
    "pageSize": 635
  },
  "debug": {
    "object": "any object"
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/mobileReservationRecord/create --data '{
  "id": 901,
  "userId": 86,
  "reservationTime": "2025-11-15 12:55:05",
  "reservationPhone": "516-785-2796",
  "shopId": 544,
  "createAt": 555,
  "updateAt": 529,
  "createBy": 734,
  "createTime": "2025-11-15 12:55:05",
  "updateBy": 407,
  "updateTime": "2025-11-15 12:55:05"
}'
Top