| Version | Update Time | Status | Author | Description |
|---|---|---|---|---|
v2026-02-03 15:05:46 | 2026-02-03 15:05:46 | auto | @zhang | Created by smart-doc |
1. 财务管理接口
1.1. 按年统计订单数据
Type: POST
Content-Type: application/json
Description: 按年统计订单数据
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 855,
"isNewMemberCount": 816,
"isAppVisitCount": 200,
"isNewInviterCount": 468,
"isMobileReservationCount": 982,
"orderBy": 345,
"isGenOrderNullData": 993,
"isGenAccountNullData": 150
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": "2026-02-03 15:05:48",
"totalOrderCount": 592,
"dinnerOrderCount": 591,
"lunchOrderCount": 484,
"receivedAmount": 655,
"actualAmount": 947,
"deductionAmount": 117,
"rechargeAmount": 882,
"rechargeActualAmount": 505,
"accountBalanceAmount": 978,
"promoterWithdrawal": 842,
"promoterProfit": 35,
"grossProfit": 742,
"netProfit": 883,
"newMemberCount": 230,
"appVisitCount": 50,
"newInviterCount": 627,
"mobileReservationCount": 333
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 561,
"totalPage": 140,
"page": 651,
"pageSize": 798
},
"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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 855,
"isNewMemberCount": 816,
"isAppVisitCount": 200,
"isNewInviterCount": 468,
"isMobileReservationCount": 982,
"orderBy": 345,
"isGenOrderNullData": 993,
"isGenAccountNullData": 150
}'1.2. 按年统计订单数据
Type: POST
Content-Type: application/json
Description: 按年统计订单数据
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 492,
"isNewMemberCount": 126,
"isAppVisitCount": 737,
"isNewInviterCount": 50,
"isMobileReservationCount": 187,
"orderBy": 879,
"isGenOrderNullData": 233,
"isGenAccountNullData": 865
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": "2026-02-03 15:05:48",
"totalOrderCount": 142,
"dinnerOrderCount": 714,
"lunchOrderCount": 689,
"receivedAmount": 348,
"actualAmount": 710,
"deductionAmount": 491,
"rechargeAmount": 845,
"rechargeActualAmount": 284,
"accountBalanceAmount": 223,
"promoterWithdrawal": 525,
"promoterProfit": 693,
"grossProfit": 874,
"netProfit": 260,
"newMemberCount": 688,
"appVisitCount": 89,
"newInviterCount": 720,
"mobileReservationCount": 246
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 520,
"totalPage": 588,
"page": 18,
"pageSize": 396
},
"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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 492,
"isNewMemberCount": 126,
"isAppVisitCount": 737,
"isNewInviterCount": 50,
"isMobileReservationCount": 187,
"orderBy": 879,
"isGenOrderNullData": 233,
"isGenAccountNullData": 865
}'1.3. 按年统计订单数据
Type: POST
Content-Type: application/json
Description: 按年统计订单数据
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 11,
"isNewMemberCount": 484,
"isAppVisitCount": 97,
"isNewInviterCount": 74,
"isMobileReservationCount": 4,
"orderBy": 158,
"isGenOrderNullData": 685,
"isGenAccountNullData": 465
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": "2026-02-03 15:05:48",
"totalOrderCount": 930,
"dinnerOrderCount": 528,
"lunchOrderCount": 194,
"receivedAmount": 755,
"actualAmount": 484,
"deductionAmount": 332,
"rechargeAmount": 909,
"rechargeActualAmount": 867,
"accountBalanceAmount": 221,
"promoterWithdrawal": 599,
"promoterProfit": 754,
"grossProfit": 6,
"netProfit": 63,
"newMemberCount": 235,
"appVisitCount": 310,
"newInviterCount": 401,
"mobileReservationCount": 877
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 142,
"totalPage": 649,
"page": 765,
"pageSize": 446
},
"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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 11,
"isNewMemberCount": 484,
"isAppVisitCount": 97,
"isNewInviterCount": 74,
"isMobileReservationCount": 4,
"orderBy": 158,
"isGenOrderNullData": 685,
"isGenAccountNullData": 465
}'1.4. 按天统计品牌订单数据
Type: POST
Content-Type: application/json
Description: 按天统计品牌订单数据
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 340,
"isNewMemberCount": 271,
"isAppVisitCount": 55,
"isNewInviterCount": 589,
"isMobileReservationCount": 475,
"orderBy": 860,
"isGenOrderNullData": 958,
"isGenAccountNullData": 936
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 15,
"accountName": "roxana.konopelski",
"brandName": "roxana.konopelski",
"totalOrderCount": 848,
"lunchFlag": 3,
"lunchOrderCount": 577,
"dinnerOrderCount": 435,
"orderAmount": 988,
"lunchOrderAmount": 521,
"dinnerOrderAmount": 733,
"receivedAmount": 692,
"lunchReceivedAmount": 589,
"dinnerReceivedAmount": 390,
"lunchGrossProfit": 830,
"dinnerGrossProfit": 672,
"grossProfit": 316,
"accountBalanceAmount": 422
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 841,
"totalPage": 358,
"page": 526,
"pageSize": 619
},
"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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 340,
"isNewMemberCount": 271,
"isAppVisitCount": 55,
"isNewInviterCount": 589,
"isMobileReservationCount": 475,
"orderBy": 860,
"isGenOrderNullData": 958,
"isGenAccountNullData": 936
}'1.5. 按月统计品牌订单数据
Type: POST
Content-Type: application/json
Description: 按月统计品牌订单数据
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 836,
"isNewMemberCount": 970,
"isAppVisitCount": 996,
"isNewInviterCount": 304,
"isMobileReservationCount": 554,
"orderBy": 893,
"isGenOrderNullData": 388,
"isGenAccountNullData": 239
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 815,
"accountName": "roxana.konopelski",
"brandName": "roxana.konopelski",
"totalOrderCount": 242,
"lunchFlag": 3,
"lunchOrderCount": 990,
"dinnerOrderCount": 333,
"orderAmount": 443,
"lunchOrderAmount": 691,
"dinnerOrderAmount": 499,
"receivedAmount": 673,
"lunchReceivedAmount": 278,
"dinnerReceivedAmount": 199,
"lunchGrossProfit": 244,
"dinnerGrossProfit": 290,
"grossProfit": 627,
"accountBalanceAmount": 928
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 334,
"totalPage": 112,
"page": 57,
"pageSize": 78
},
"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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 836,
"isNewMemberCount": 970,
"isAppVisitCount": 996,
"isNewInviterCount": 304,
"isMobileReservationCount": 554,
"orderBy": 893,
"isGenOrderNullData": 388,
"isGenAccountNullData": 239
}'1.6. 按年统计品牌订单数据
Type: POST
Content-Type: application/json
Description: 按年统计品牌订单数据
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 329,
"isNewMemberCount": 563,
"isAppVisitCount": 564,
"isNewInviterCount": 992,
"isMobileReservationCount": 905,
"orderBy": 307,
"isGenOrderNullData": 251,
"isGenAccountNullData": 892
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 613,
"accountName": "roxana.konopelski",
"brandName": "roxana.konopelski",
"totalOrderCount": 941,
"lunchFlag": 3,
"lunchOrderCount": 610,
"dinnerOrderCount": 436,
"orderAmount": 641,
"lunchOrderAmount": 348,
"dinnerOrderAmount": 616,
"receivedAmount": 127,
"lunchReceivedAmount": 647,
"dinnerReceivedAmount": 315,
"lunchGrossProfit": 147,
"dinnerGrossProfit": 661,
"grossProfit": 474,
"accountBalanceAmount": 509
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 226,
"totalPage": 393,
"page": 70,
"pageSize": 27
},
"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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 329,
"isNewMemberCount": 563,
"isAppVisitCount": 564,
"isNewInviterCount": 992,
"isMobileReservationCount": 905,
"orderBy": 307,
"isGenOrderNullData": 251,
"isGenAccountNullData": 892
}'1.7. 按天统计店铺订单数据
Type: POST
Content-Type: application/json
Description: 按天统计店铺订单数据
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 375,
"isNewMemberCount": 950,
"isAppVisitCount": 548,
"isNewInviterCount": 334,
"isMobileReservationCount": 278,
"orderBy": 883,
"isGenOrderNullData": 878,
"isGenAccountNullData": 994
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 471,
"shopName": "roxana.konopelski",
"totalOrderCount": 787,
"lunchFlag": 3,
"lunchOrderCount": 442,
"dinnerOrderCount": 808,
"receivedAmount": 147,
"lunchReceivedAmount": 183,
"dinnerReceivedAmount": 481,
"lunchGrossProfit": 899,
"dinnerGrossProfit": 49,
"grossProfit": 737
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 350,
"totalPage": 101,
"page": 556,
"pageSize": 761
},
"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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 375,
"isNewMemberCount": 950,
"isAppVisitCount": 548,
"isNewInviterCount": 334,
"isMobileReservationCount": 278,
"orderBy": 883,
"isGenOrderNullData": 878,
"isGenAccountNullData": 994
}'1.8. 按月统计店铺订单数据
Type: POST
Content-Type: application/json
Description: 按月统计店铺订单数据
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 970,
"isNewMemberCount": 833,
"isAppVisitCount": 190,
"isNewInviterCount": 770,
"isMobileReservationCount": 344,
"orderBy": 168,
"isGenOrderNullData": 82,
"isGenAccountNullData": 267
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 894,
"shopName": "roxana.konopelski",
"totalOrderCount": 995,
"lunchFlag": 3,
"lunchOrderCount": 9,
"dinnerOrderCount": 493,
"receivedAmount": 215,
"lunchReceivedAmount": 543,
"dinnerReceivedAmount": 671,
"lunchGrossProfit": 827,
"dinnerGrossProfit": 588,
"grossProfit": 776
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 429,
"totalPage": 763,
"page": 824,
"pageSize": 595
},
"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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 970,
"isNewMemberCount": 833,
"isAppVisitCount": 190,
"isNewInviterCount": 770,
"isMobileReservationCount": 344,
"orderBy": 168,
"isGenOrderNullData": 82,
"isGenAccountNullData": 267
}'1.9. 按年统计店铺订单数据
Type: POST
Content-Type: application/json
Description: 按年统计店铺订单数据
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 702,
"isNewMemberCount": 494,
"isAppVisitCount": 687,
"isNewInviterCount": 484,
"isMobileReservationCount": 686,
"orderBy": 237,
"isGenOrderNullData": 124,
"isGenAccountNullData": 855
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 310,
"shopName": "roxana.konopelski",
"totalOrderCount": 974,
"lunchFlag": 3,
"lunchOrderCount": 949,
"dinnerOrderCount": 222,
"receivedAmount": 995,
"lunchReceivedAmount": 175,
"dinnerReceivedAmount": 546,
"lunchGrossProfit": 963,
"dinnerGrossProfit": 973,
"grossProfit": 228
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 81,
"totalPage": 431,
"page": 399,
"pageSize": 527
},
"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": "2026-02-03 15:05:48",
"endTime": "2026-02-03 15:05:48",
"accountId": 702,
"isNewMemberCount": 494,
"isAppVisitCount": 687,
"isNewInviterCount": 484,
"isMobileReservationCount": 686,
"orderBy": 237,
"isGenOrderNullData": 124,
"isGenAccountNullData": 855
}'1.10.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 269,
"shopCount": 383,
"innerUserCount": 482,
"memberUserCount": 922
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 620,
"totalPage": 415,
"page": 810,
"pageSize": 231
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/financer/getSysInfo2. 功能权限管理
2.1. 查询权限信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询权限信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 849,
"totalPage": 129,
"page": 920,
"pageSize": 858
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/permission/info?id=767 --data '&767'2.2. 查询权限下拉列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询权限下拉列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 703,
"page": 618,
"pageSize": 242
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/permission/getSelectList2.3. 查询权限列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询权限列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 380,
"page": 423,
"pageSize": 610
},
"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:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 70,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"desc": "5rsz85",
"route": "phgjrj",
"parentId": 752,
"sysInternalId": 422,
"createAt": 772,
"updateAt": 327,
"createTime": "2026-02-03 15:05:48",
"children": [
{
"$ref": ".."
}
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 545,
"totalPage": 141,
"page": 330,
"pageSize": 428
},
"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": 70,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"desc": "5rsz85",
"route": "phgjrj",
"parentId": 752,
"sysInternalId": 422,
"createAt": 772,
"updateAt": 327,
"createTime": "2026-02-03 15:05:48",
"children": [
{
"$ref": ".."
}
]
}'2.5. 修改权限信息
Type: POST
Content-Type: application/json
Description: 修改权限信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 439,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"desc": "tjmtn8",
"route": "49rng7",
"parentId": 694,
"sysInternalId": 513,
"createAt": 462,
"updateAt": 997,
"createTime": "2026-02-03 15:05:48",
"children": [
{
"$ref": ".."
}
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 885,
"totalPage": 109,
"page": 426,
"pageSize": 712
},
"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": 439,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"desc": "tjmtn8",
"route": "49rng7",
"parentId": 694,
"sysInternalId": 513,
"createAt": 462,
"updateAt": 997,
"createTime": "2026-02-03 15:05:48",
"children": [
{
"$ref": ".."
}
]
}'2.6. 删除权限信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除权限信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 667,
"totalPage": 560,
"page": 922,
"pageSize": 444
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/permission/delete?id=207 --data '&207'3. 角色关联权限管理
3.1. 查询角色关联权限信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询角色关联权限信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 397,
"totalPage": 933,
"page": 907,
"pageSize": 647
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/rolePermission/info?id=192 --data '&192'3.2. 查询角色关联权限列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询角色关联权限列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 857,
"page": 785,
"pageSize": 720
},
"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:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 424,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"roleId": 62,
"sysPlatformId": 612,
"sysPermissionId": 716,
"sysInternalId": 803,
"createAt": 316,
"updateAt": 185
}
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 171,
"totalPage": 973,
"page": 336,
"pageSize": 258
},
"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": 424,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"roleId": 62,
"sysPlatformId": 612,
"sysPermissionId": 716,
"sysInternalId": 803,
"createAt": 316,
"updateAt": 185
}
]'3.4. 修改角色关联权限信息
Type: POST
Content-Type: application/json
Description: 修改角色关联权限信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 348,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"roleId": 946,
"sysPlatformId": 89,
"sysPermissionId": 348,
"sysInternalId": 231,
"createAt": 796,
"updateAt": 200
}
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 508,
"page": 984,
"pageSize": 609
},
"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": 348,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"roleId": 946,
"sysPlatformId": 89,
"sysPermissionId": 348,
"sysInternalId": 231,
"createAt": 796,
"updateAt": 200
}
]'3.5. 删除角色关联权限信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除角色关联权限信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 471,
"totalPage": 107,
"page": 555,
"pageSize": 189
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/rolePermission/delete?id=296 --data '&296'4. 内部用户管理
4.1. 查询单个内部用户
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个内部用户
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 607,
"page": 119,
"pageSize": 661
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/getInternalUser4.2.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 925,
"page": 116,
"pageSize": 541
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/getShopUser4.3. 根据id查询内部用户信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 根据id查询内部用户信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 154,
"totalPage": 56,
"page": 664,
"pageSize": 261
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/getInternalUserById/7574.4. 查询内部用户列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询内部用户列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 57,
"page": 621,
"pageSize": 477
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/list?status=-1&shopId=573&sysRoleId=196&startTime=0&endTime=0&sysPlatformId=200&isCheck=765&isSupplement=398&page=1&pageSize=10&keyword=&mobile=&name= --data '&""&-1&573&196&0&0&""&""&200&765&398&1&10'4.5. 创建内部用户信息
Type: POST
Content-Type: application/json
Description: 创建内部用户信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 948,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"sysPlatformId": 748,
"status": 547,
"passwordHash": "wf0846",
"type": 301,
"sysInternalId": 825,
"lastLoginAt": 940,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "pov1xp",
"sysRoleId": 62,
"accountId": 764,
"shopId": 623,
"isShopAdmin": 728,
"createAt": 770,
"updateAt": 196,
"isCheck": 916,
"isSupplement": 423,
"checkTime": "2026-02-03 15:05:49",
"checkUserId": 90,
"supplementTime": "2026-02-03 15:05:49",
"supplementUserId": 742,
"shopList": "ohjvif",
"createTime": "2026-02-03 15:05:48",
"shopName": "roxana.konopelski",
"roleName": "roxana.konopelski"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 610,
"totalPage": 52,
"page": 100,
"pageSize": 828
},
"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": 948,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"sysPlatformId": 748,
"status": 547,
"passwordHash": "wf0846",
"type": 301,
"sysInternalId": 825,
"lastLoginAt": 940,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "pov1xp",
"sysRoleId": 62,
"accountId": 764,
"shopId": 623,
"isShopAdmin": 728,
"createAt": 770,
"updateAt": 196,
"isCheck": 916,
"isSupplement": 423,
"checkTime": "2026-02-03 15:05:49",
"checkUserId": 90,
"supplementTime": "2026-02-03 15:05:49",
"supplementUserId": 742,
"shopList": "ohjvif",
"createTime": "2026-02-03 15:05:48",
"shopName": "roxana.konopelski",
"roleName": "roxana.konopelski"
}'4.6. 修改内部用户信息
Type: POST
Content-Type: application/json
Description: 修改内部用户信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 51,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"sysPlatformId": 50,
"status": 841,
"passwordHash": "wnwnmw",
"type": 727,
"sysInternalId": 245,
"lastLoginAt": 292,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "r8ewbh",
"sysRoleId": 70,
"accountId": 701,
"shopId": 407,
"isShopAdmin": 382,
"createAt": 501,
"updateAt": 628,
"isCheck": 197,
"isSupplement": 669,
"checkTime": "2026-02-03 15:05:49",
"checkUserId": 481,
"supplementTime": "2026-02-03 15:05:49",
"supplementUserId": 120,
"shopList": "b80miw",
"createTime": "2026-02-03 15:05:48",
"shopName": "roxana.konopelski",
"roleName": "roxana.konopelski"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 200,
"totalPage": 120,
"page": 523,
"pageSize": 538
},
"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": 51,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"sysPlatformId": 50,
"status": 841,
"passwordHash": "wnwnmw",
"type": 727,
"sysInternalId": 245,
"lastLoginAt": 292,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "r8ewbh",
"sysRoleId": 70,
"accountId": 701,
"shopId": 407,
"isShopAdmin": 382,
"createAt": 501,
"updateAt": 628,
"isCheck": 197,
"isSupplement": 669,
"checkTime": "2026-02-03 15:05:49",
"checkUserId": 481,
"supplementTime": "2026-02-03 15:05:49",
"supplementUserId": 120,
"shopList": "b80miw",
"createTime": "2026-02-03 15:05:48",
"shopName": "roxana.konopelski",
"roleName": "roxana.konopelski"
}'4.7.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 475,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"sysPlatformId": 224,
"status": 376,
"passwordHash": "bmrymw",
"type": 695,
"sysInternalId": 223,
"lastLoginAt": 915,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "vvq8p1",
"sysRoleId": 233,
"accountId": 796,
"shopId": 403,
"isShopAdmin": 785,
"createAt": 651,
"updateAt": 656,
"isCheck": 792,
"isSupplement": 24,
"checkTime": "2026-02-03 15:05:49",
"checkUserId": 326,
"supplementTime": "2026-02-03 15:05:49",
"supplementUserId": 878,
"shopList": "z0fiv2"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 393,
"page": 884,
"pageSize": 264
},
"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": 475,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"sysPlatformId": 224,
"status": 376,
"passwordHash": "bmrymw",
"type": 695,
"sysInternalId": 223,
"lastLoginAt": 915,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "vvq8p1",
"sysRoleId": 233,
"accountId": 796,
"shopId": 403,
"isShopAdmin": 785,
"createAt": 651,
"updateAt": 656,
"isCheck": 792,
"isSupplement": 24,
"checkTime": "2026-02-03 15:05:49",
"checkUserId": 326,
"supplementTime": "2026-02-03 15:05:49",
"supplementUserId": 878,
"shopList": "z0fiv2"
}'4.8. 删除内部用户信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除内部用户信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 590,
"totalPage": 789,
"page": 490,
"pageSize": 855
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/delete?id=548 --data '&548'4.9.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 422,
"totalPage": 492,
"page": 673,
"pageSize": 389
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/internalUser/logout4.10.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 240,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"sysPlatformId": 397,
"status": 749,
"passwordHash": "ci471v",
"type": 488,
"sysInternalId": 221,
"lastLoginAt": 331,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "mvnuge",
"sysRoleId": 872,
"accountId": 4,
"shopId": 674,
"isShopAdmin": 131,
"shopList": "7jqrle",
"isCheck": 625,
"isSupplement": 580,
"checkTime": "2026-02-03 15:05:49",
"checkUserId": 174,
"supplementTime": "2026-02-03 15:05:49",
"supplementUserId": 68,
"createAt": 42,
"updateAt": 796
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 268,
"totalPage": 330,
"page": 454,
"pageSize": 814
},
"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": 240,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"sysPlatformId": 397,
"status": 749,
"passwordHash": "ci471v",
"type": 488,
"sysInternalId": 221,
"lastLoginAt": 331,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "mvnuge",
"sysRoleId": 872,
"accountId": 4,
"shopId": 674,
"isShopAdmin": 131,
"shopList": "7jqrle",
"isCheck": 625,
"isSupplement": 580,
"checkTime": "2026-02-03 15:05:49",
"checkUserId": 174,
"supplementTime": "2026-02-03 15:05:49",
"supplementUserId": 68,
"createAt": 42,
"updateAt": 796
}'5. 内部用户角色管理
5.1. 查询用户角色信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询用户角色信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 925,
"page": 459,
"pageSize": 126
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/userRoles/info?id=396 --data '&396'5.2. 查询用户角色下拉列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询用户角色下拉列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 864,
"totalPage": 2,
"page": 680,
"pageSize": 656
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/userRoles/getSelectList5.3. 查询用户角色列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询用户角色列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 809,
"totalPage": 396,
"page": 868,
"pageSize": 546
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/userRoles/list?status=-1&type=478&startTime=0&endTime=0&page=1&pageSize=10&keyword= --data '&""&-1&478&0&0&1&10'5.4.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 9,
"totalPage": 582,
"page": 950,
"pageSize": 243
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/userRoles/roleIdentifierList5.5. 创建用户角色
Type: POST
Content-Type: application/json
Description: 创建用户角色
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 493,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"desc": "pjtj4u",
"sysPlatformId": 188,
"status": 543,
"type": 431,
"shopId": 229,
"sysInternalId": 348,
"createAt": 174,
"updateAt": 198,
"roleIdentifier": "h1l51i",
"isSysInner": 761,
"createTime": "2026-02-03 15:05:48",
"model": {
"id": 365,
"roleId": 276,
"menuId": 462,
"isParent": 753,
"sysPlatformId": 66,
"createAt": 814,
"updateAt": 617,
"childrenList": [
402
],
"parentList": [
257
]
},
"shopName": "roxana.konopelski",
"childrenList": [
284
],
"parentList": [
304
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 642,
"totalPage": 475,
"page": 804,
"pageSize": 707
},
"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": 493,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"desc": "pjtj4u",
"sysPlatformId": 188,
"status": 543,
"type": 431,
"shopId": 229,
"sysInternalId": 348,
"createAt": 174,
"updateAt": 198,
"roleIdentifier": "h1l51i",
"isSysInner": 761,
"createTime": "2026-02-03 15:05:48",
"model": {
"id": 365,
"roleId": 276,
"menuId": 462,
"isParent": 753,
"sysPlatformId": 66,
"createAt": 814,
"updateAt": 617,
"childrenList": [
402
],
"parentList": [
257
]
},
"shopName": "roxana.konopelski",
"childrenList": [
284
],
"parentList": [
304
]
}'5.6. 修改用户角色
Type: POST
Content-Type: application/json
Description: 修改用户角色
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 193,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"desc": "z1fkou",
"sysPlatformId": 650,
"status": 320,
"type": 529,
"shopId": 473,
"sysInternalId": 508,
"createAt": 216,
"updateAt": 502,
"roleIdentifier": "47p2jg",
"isSysInner": 993,
"createTime": "2026-02-03 15:05:48",
"model": {
"id": 722,
"roleId": 570,
"menuId": 569,
"isParent": 22,
"sysPlatformId": 758,
"createAt": 117,
"updateAt": 881,
"childrenList": [
898
],
"parentList": [
204
]
},
"shopName": "roxana.konopelski",
"childrenList": [
223
],
"parentList": [
649
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 15,
"page": 512,
"pageSize": 584
},
"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": 193,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"desc": "z1fkou",
"sysPlatformId": 650,
"status": 320,
"type": 529,
"shopId": 473,
"sysInternalId": 508,
"createAt": 216,
"updateAt": 502,
"roleIdentifier": "47p2jg",
"isSysInner": 993,
"createTime": "2026-02-03 15:05:48",
"model": {
"id": 722,
"roleId": 570,
"menuId": 569,
"isParent": 22,
"sysPlatformId": 758,
"createAt": 117,
"updateAt": 881,
"childrenList": [
898
],
"parentList": [
204
]
},
"shopName": "roxana.konopelski",
"childrenList": [
223
],
"parentList": [
649
]
}'5.7. 删除用户角色
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除用户角色
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 296,
"totalPage": 624,
"page": 621,
"pageSize": 921
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/userRoles/delete?id=107 --data '&107'6. 内部平台管理
6.1. 查询平台信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询平台信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 569,
"totalPage": 963,
"page": 930,
"pageSize": 943
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/platform/info?id=143 --data '&143'6.2. 查询平台信息列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询平台信息列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 225,
"totalPage": 426,
"page": 943,
"pageSize": 42
},
"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:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 85,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"expirationDate": 315,
"secret": "t2zhrn",
"status": 441,
"sysInternalId": 358,
"createAt": 681,
"updateAt": 921,
"createTime": "2026-02-03 15:05:48"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 282,
"page": 791,
"pageSize": 577
},
"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": 85,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"expirationDate": 315,
"secret": "t2zhrn",
"status": 441,
"sysInternalId": 358,
"createAt": 681,
"updateAt": 921,
"createTime": "2026-02-03 15:05:48"
}'6.4. 修改平台信息
Type: POST
Content-Type: application/json
Description: 修改平台信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 446,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"expirationDate": 180,
"secret": "ztv2a4",
"status": 639,
"sysInternalId": 815,
"createAt": 434,
"updateAt": 205,
"createTime": "2026-02-03 15:05:48"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 701,
"page": 385,
"pageSize": 115
},
"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": 446,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"expirationDate": 180,
"secret": "ztv2a4",
"status": 639,
"sysInternalId": 815,
"createAt": 434,
"updateAt": 205,
"createTime": "2026-02-03 15:05:48"
}'6.5. 删除平台信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除平台信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 326,
"totalPage": 547,
"page": 650,
"pageSize": 257
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/platform/delete?id=851 --data '&851'7. 企业员工授信记录表
7.1. 分页查询
Type: POST
Author: enc
Content-Type: application/json
Description: 分页查询
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int32 | false | 企业员工授信额度id |
productUserId | int32 | false | 企业员工id |
enterpriseId | int32 | false | 企业id |
amount | number | false | 授信额度 |
confirmTime | string | false | 确认时间 |
beforeAmount | number | false | 之前余额 |
afterAmount | number | 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": 429,
"productUserId": 104,
"enterpriseId": 956,
"amount": 410,
"confirmTime": "2026-02-03 15:05:50",
"beforeAmount": 693,
"afterAmount": 799,
"createBy": 918,
"createTime": "2026-02-03 15:05:50",
"updateBy": 689,
"updateTime": "2026-02-03 15:05:50",
"size": 898,
"current": 121
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
└─pages | int64 | 当前分页总页数 | - |
└─records | array | 分页记录列表 | - |
└─id | int32 | 企业员工授信额度id | - |
└─productUserId | int32 | 企业员工id | - |
└─enterpriseId | int32 | 企业id | - |
└─amount | number | 授信额度 | - |
└─confirmTime | string | 确认时间 | - |
└─beforeAmount | number | 之前余额 | - |
└─afterAmount | number | 之后余额 | - |
└─createBy | int32 | 创建人 | - |
└─createTime | string | 创建时间 | - |
└─updateBy | int32 | 更新人 | - |
└─updateTime | string | 更新时间 | - |
└─productUserName | string | No comments found. | - |
└─enterpriseName | string | 企业id | - |
└─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": 708,
"records": [
{
"id": 941,
"productUserId": 574,
"enterpriseId": 354,
"amount": 534,
"confirmTime": "2026-02-03 15:05:50",
"beforeAmount": 729,
"afterAmount": 263,
"createBy": 811,
"createTime": "2026-02-03 15:05:50",
"updateBy": 261,
"updateTime": "2026-02-03 15:05:50",
"productUserName": "roxana.konopelski",
"enterpriseName": "roxana.konopelski"
}
],
"total": 256,
"size": 563,
"current": 479
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 687,
"totalPage": 221,
"page": 382,
"pageSize": 2
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUserCredit/pageList --data '{
"id": 429,
"productUserId": 104,
"enterpriseId": 956,
"amount": 410,
"confirmTime": "2026-02-03 15:05:50",
"beforeAmount": 693,
"afterAmount": 799,
"createBy": 918,
"createTime": "2026-02-03 15:05:50",
"updateBy": 689,
"updateTime": "2026-02-03 15:05:50",
"size": 898,
"current": 121
}'7.2. 通过id查询企业员工授信记录表
Type: GET
Author: enc
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 通过id查询企业员工授信记录表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | id |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 78,
"totalPage": 475,
"page": 888,
"pageSize": 285
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUserCredit/3837.3. 新增或修改企业员工授信记录
Type: POST
Author: enc
Content-Type: application/json
Description: 新增或修改企业员工授信记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int32 | false | 企业员工授信额度id |
productUserId | int32 | false | 企业员工id |
enterpriseId | int32 | false | 企业id |
amount | number | false | 授信额度 |
confirmTime | string | false | 确认时间 |
beforeAmount | number | false | 之前余额 |
afterAmount | number | false | 之后余额 |
createBy | int32 | false | 创建人 |
createTime | string | false | 创建时间 |
updateBy | int32 | false | 更新人 |
updateTime | string | false | 更新时间 |
Request-body:
{
"id": 117,
"productUserId": 557,
"enterpriseId": 367,
"amount": 484,
"confirmTime": "2026-02-03 15:05:50",
"beforeAmount": 190,
"afterAmount": 656,
"createBy": 767,
"createTime": "2026-02-03 15:05:50",
"updateBy": 490,
"updateTime": "2026-02-03 15:05:50"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 942,
"page": 440,
"pageSize": 910
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUserCredit --data '{
"id": 117,
"productUserId": 557,
"enterpriseId": 367,
"amount": 484,
"confirmTime": "2026-02-03 15:05:50",
"beforeAmount": 190,
"afterAmount": 656,
"createBy": 767,
"createTime": "2026-02-03 15:05:50",
"updateBy": 490,
"updateTime": "2026-02-03 15:05:50"
}'7.4. 批量给员工授信
Type: POST
Author: enc
Content-Type: application/json
Description: 批量给员工授信
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int32 | false | 企业员工授信额度id |
productUserId | int32 | false | 企业员工id |
enterpriseId | int32 | false | 企业id |
amount | number | false | 授信额度 |
confirmTime | string | false | 确认时间 |
beforeAmount | number | false | 之前余额 |
afterAmount | number | false | 之后余额 |
createBy | int32 | false | 创建人 |
createTime | string | false | 创建时间 |
updateBy | int32 | false | 更新人 |
updateTime | string | false | 更新时间 |
Request-body:
[
{
"id": 214,
"productUserId": 559,
"enterpriseId": 54,
"amount": 495,
"confirmTime": "2026-02-03 15:05:50",
"beforeAmount": 772,
"afterAmount": 777,
"createBy": 951,
"createTime": "2026-02-03 15:05:50",
"updateBy": 395,
"updateTime": "2026-02-03 15:05:50"
}
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 382,
"page": 127,
"pageSize": 521
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUserCredit/batchSave --data '[
{
"id": 214,
"productUserId": 559,
"enterpriseId": 54,
"amount": 495,
"confirmTime": "2026-02-03 15:05:50",
"beforeAmount": 772,
"afterAmount": 777,
"createBy": 951,
"createTime": "2026-02-03 15:05:50",
"updateBy": 395,
"updateTime": "2026-02-03 15:05:50"
}
]'7.5. 查询企业剩余可授信额度
Type: GET
Author: enc
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询企业剩余可授信额度
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
enterpriseId | int32 | true | 企业ID |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 869,
"totalPage": 562,
"page": 265,
"pageSize": 60
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUserCredit/getAvailableAmount/4667.6. 删除企业员工授信记录
Type: DELETE
Author: enc
Content-Type: application/json
Description: 删除企业员工授信记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | array | false | id列表,[array of int32] |
Request-body:
[
551
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 847,
"totalPage": 886,
"page": 110,
"pageSize": 95
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X DELETE -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUserCredit --data '[
551
]'8. 账户余额统计接口
8.1. 按天统计账户余额
Type: POST
Author: enc
Content-Type: application/json
Description: 按天统计账户余额
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
startDate | string | false | 开始日期(格式:yyyy-MM-dd) |
endDate | string | false | 结束日期(格式:yyyy-MM-dd) |
accountId | int32 | false | 账户ID(品牌ID,可选,为null时查询所有账户) |
Request-body:
{
"startDate": "2026-02-03",
"endDate": "2026-02-03",
"accountId": 97
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 500,
"accountName": "roxana.konopelski",
"brandName": "roxana.konopelski",
"snapshotDate": "2026-02-03",
"amount": 146,
"lunchAmount": 729,
"totalAmount": 542
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 776,
"totalPage": 876,
"page": 195,
"pageSize": 754
},
"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": "2026-02-03",
"endDate": "2026-02-03",
"accountId": 97
}'8.2. 按月统计账户余额
Type: POST
Author: enc
Content-Type: application/json
Description: 按月统计账户余额
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
startDate | string | false | 开始日期(格式:yyyy-MM-dd) |
endDate | string | false | 结束日期(格式:yyyy-MM-dd) |
accountId | int32 | false | 账户ID(品牌ID,可选,为null时查询所有账户) |
Request-body:
{
"startDate": "2026-02-03",
"endDate": "2026-02-03",
"accountId": 677
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 698,
"accountName": "roxana.konopelski",
"brandName": "roxana.konopelski",
"snapshotDate": "2026-02-03",
"amount": 956,
"lunchAmount": 355,
"totalAmount": 256
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 678,
"totalPage": 497,
"page": 251,
"pageSize": 36
},
"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": "2026-02-03",
"endDate": "2026-02-03",
"accountId": 677
}'8.3. 按年统计账户余额
Type: POST
Author: enc
Content-Type: application/json
Description: 按年统计账户余额
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
startDate | string | false | 开始日期(格式:yyyy-MM-dd) |
endDate | string | false | 结束日期(格式:yyyy-MM-dd) |
accountId | int32 | false | 账户ID(品牌ID,可选,为null时查询所有账户) |
Request-body:
{
"startDate": "2026-02-03",
"endDate": "2026-02-03",
"accountId": 526
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 503,
"accountName": "roxana.konopelski",
"brandName": "roxana.konopelski",
"snapshotDate": "2026-02-03",
"amount": 73,
"lunchAmount": 89,
"totalAmount": 945
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 609,
"totalPage": 761,
"page": 561,
"pageSize": 838
},
"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": "2026-02-03",
"endDate": "2026-02-03",
"accountId": 526
}'8.4. 修复历史数据:补全指定日期范围内的账户余额快照
Type: POST
Author: enc
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 修复历史数据:补全指定日期范围内的账户余额快照
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
startDate | string | true | No comments found. | ||
endDate | string | true | No comments found. | ||
accountId | int32 | false | No comments found. |
Request-body:
&2026-02-03&2026-02-03&177Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 742,
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 477,
"totalPage": 263,
"page": 490,
"pageSize": 78
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/accountBalance/repairHistoryData --data 'startDate=2026-02-03&endDate=2026-02-03&accountId=177'8.5. 修复所有历史数据:补全指定日期范围内的账户余额快照
Type: POST
Author: enc
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 修复所有历史数据:补全指定日期范围内的账户余额快照
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
startDate | string | true | No comments found. | ||
endDate | string | true | No comments found. |
Request-body:
&2026-02-03&2026-02-03Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 525,
"page": 865,
"pageSize": 792
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/accountBalance/repairAllHistoryData --data 'startDate=2026-02-03&endDate=2026-02-03'8.6. 修复订单支付流水的总余额字段(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:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
startDate | string | false | No comments found. | ||
endDate | string | false | No comments found. | ||
accountId | int32 | false | No comments found. |
Request-body:
&2026-02-03&2026-02-03&962Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 824,
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 881,
"totalPage": 269,
"page": 355,
"pageSize": 82
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/accountBalance/repairOrderPayFlowBalance --data 'startDate=2026-02-03&endDate=2026-02-03&accountId=962'8.7. 修复所有订单支付流水余额(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:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
startDate | string | false | No comments found. | ||
endDate | string | false | No comments found. |
Request-body:
&2026-02-03&2026-02-03Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 933,
"page": 939,
"pageSize": 671
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/accountBalance/repairAllOrderPayFlowBalance --data 'startDate=2026-02-03&endDate=2026-02-03'8.8. 修复所有订单毛利润
Type: POST
Author: enc
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 修复所有订单毛利润
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 534,
"totalPage": 947,
"page": 316,
"pageSize": 857
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/accountBalance/repairAllOrderPayFlowGrossProfit9. 账户管理
9.1. 查询单个账户
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个账户
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 736,
"page": 434,
"pageSize": 435
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/getAccount/8929.2. 查询账户列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询账户列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 430,
"totalPage": 782,
"page": 883,
"pageSize": 772
},
"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'9.3.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 490,
"totalPage": 27,
"page": 812,
"pageSize": 910
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/getSelectList9.4. 创建账户信息
Type: POST
Content-Type: application/json
Description: 创建账户信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 415,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 290,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "ochjqy",
"phone": "1-612-315-8441",
"amount": 646,
"discount": 118,
"externalDiscounts": 894,
"lunchFlag": 3,
"lunchAmount": 965,
"lunchDiscount": 817,
"lunchExternalDiscounts": 845,
"lunchDescribeFlag": 3,
"lunchDescribe": "kmrn74",
"inflateFlag": 3,
"quota": 994,
"threshold": 452,
"status": 287,
"bankCard": "lgswne",
"createAt": 451,
"updateAt": 878,
"cardNumber": "zgwy24",
"lunchCardNumber": "l2hqro",
"shopNumber": 479,
"brandSlogan": "1lzyxc",
"brandLogo": "3zg38o",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:50",
"openBank": "9ic48f",
"openBankName": "roxana.konopelski",
"contractFile": "ja9ybi",
"fireFightingFile": "plmcvt",
"legalFile": "k61128",
"brandHistory": "6pp64m",
"brandIntroduce": "tprpea",
"files": [
{
"id": 290,
"accountId": 199,
"type": 934,
"path": "kgrzh5",
"createAt": 383,
"updateAt": 419,
"createBy": 559,
"createTime": "2026-02-03 15:05:50",
"updateBy": 141,
"updateTime": "2026-02-03 15:05:50"
}
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 553,
"totalPage": 918,
"page": 369,
"pageSize": 11
},
"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": 415,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 290,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "ochjqy",
"phone": "1-612-315-8441",
"amount": 646,
"discount": 118,
"externalDiscounts": 894,
"lunchFlag": 3,
"lunchAmount": 965,
"lunchDiscount": 817,
"lunchExternalDiscounts": 845,
"lunchDescribeFlag": 3,
"lunchDescribe": "kmrn74",
"inflateFlag": 3,
"quota": 994,
"threshold": 452,
"status": 287,
"bankCard": "lgswne",
"createAt": 451,
"updateAt": 878,
"cardNumber": "zgwy24",
"lunchCardNumber": "l2hqro",
"shopNumber": 479,
"brandSlogan": "1lzyxc",
"brandLogo": "3zg38o",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:50",
"openBank": "9ic48f",
"openBankName": "roxana.konopelski",
"contractFile": "ja9ybi",
"fireFightingFile": "plmcvt",
"legalFile": "k61128",
"brandHistory": "6pp64m",
"brandIntroduce": "tprpea",
"files": [
{
"id": 290,
"accountId": 199,
"type": 934,
"path": "kgrzh5",
"createAt": 383,
"updateAt": 419,
"createBy": 559,
"createTime": "2026-02-03 15:05:50",
"updateBy": 141,
"updateTime": "2026-02-03 15:05:50"
}
]
}'9.5.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
&""&roxana.konopelski&uoi18j&616Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 672,
"totalPage": 447,
"page": 312,
"pageSize": 252
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/createShopAndUser --data 'name=roxana.konopelski&passwordHash=uoi18j&accountId=616&mobile='9.6. 修改账户信息
Type: POST
Content-Type: application/json
Description: 修改账户信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 374,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 574,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "jx8z02",
"phone": "1-612-315-8441",
"amount": 763,
"discount": 804,
"externalDiscounts": 560,
"lunchFlag": 3,
"lunchAmount": 935,
"lunchDiscount": 822,
"lunchExternalDiscounts": 868,
"lunchDescribeFlag": 3,
"lunchDescribe": "haijlv",
"inflateFlag": 3,
"quota": 114,
"threshold": 341,
"status": 281,
"bankCard": "ptow2a",
"createAt": 72,
"updateAt": 11,
"cardNumber": "vpse0j",
"lunchCardNumber": "ax155e",
"shopNumber": 968,
"brandSlogan": "a16nk8",
"brandLogo": "kh4fog",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:50",
"openBank": "04jlcz",
"openBankName": "roxana.konopelski",
"contractFile": "858mad",
"fireFightingFile": "mpfuro",
"legalFile": "lg5cni",
"brandHistory": "9wbl6o",
"brandIntroduce": "jrelag",
"files": [
{
"id": 998,
"accountId": 982,
"type": 763,
"path": "44agrc",
"createAt": 700,
"updateAt": 962,
"createBy": 42,
"createTime": "2026-02-03 15:05:50",
"updateBy": 733,
"updateTime": "2026-02-03 15:05:50"
}
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 656,
"page": 175,
"pageSize": 262
},
"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": 374,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 574,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "jx8z02",
"phone": "1-612-315-8441",
"amount": 763,
"discount": 804,
"externalDiscounts": 560,
"lunchFlag": 3,
"lunchAmount": 935,
"lunchDiscount": 822,
"lunchExternalDiscounts": 868,
"lunchDescribeFlag": 3,
"lunchDescribe": "haijlv",
"inflateFlag": 3,
"quota": 114,
"threshold": 341,
"status": 281,
"bankCard": "ptow2a",
"createAt": 72,
"updateAt": 11,
"cardNumber": "vpse0j",
"lunchCardNumber": "ax155e",
"shopNumber": 968,
"brandSlogan": "a16nk8",
"brandLogo": "kh4fog",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:50",
"openBank": "04jlcz",
"openBankName": "roxana.konopelski",
"contractFile": "858mad",
"fireFightingFile": "mpfuro",
"legalFile": "lg5cni",
"brandHistory": "9wbl6o",
"brandIntroduce": "jrelag",
"files": [
{
"id": 998,
"accountId": 982,
"type": 763,
"path": "44agrc",
"createAt": 700,
"updateAt": 962,
"createBy": 42,
"createTime": "2026-02-03 15:05:50",
"updateBy": 733,
"updateTime": "2026-02-03 15:05:50"
}
]
}'9.7.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 37,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 718,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "q5g723",
"phone": "1-612-315-8441",
"amount": 310,
"discount": 694,
"externalDiscounts": 557,
"lunchFlag": 3,
"lunchAmount": 439,
"lunchDiscount": 496,
"lunchExternalDiscounts": 646,
"lunchDescribeFlag": 3,
"lunchDescribe": "hemuet",
"inflateFlag": 3,
"quota": 886,
"threshold": 59,
"status": 173,
"bankCard": "4zw0dm",
"createAt": 909,
"updateAt": 608,
"cardNumber": "6myzdv",
"lunchCardNumber": "c09due",
"shopNumber": 990,
"brandSlogan": "gjz27t",
"brandLogo": "g3qmsx",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:50",
"openBank": "nt4tb3",
"openBankName": "roxana.konopelski",
"contractFile": "rbfayd",
"fireFightingFile": "pa0ieb",
"legalFile": "0ttvsq",
"brandHistory": "q0ane6",
"brandIntroduce": "1jqj5c"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 549,
"totalPage": 34,
"page": 91,
"pageSize": 921
},
"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": 37,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 718,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "q5g723",
"phone": "1-612-315-8441",
"amount": 310,
"discount": 694,
"externalDiscounts": 557,
"lunchFlag": 3,
"lunchAmount": 439,
"lunchDiscount": 496,
"lunchExternalDiscounts": 646,
"lunchDescribeFlag": 3,
"lunchDescribe": "hemuet",
"inflateFlag": 3,
"quota": 886,
"threshold": 59,
"status": 173,
"bankCard": "4zw0dm",
"createAt": 909,
"updateAt": 608,
"cardNumber": "6myzdv",
"lunchCardNumber": "c09due",
"shopNumber": 990,
"brandSlogan": "gjz27t",
"brandLogo": "g3qmsx",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:50",
"openBank": "nt4tb3",
"openBankName": "roxana.konopelski",
"contractFile": "rbfayd",
"fireFightingFile": "pa0ieb",
"legalFile": "0ttvsq",
"brandHistory": "q0ane6",
"brandIntroduce": "1jqj5c"
}'9.8. 充值账户
Type: POST
Content-Type: application/json
Description: 充值账户
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 750,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 99,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "pyf7yc",
"phone": "1-612-315-8441",
"amount": 778,
"discount": 769,
"externalDiscounts": 590,
"lunchFlag": 3,
"lunchAmount": 128,
"lunchDiscount": 654,
"lunchExternalDiscounts": 419,
"lunchDescribeFlag": 3,
"lunchDescribe": "pkbsgv",
"inflateFlag": 3,
"quota": 473,
"threshold": 874,
"status": 608,
"bankCard": "xkquz8",
"createAt": 257,
"updateAt": 494,
"cardNumber": "nqig3k",
"lunchCardNumber": "0k2mp2",
"shopNumber": 852,
"brandSlogan": "z9vkw4",
"brandLogo": "d588f9",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:50",
"openBank": "i5umfo",
"openBankName": "roxana.konopelski",
"contractFile": "p3fpfr",
"fireFightingFile": "jy21ta",
"legalFile": "olnzdh",
"brandHistory": "31jvgn",
"brandIntroduce": "awj3ci",
"shopList": [
{
"id": 815,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "99xko9",
"auditStatus": 146,
"accountId": 476,
"businessHours": "rvk94q",
"specialBusinessHours": "nps8bk",
"point": 745,
"tags": "iczlu8",
"serviceFacilities": "neo2jn",
"featuredServices": "g7e76a",
"status": 799,
"reservationAmount": 235,
"category": "8run53",
"price": 994,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "g7e2z2",
"preType": 51,
"days": 846,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "0dzu5a",
"latitude": 82.41,
"longitude": 11.25,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 247,
"metro": "rp7qt5",
"metroInfo": "5ikmsi",
"tradeArea": "5zwuns",
"listingTime": 146,
"reservePhone": "1-612-315-8441",
"banner": "dovlj4",
"activity": "9npt1m",
"detailsImg": "p0mrcx",
"leaderName": "roxana.konopelski",
"createBy": 533,
"createAt": 887,
"updateBy": 479,
"updateAt": 709,
"externalDiscounts": 599,
"lunchExternalDiscounts": 362,
"lunchFlag": 3,
"info": "r7olge"
}
],
"type": 904
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 613,
"totalPage": 732,
"page": 64,
"pageSize": 344
},
"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": 750,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 99,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "pyf7yc",
"phone": "1-612-315-8441",
"amount": 778,
"discount": 769,
"externalDiscounts": 590,
"lunchFlag": 3,
"lunchAmount": 128,
"lunchDiscount": 654,
"lunchExternalDiscounts": 419,
"lunchDescribeFlag": 3,
"lunchDescribe": "pkbsgv",
"inflateFlag": 3,
"quota": 473,
"threshold": 874,
"status": 608,
"bankCard": "xkquz8",
"createAt": 257,
"updateAt": 494,
"cardNumber": "nqig3k",
"lunchCardNumber": "0k2mp2",
"shopNumber": 852,
"brandSlogan": "z9vkw4",
"brandLogo": "d588f9",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:50",
"openBank": "i5umfo",
"openBankName": "roxana.konopelski",
"contractFile": "p3fpfr",
"fireFightingFile": "jy21ta",
"legalFile": "olnzdh",
"brandHistory": "31jvgn",
"brandIntroduce": "awj3ci",
"shopList": [
{
"id": 815,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "99xko9",
"auditStatus": 146,
"accountId": 476,
"businessHours": "rvk94q",
"specialBusinessHours": "nps8bk",
"point": 745,
"tags": "iczlu8",
"serviceFacilities": "neo2jn",
"featuredServices": "g7e76a",
"status": 799,
"reservationAmount": 235,
"category": "8run53",
"price": 994,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "g7e2z2",
"preType": 51,
"days": 846,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "0dzu5a",
"latitude": 82.41,
"longitude": 11.25,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 247,
"metro": "rp7qt5",
"metroInfo": "5ikmsi",
"tradeArea": "5zwuns",
"listingTime": 146,
"reservePhone": "1-612-315-8441",
"banner": "dovlj4",
"activity": "9npt1m",
"detailsImg": "p0mrcx",
"leaderName": "roxana.konopelski",
"createBy": 533,
"createAt": 887,
"updateBy": 479,
"updateAt": 709,
"externalDiscounts": 599,
"lunchExternalDiscounts": 362,
"lunchFlag": 3,
"info": "r7olge"
}
],
"type": 904
}'9.9. 删除账户信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除账户信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 916,
"totalPage": 904,
"page": 255,
"pageSize": 886
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/account/delete?id=780 --data '&780'9.10. 批量更新账号下店铺对外折扣
Type: POST
Content-Type: application/json
Description: 批量更新账号下店铺对外折扣
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 865,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 647,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "28zjyc",
"phone": "1-612-315-8441",
"amount": 185,
"discount": 774,
"externalDiscounts": 606,
"lunchFlag": 3,
"lunchAmount": 270,
"lunchDiscount": 775,
"lunchExternalDiscounts": 30,
"lunchDescribeFlag": 3,
"lunchDescribe": "7zt6f6",
"inflateFlag": 3,
"quota": 946,
"threshold": 77,
"status": 287,
"bankCard": "l45vqt",
"createAt": 295,
"updateAt": 21,
"cardNumber": "1wscp5",
"lunchCardNumber": "jwng9q",
"shopNumber": 303,
"brandSlogan": "025qgf",
"brandLogo": "y0vlub",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:51",
"openBank": "f3vaqj",
"openBankName": "roxana.konopelski",
"contractFile": "w9lw2a",
"fireFightingFile": "2vusxl",
"legalFile": "dhw57n",
"brandHistory": "8r7w0o",
"brandIntroduce": "ts8tlp"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 489,
"page": 922,
"pageSize": 871
},
"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": 865,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 647,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "28zjyc",
"phone": "1-612-315-8441",
"amount": 185,
"discount": 774,
"externalDiscounts": 606,
"lunchFlag": 3,
"lunchAmount": 270,
"lunchDiscount": 775,
"lunchExternalDiscounts": 30,
"lunchDescribeFlag": 3,
"lunchDescribe": "7zt6f6",
"inflateFlag": 3,
"quota": 946,
"threshold": 77,
"status": 287,
"bankCard": "l45vqt",
"createAt": 295,
"updateAt": 21,
"cardNumber": "1wscp5",
"lunchCardNumber": "jwng9q",
"shopNumber": 303,
"brandSlogan": "025qgf",
"brandLogo": "y0vlub",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:51",
"openBank": "f3vaqj",
"openBankName": "roxana.konopelski",
"contractFile": "w9lw2a",
"fireFightingFile": "2vusxl",
"legalFile": "dhw57n",
"brandHistory": "8r7w0o",
"brandIntroduce": "ts8tlp"
}'9.11. 批量更新店铺对外折扣
Type: POST
Content-Type: application/json
Description: 批量更新店铺对外折扣
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 622,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "mrnw0n",
"auditStatus": 950,
"accountId": 653,
"businessHours": "tbgpcn",
"specialBusinessHours": "jq22t7",
"point": 529,
"tags": "zcfpsw",
"serviceFacilities": "3q2ycb",
"featuredServices": "490n2w",
"status": 52,
"reservationAmount": 533,
"category": "vogmmm",
"price": 284,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "waakfl",
"preType": 572,
"days": 451,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "zbrrx8",
"latitude": 50.38,
"longitude": 50.68,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 228,
"metro": "4a4uh4",
"metroInfo": "dxr19e",
"tradeArea": "l2m4cu",
"listingTime": 777,
"reservePhone": "1-612-315-8441",
"banner": "ka6unk",
"activity": "rscyhw",
"detailsImg": "2o3n8q",
"leaderName": "roxana.konopelski",
"createBy": 536,
"createAt": 816,
"updateBy": 344,
"updateAt": 911,
"externalDiscounts": 485,
"lunchExternalDiscounts": 769,
"lunchFlag": 3,
"info": "qt25bm"
}
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 843,
"totalPage": 227,
"page": 527,
"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_/account/batchUpdateShopDiscount --data '[
{
"id": 622,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "mrnw0n",
"auditStatus": 950,
"accountId": 653,
"businessHours": "tbgpcn",
"specialBusinessHours": "jq22t7",
"point": 529,
"tags": "zcfpsw",
"serviceFacilities": "3q2ycb",
"featuredServices": "490n2w",
"status": 52,
"reservationAmount": 533,
"category": "vogmmm",
"price": 284,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "waakfl",
"preType": 572,
"days": 451,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "zbrrx8",
"latitude": 50.38,
"longitude": 50.68,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 228,
"metro": "4a4uh4",
"metroInfo": "dxr19e",
"tradeArea": "l2m4cu",
"listingTime": 777,
"reservePhone": "1-612-315-8441",
"banner": "ka6unk",
"activity": "rscyhw",
"detailsImg": "2o3n8q",
"leaderName": "roxana.konopelski",
"createBy": 536,
"createAt": 816,
"updateBy": 344,
"updateAt": 911,
"externalDiscounts": 485,
"lunchExternalDiscounts": 769,
"lunchFlag": 3,
"info": "qt25bm"
}
]'10. 活动管理
10.1. 查询单个活动-基本信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个活动-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 914,
"totalPage": 353,
"page": 512,
"pageSize": 109
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activity/getActivity/23110.2. 查询活动列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询活动列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 712,
"page": 575,
"pageSize": 494
},
"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'10.3. 创建活动信息
Type: POST
Content-Type: application/json
Description: 创建活动信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 213,
"status": 242,
"name": "roxana.konopelski",
"desc": "ld9eae",
"amount": 660,
"couponId": 86,
"num": 123,
"createAt": 217,
"updateAt": 563,
"coupon": {
"id": 245,
"name": "roxana.konopelski",
"type": 521,
"code": "13809",
"amount": 672,
"conditionAmount": 974,
"validDay": 776,
"image": "oee7x7",
"createAt": 750,
"updateAt": 457
},
"shopIdList": [
488
],
"shopList": [
{
"id": 914,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "hponqj",
"auditStatus": 277,
"accountId": 245,
"businessHours": "ciev1f",
"specialBusinessHours": "s3jnv5",
"point": 179,
"tags": "jk7w1x",
"serviceFacilities": "8egjgi",
"featuredServices": "ao479u",
"status": 101,
"reservationAmount": 756,
"category": "vfg7jc",
"price": 95,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "85xpae",
"preType": 433,
"days": 976,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "zq5y9z",
"latitude": 3.85,
"longitude": 12.87,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 527,
"metro": "shxak2",
"metroInfo": "lqo3qb",
"tradeArea": "1wyqa7",
"listingTime": 779,
"reservePhone": "1-612-315-8441",
"banner": "09hyvm",
"activity": "4ctpbk",
"detailsImg": "fq95qd",
"leaderName": "roxana.konopelski",
"createBy": 98,
"createAt": 163,
"updateBy": 816,
"updateAt": 926,
"externalDiscounts": 928,
"lunchExternalDiscounts": 916,
"lunchFlag": 3,
"info": "r30llv"
}
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 297,
"totalPage": 964,
"page": 115,
"pageSize": 225
},
"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": 213,
"status": 242,
"name": "roxana.konopelski",
"desc": "ld9eae",
"amount": 660,
"couponId": 86,
"num": 123,
"createAt": 217,
"updateAt": 563,
"coupon": {
"id": 245,
"name": "roxana.konopelski",
"type": 521,
"code": "13809",
"amount": 672,
"conditionAmount": 974,
"validDay": 776,
"image": "oee7x7",
"createAt": 750,
"updateAt": 457
},
"shopIdList": [
488
],
"shopList": [
{
"id": 914,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "hponqj",
"auditStatus": 277,
"accountId": 245,
"businessHours": "ciev1f",
"specialBusinessHours": "s3jnv5",
"point": 179,
"tags": "jk7w1x",
"serviceFacilities": "8egjgi",
"featuredServices": "ao479u",
"status": 101,
"reservationAmount": 756,
"category": "vfg7jc",
"price": 95,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "85xpae",
"preType": 433,
"days": 976,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "zq5y9z",
"latitude": 3.85,
"longitude": 12.87,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 527,
"metro": "shxak2",
"metroInfo": "lqo3qb",
"tradeArea": "1wyqa7",
"listingTime": 779,
"reservePhone": "1-612-315-8441",
"banner": "09hyvm",
"activity": "4ctpbk",
"detailsImg": "fq95qd",
"leaderName": "roxana.konopelski",
"createBy": 98,
"createAt": 163,
"updateBy": 816,
"updateAt": 926,
"externalDiscounts": 928,
"lunchExternalDiscounts": 916,
"lunchFlag": 3,
"info": "r30llv"
}
]
}'10.4. 修改活动信息
Type: POST
Content-Type: application/json
Description: 修改活动信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 803,
"status": 997,
"name": "roxana.konopelski",
"desc": "5v6ikj",
"amount": 489,
"couponId": 13,
"num": 10,
"createAt": 994,
"updateAt": 421,
"coupon": {
"id": 621,
"name": "roxana.konopelski",
"type": 953,
"code": "13809",
"amount": 203,
"conditionAmount": 672,
"validDay": 315,
"image": "luynrq",
"createAt": 262,
"updateAt": 44
},
"shopIdList": [
338
],
"shopList": [
{
"id": 761,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "tmhgrt",
"auditStatus": 821,
"accountId": 316,
"businessHours": "4bkbb8",
"specialBusinessHours": "apj508",
"point": 454,
"tags": "5v2jbo",
"serviceFacilities": "x6d9ur",
"featuredServices": "sda33y",
"status": 399,
"reservationAmount": 656,
"category": "zyydaa",
"price": 633,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "z9kd6e",
"preType": 353,
"days": 0,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "v5xjav",
"latitude": 7.64,
"longitude": 83.12,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 637,
"metro": "whqpah",
"metroInfo": "ort2sn",
"tradeArea": "sxtc1o",
"listingTime": 568,
"reservePhone": "1-612-315-8441",
"banner": "a029v5",
"activity": "qj4k0z",
"detailsImg": "6ecfwf",
"leaderName": "roxana.konopelski",
"createBy": 938,
"createAt": 167,
"updateBy": 617,
"updateAt": 357,
"externalDiscounts": 177,
"lunchExternalDiscounts": 622,
"lunchFlag": 3,
"info": "9a9n3v"
}
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 328,
"totalPage": 237,
"page": 388,
"pageSize": 924
},
"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": 803,
"status": 997,
"name": "roxana.konopelski",
"desc": "5v6ikj",
"amount": 489,
"couponId": 13,
"num": 10,
"createAt": 994,
"updateAt": 421,
"coupon": {
"id": 621,
"name": "roxana.konopelski",
"type": 953,
"code": "13809",
"amount": 203,
"conditionAmount": 672,
"validDay": 315,
"image": "luynrq",
"createAt": 262,
"updateAt": 44
},
"shopIdList": [
338
],
"shopList": [
{
"id": 761,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "tmhgrt",
"auditStatus": 821,
"accountId": 316,
"businessHours": "4bkbb8",
"specialBusinessHours": "apj508",
"point": 454,
"tags": "5v2jbo",
"serviceFacilities": "x6d9ur",
"featuredServices": "sda33y",
"status": 399,
"reservationAmount": 656,
"category": "zyydaa",
"price": 633,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "z9kd6e",
"preType": 353,
"days": 0,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "v5xjav",
"latitude": 7.64,
"longitude": 83.12,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 637,
"metro": "whqpah",
"metroInfo": "ort2sn",
"tradeArea": "sxtc1o",
"listingTime": 568,
"reservePhone": "1-612-315-8441",
"banner": "a029v5",
"activity": "qj4k0z",
"detailsImg": "6ecfwf",
"leaderName": "roxana.konopelski",
"createBy": 938,
"createAt": 167,
"updateBy": 617,
"updateAt": 357,
"externalDiscounts": 177,
"lunchExternalDiscounts": 622,
"lunchFlag": 3,
"info": "9a9n3v"
}
]
}'10.5. 删除活动信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除活动信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 168,
"totalPage": 965,
"page": 137,
"pageSize": 65
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activity/delete?id=205 --data '&205'11. 代金券活动管理
11.1. 查询单个代金券活动-基本信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个代金券活动-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 82,
"name": "roxana.konopelski",
"status": 965,
"type": 971,
"cover": "5ucgbi",
"background": "2ig46t",
"shareTitle": "jqpk4l",
"shareCover": "dneqyh",
"startTime": "2026-02-03 15:05:51",
"endTime": "2026-02-03 15:05:51",
"contentImage": "9djyds",
"describe": "syesp9",
"isAllPart": 63,
"dayNumber": 478,
"frequency": 436,
"forwardFrequency": 939,
"isValid": 541,
"voucherStartTime": "2026-02-03 15:05:51",
"voucherEndTime": "2026-02-03 15:05:51",
"applyType": 68,
"createAt": 137,
"updateAt": 495,
"activityVoucherType": 492,
"isDetailsImage": 67,
"detailsImage": "k4w8o2",
"adImage": "89pghl",
"activityDescribe": "i0xa8a",
"createBy": 711,
"createTime": "2026-02-03 15:05:51",
"updateBy": 6,
"updateTime": "2026-02-03 15:05:51",
"voucherList": [
{
"id": 423,
"activityId": 101,
"amount": 32,
"totalNumber": 508,
"stock": 661,
"conditionAmount": 802,
"limitNumber": 237,
"useTimeType": 379,
"probability": 84.45,
"activityVoucherType": 358,
"purchasePrice": 151,
"currPurchasePrice": 902,
"createAt": 432,
"updateAt": 54,
"name": "roxana.konopelski",
"description": "8sxv47",
"img": "aid9xh",
"label": "05d4r0",
"useDescriptionImg": "ltkdf9",
"donateGoods": "q6iubj",
"discount": 408,
"discountAmount": 767,
"styleType": 522,
"amountDescription": "lwmvcr",
"foodImg": "6qja9j",
"createBy": 405,
"createTime": "2026-02-03 15:05:51",
"updateBy": 453,
"updateTime": "2026-02-03 15:05:51",
"sysVoucherFoodList": [
{
"id": 46,
"voucherId": 46,
"foodName": "roxana.konopelski",
"quantity": 781,
"price": 819,
"description": "tpbjjs",
"img": "vkdcsw",
"createBy": 645,
"createTime": "2026-02-03 15:05:51",
"updateBy": 193,
"updateTime": "2026-02-03 15:05:51"
}
],
"activityName": "roxana.konopelski",
"shopCount": 72,
"brandName": "roxana.konopelski"
}
],
"shopIdList": [
463
],
"myFrequency": 390,
"voucherDescribeList": [
{
"id": 680,
"activityVoucherId": 906,
"discountLabel": "czku60",
"discountRatio": "aoa8qh",
"discountPrice": "5iznds",
"oldPrice": "m90e3b",
"activityDescribe": "xt6dd5",
"createBy": 47,
"createTime": "2026-02-03 15:05:51",
"updateBy": 15,
"updateTime": "2026-02-03 15:05:51"
}
]
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 341,
"totalPage": 291,
"page": 808,
"pageSize": 488
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/getActivityVoucher/42511.2. 查询代金券活动领券记录
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询代金券活动领券记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 514,
"totalPage": 314,
"page": 679,
"pageSize": 461
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/getUserRecordByActivityId/88911.3. 查询代金券活动领券记录统计数据
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询代金券活动领券记录统计数据
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 811,
"page": 485,
"pageSize": 289
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/getUserRecordDataByActivityId/73011.4.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "roxana.konopelski",
"status": [
990
],
"activityVoucherType": 29,
"startTime": "2026-02-03 15:05:51",
"endTime": "2026-02-03 15:05:51",
"id": 800,
"latitude": 6.02,
"longitude": 5.21,
"distance": 35.04,
"size": 613,
"current": 46,
"showQuantity": 516
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 872,
"totalPage": 696,
"page": 529,
"pageSize": 506
},
"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": "roxana.konopelski",
"status": [
990
],
"activityVoucherType": 29,
"startTime": "2026-02-03 15:05:51",
"endTime": "2026-02-03 15:05:51",
"id": 800,
"latitude": 6.02,
"longitude": 5.21,
"distance": 35.04,
"size": 613,
"current": 46,
"showQuantity": 516
}'11.5.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. | ||
shareTitle | string | true | No comments found. | ||
shareCover | string | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 867,
"totalPage": 677,
"page": 872,
"pageSize": 674
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/share?id=676&shareTitle=y6r9wv&shareCover=ha6vbd --data '&676&y6r9wv&ha6vbd'11.6. 创建代金券活动信息
Type: POST
Content-Type: application/json
Description: 创建代金券活动信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 684,
"name": "roxana.konopelski",
"status": 972,
"type": 996,
"cover": "0o1vli",
"background": "f7i4lq",
"shareTitle": "n3lvny",
"shareCover": "1s072q",
"startTime": "2026-02-03 15:05:51",
"endTime": "2026-02-03 15:05:51",
"contentImage": "xuv5t0",
"describe": "fa2usj",
"isAllPart": 822,
"dayNumber": 4,
"frequency": 356,
"forwardFrequency": 623,
"isValid": 455,
"voucherStartTime": "2026-02-03 15:05:51",
"voucherEndTime": "2026-02-03 15:05:51",
"applyType": 741,
"createAt": 518,
"updateAt": 859,
"activityVoucherType": 388,
"isDetailsImage": 67,
"detailsImage": "lehfwc",
"adImage": "psizlw",
"activityDescribe": "367w1d",
"createBy": 144,
"createTime": "2026-02-03 15:05:51",
"updateBy": 592,
"updateTime": "2026-02-03 15:05:51",
"voucherList": [
{
"id": 600,
"activityId": 191,
"amount": 581,
"totalNumber": 40,
"stock": 799,
"conditionAmount": 481,
"limitNumber": 97,
"useTimeType": 67,
"probability": 50.97,
"activityVoucherType": 792,
"purchasePrice": 339,
"currPurchasePrice": 580,
"createAt": 915,
"updateAt": 614,
"name": "roxana.konopelski",
"description": "339way",
"img": "scf277",
"label": "9dfeyd",
"useDescriptionImg": "2b08le",
"donateGoods": "4y3cx0",
"discount": 337,
"discountAmount": 566,
"styleType": 403,
"amountDescription": "r725od",
"foodImg": "seaejp",
"createBy": 924,
"createTime": "2026-02-03 15:05:51",
"updateBy": 819,
"updateTime": "2026-02-03 15:05:51",
"sysVoucherFoodList": [
{
"id": 731,
"voucherId": 57,
"foodName": "roxana.konopelski",
"quantity": 304,
"price": 632,
"description": "nxe1at",
"img": "5ze5ms",
"createBy": 757,
"createTime": "2026-02-03 15:05:51",
"updateBy": 292,
"updateTime": "2026-02-03 15:05:51"
}
],
"activityName": "roxana.konopelski",
"shopCount": 105,
"brandName": "roxana.konopelski"
}
],
"shopIdList": [
776
],
"myFrequency": 935,
"voucherDescribeList": [
{
"id": 743,
"activityVoucherId": 692,
"discountLabel": "xsxpga",
"discountRatio": "euh31i",
"discountPrice": "d2yjnm",
"oldPrice": "rrfuyt",
"activityDescribe": "vm24ar",
"createBy": 717,
"createTime": "2026-02-03 15:05:51",
"updateBy": 373,
"updateTime": "2026-02-03 15:05:51"
}
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 43,
"totalPage": 3,
"page": 338,
"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_/activityVoucher/create --data '{
"id": 684,
"name": "roxana.konopelski",
"status": 972,
"type": 996,
"cover": "0o1vli",
"background": "f7i4lq",
"shareTitle": "n3lvny",
"shareCover": "1s072q",
"startTime": "2026-02-03 15:05:51",
"endTime": "2026-02-03 15:05:51",
"contentImage": "xuv5t0",
"describe": "fa2usj",
"isAllPart": 822,
"dayNumber": 4,
"frequency": 356,
"forwardFrequency": 623,
"isValid": 455,
"voucherStartTime": "2026-02-03 15:05:51",
"voucherEndTime": "2026-02-03 15:05:51",
"applyType": 741,
"createAt": 518,
"updateAt": 859,
"activityVoucherType": 388,
"isDetailsImage": 67,
"detailsImage": "lehfwc",
"adImage": "psizlw",
"activityDescribe": "367w1d",
"createBy": 144,
"createTime": "2026-02-03 15:05:51",
"updateBy": 592,
"updateTime": "2026-02-03 15:05:51",
"voucherList": [
{
"id": 600,
"activityId": 191,
"amount": 581,
"totalNumber": 40,
"stock": 799,
"conditionAmount": 481,
"limitNumber": 97,
"useTimeType": 67,
"probability": 50.97,
"activityVoucherType": 792,
"purchasePrice": 339,
"currPurchasePrice": 580,
"createAt": 915,
"updateAt": 614,
"name": "roxana.konopelski",
"description": "339way",
"img": "scf277",
"label": "9dfeyd",
"useDescriptionImg": "2b08le",
"donateGoods": "4y3cx0",
"discount": 337,
"discountAmount": 566,
"styleType": 403,
"amountDescription": "r725od",
"foodImg": "seaejp",
"createBy": 924,
"createTime": "2026-02-03 15:05:51",
"updateBy": 819,
"updateTime": "2026-02-03 15:05:51",
"sysVoucherFoodList": [
{
"id": 731,
"voucherId": 57,
"foodName": "roxana.konopelski",
"quantity": 304,
"price": 632,
"description": "nxe1at",
"img": "5ze5ms",
"createBy": 757,
"createTime": "2026-02-03 15:05:51",
"updateBy": 292,
"updateTime": "2026-02-03 15:05:51"
}
],
"activityName": "roxana.konopelski",
"shopCount": 105,
"brandName": "roxana.konopelski"
}
],
"shopIdList": [
776
],
"myFrequency": 935,
"voucherDescribeList": [
{
"id": 743,
"activityVoucherId": 692,
"discountLabel": "xsxpga",
"discountRatio": "euh31i",
"discountPrice": "d2yjnm",
"oldPrice": "rrfuyt",
"activityDescribe": "vm24ar",
"createBy": 717,
"createTime": "2026-02-03 15:05:51",
"updateBy": 373,
"updateTime": "2026-02-03 15:05:51"
}
]
}'11.7. 修改代金券活动信息
Type: POST
Content-Type: application/json
Description: 修改代金券活动信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 466,
"name": "roxana.konopelski",
"status": 209,
"type": 445,
"cover": "zwfgo5",
"background": "fra7d9",
"shareTitle": "70ht8u",
"shareCover": "oulmea",
"startTime": "2026-02-03 15:05:51",
"endTime": "2026-02-03 15:05:51",
"contentImage": "3m3vgw",
"describe": "u3jdy3",
"isAllPart": 544,
"dayNumber": 370,
"frequency": 145,
"forwardFrequency": 342,
"isValid": 208,
"voucherStartTime": "2026-02-03 15:05:51",
"voucherEndTime": "2026-02-03 15:05:51",
"applyType": 248,
"createAt": 163,
"updateAt": 35,
"activityVoucherType": 544,
"isDetailsImage": 67,
"detailsImage": "3h55tx",
"adImage": "i6ahgh",
"activityDescribe": "gb04cb",
"createBy": 607,
"createTime": "2026-02-03 15:05:51",
"updateBy": 782,
"updateTime": "2026-02-03 15:05:51",
"voucherList": [
{
"id": 89,
"activityId": 528,
"amount": 486,
"totalNumber": 85,
"stock": 463,
"conditionAmount": 999,
"limitNumber": 366,
"useTimeType": 978,
"probability": 0.16,
"activityVoucherType": 26,
"purchasePrice": 656,
"currPurchasePrice": 12,
"createAt": 245,
"updateAt": 860,
"name": "roxana.konopelski",
"description": "ov3yhp",
"img": "z8s76b",
"label": "opg5re",
"useDescriptionImg": "s4do93",
"donateGoods": "851r2a",
"discount": 855,
"discountAmount": 472,
"styleType": 453,
"amountDescription": "5smqcy",
"foodImg": "4n2szr",
"createBy": 93,
"createTime": "2026-02-03 15:05:51",
"updateBy": 693,
"updateTime": "2026-02-03 15:05:51",
"sysVoucherFoodList": [
{
"id": 593,
"voucherId": 721,
"foodName": "roxana.konopelski",
"quantity": 269,
"price": 421,
"description": "em0f1b",
"img": "vv2sui",
"createBy": 857,
"createTime": "2026-02-03 15:05:51",
"updateBy": 44,
"updateTime": "2026-02-03 15:05:51"
}
],
"activityName": "roxana.konopelski",
"shopCount": 63,
"brandName": "roxana.konopelski"
}
],
"shopIdList": [
363
],
"myFrequency": 321,
"voucherDescribeList": [
{
"id": 307,
"activityVoucherId": 209,
"discountLabel": "8xvds1",
"discountRatio": "o9f3px",
"discountPrice": "1vwuvb",
"oldPrice": "s4uwaw",
"activityDescribe": "y3cd1l",
"createBy": 735,
"createTime": "2026-02-03 15:05:51",
"updateBy": 524,
"updateTime": "2026-02-03 15:05:51"
}
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 569,
"totalPage": 965,
"page": 172,
"pageSize": 103
},
"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": 466,
"name": "roxana.konopelski",
"status": 209,
"type": 445,
"cover": "zwfgo5",
"background": "fra7d9",
"shareTitle": "70ht8u",
"shareCover": "oulmea",
"startTime": "2026-02-03 15:05:51",
"endTime": "2026-02-03 15:05:51",
"contentImage": "3m3vgw",
"describe": "u3jdy3",
"isAllPart": 544,
"dayNumber": 370,
"frequency": 145,
"forwardFrequency": 342,
"isValid": 208,
"voucherStartTime": "2026-02-03 15:05:51",
"voucherEndTime": "2026-02-03 15:05:51",
"applyType": 248,
"createAt": 163,
"updateAt": 35,
"activityVoucherType": 544,
"isDetailsImage": 67,
"detailsImage": "3h55tx",
"adImage": "i6ahgh",
"activityDescribe": "gb04cb",
"createBy": 607,
"createTime": "2026-02-03 15:05:51",
"updateBy": 782,
"updateTime": "2026-02-03 15:05:51",
"voucherList": [
{
"id": 89,
"activityId": 528,
"amount": 486,
"totalNumber": 85,
"stock": 463,
"conditionAmount": 999,
"limitNumber": 366,
"useTimeType": 978,
"probability": 0.16,
"activityVoucherType": 26,
"purchasePrice": 656,
"currPurchasePrice": 12,
"createAt": 245,
"updateAt": 860,
"name": "roxana.konopelski",
"description": "ov3yhp",
"img": "z8s76b",
"label": "opg5re",
"useDescriptionImg": "s4do93",
"donateGoods": "851r2a",
"discount": 855,
"discountAmount": 472,
"styleType": 453,
"amountDescription": "5smqcy",
"foodImg": "4n2szr",
"createBy": 93,
"createTime": "2026-02-03 15:05:51",
"updateBy": 693,
"updateTime": "2026-02-03 15:05:51",
"sysVoucherFoodList": [
{
"id": 593,
"voucherId": 721,
"foodName": "roxana.konopelski",
"quantity": 269,
"price": 421,
"description": "em0f1b",
"img": "vv2sui",
"createBy": 857,
"createTime": "2026-02-03 15:05:51",
"updateBy": 44,
"updateTime": "2026-02-03 15:05:51"
}
],
"activityName": "roxana.konopelski",
"shopCount": 63,
"brandName": "roxana.konopelski"
}
],
"shopIdList": [
363
],
"myFrequency": 321,
"voucherDescribeList": [
{
"id": 307,
"activityVoucherId": 209,
"discountLabel": "8xvds1",
"discountRatio": "o9f3px",
"discountPrice": "1vwuvb",
"oldPrice": "s4uwaw",
"activityDescribe": "y3cd1l",
"createBy": 735,
"createTime": "2026-02-03 15:05:51",
"updateBy": 524,
"updateTime": "2026-02-03 15:05:51"
}
]
}'11.8. 删除代金券活动信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除代金券活动信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 302,
"page": 697,
"pageSize": 404
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/delete?id=618 --data '&618'11.9.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 620,
"totalPage": 956,
"page": 952,
"pageSize": 888
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/suspend/35411.10.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 75,
"page": 756,
"pageSize": 892
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/restart/46811.11. 查询当前店铺可用的套餐活动券
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询当前店铺可用的套餐活动券
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
shopId | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 688,
"activityId": 743,
"amount": 399,
"totalNumber": 770,
"stock": 783,
"conditionAmount": 554,
"limitNumber": 576,
"useTimeType": 311,
"probability": 11.01,
"activityVoucherType": 956,
"purchasePrice": 591,
"currPurchasePrice": 797,
"createAt": 785,
"updateAt": 448,
"name": "roxana.konopelski",
"description": "q3hezp",
"img": "ex3di0",
"label": "syjap5",
"useDescriptionImg": "zrua0b",
"donateGoods": "chsacc",
"discount": 257,
"discountAmount": 785,
"styleType": 570,
"amountDescription": "4dm915",
"foodImg": "b9lsp1",
"createBy": 199,
"createTime": "2026-02-03 15:05:51",
"updateBy": 925,
"updateTime": "2026-02-03 15:05:51",
"sysVoucherFoodList": [
{
"id": 445,
"voucherId": 685,
"foodName": "roxana.konopelski",
"quantity": 832,
"price": 553,
"description": "epubw2",
"img": "id1iqo",
"createBy": 975,
"createTime": "2026-02-03 15:05:51",
"updateBy": 140,
"updateTime": "2026-02-03 15:05:51"
}
],
"activityName": "roxana.konopelski",
"shopCount": 483,
"brandName": "roxana.konopelski"
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 892,
"totalPage": 680,
"page": 184,
"pageSize": 77
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/activityVoucher/getAvailablePackageVouchers/43012. 地址管理
12.1.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
city | string | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 526,
"totalPage": 185,
"page": 166,
"pageSize": 937
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/address/getSubway?city=wijxdf --data '&wijxdf'12.2.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 311,
"totalPage": 995,
"page": 278,
"pageSize": 614
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/address/getRegionDumps12.3.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | false | No comments found. | ||
name | string | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 799,
"page": 663,
"pageSize": 727
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/address/getRegion?id=629&name=roxana.konopelski --data '&629&roxana.konopelski'13. 小程序分享
13.1. 分页查询
Type: POST
Author: enc
Content-Type: application/json
Description: 分页查询
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 638,
"type": 454,
"title": "xx9y3j",
"description": "gevuva",
"img": "bae5sd",
"isEnable": 66,
"createAt": 701,
"updateAt": 710,
"createBy": 420,
"updateBy": 610,
"size": 662,
"current": 472
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 795,
"page": 96,
"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_/sysAppletShare/page --data '{
"id": 638,
"type": 454,
"title": "xx9y3j",
"description": "gevuva",
"img": "bae5sd",
"isEnable": 66,
"createAt": 701,
"updateAt": 710,
"createBy": 420,
"updateBy": 610,
"size": 662,
"current": 472
}'13.2. 通过id查询小程序分享
Type: GET
Author: enc
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 通过id查询小程序分享
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | id |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 170,
"totalPage": 995,
"page": 342,
"pageSize": 43
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysAppletShare/97313.3. 新增小程序分享
Type: POST
Author: enc
Content-Type: application/json
Description: 新增小程序分享
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 986,
"type": 698,
"title": "3rtz38",
"description": "kghkdz",
"img": "xl21uz",
"isEnable": 379,
"createAt": 212,
"updateAt": 498,
"createBy": 827,
"updateBy": 141
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 952,
"totalPage": 677,
"page": 925,
"pageSize": 134
},
"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": 986,
"type": 698,
"title": "3rtz38",
"description": "kghkdz",
"img": "xl21uz",
"isEnable": 379,
"createAt": 212,
"updateAt": 498,
"createBy": 827,
"updateBy": 141
}'13.4. 修改小程序分享
Type: PUT
Author: enc
Content-Type: application/json
Description: 修改小程序分享
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 763,
"type": 713,
"title": "2nsuj0",
"description": "6fs59s",
"img": "gqp1jk",
"isEnable": 385,
"createAt": 711,
"updateAt": 286,
"createBy": 919,
"updateBy": 416
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 478,
"totalPage": 820,
"page": 894,
"pageSize": 608
},
"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": 763,
"type": 713,
"title": "2nsuj0",
"description": "6fs59s",
"img": "gqp1jk",
"isEnable": 385,
"createAt": 711,
"updateAt": 286,
"createBy": 919,
"updateBy": 416
}'13.5. 通过id删除登录弹出窗页
Type: DELETE
Author: enc
Content-Type: application/json
Description: 通过id删除登录弹出窗页
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | array | false | id列表,[array of int32] |
Request-body:
[
308
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 402,
"page": 496,
"pageSize": 240
},
"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 '[
308
]'13.6. 启用
Type: POST
Author: enc
Content-Type: application/json
Description: 启用
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 992,
"type": 916,
"title": "341ug2",
"description": "0hus9z",
"img": "jenwhy",
"isEnable": 662,
"createAt": 372,
"updateAt": 198,
"createBy": 89,
"updateBy": 606
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 642,
"totalPage": 290,
"page": 864,
"pageSize": 156
},
"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": 992,
"type": 916,
"title": "341ug2",
"description": "0hus9z",
"img": "jenwhy",
"isEnable": 662,
"createAt": 372,
"updateAt": 198,
"createBy": 89,
"updateBy": 606
}'14. 内部审核管理
14.1. 查询单个审核
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个审核
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 322,
"totalPage": 448,
"page": 44,
"pageSize": 258
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/audit/getAudit/17014.2. 查询审核列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询审核列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 861,
"totalPage": 11,
"page": 793,
"pageSize": 784
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/audit/list?status=724&type=1&startTime=486&endTime=23&page=1&pageSize=10&keyword= --data '&""&724&1&486&23&1&10'14.3.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 33,
"totalPage": 898,
"page": 519,
"pageSize": 873
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/audit/getNotifyList14.4. 提交店铺审核信息
Type: POST
Content-Type: application/json
Description: 提交店铺审核信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 693,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "t7cl5q",
"auditStatus": 297,
"accountId": 652,
"businessHours": "p57r7y",
"specialBusinessHours": "if05nj",
"point": 535,
"tags": "52vy5t",
"serviceFacilities": "0fcd5m",
"featuredServices": "2bap2e",
"status": 65,
"reservationAmount": 535,
"category": "kbzw8d",
"price": 178,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "ny3ssx",
"preType": 821,
"days": 209,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "omwosi",
"latitude": 75.22,
"longitude": 80.09,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 590,
"metro": "7niakd",
"metroInfo": "4uwrf1",
"tradeArea": "rlrubu",
"listingTime": 589,
"reservePhone": "1-612-315-8441",
"banner": "qica80",
"activity": "bruoya",
"detailsImg": "nhnuy6",
"leaderName": "roxana.konopelski",
"createBy": 548,
"createAt": 626,
"updateBy": 458,
"updateAt": 617,
"externalDiscounts": 32,
"lunchExternalDiscounts": 473,
"lunchFlag": 3,
"info": "mc42mh"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 22,
"totalPage": 960,
"page": 633,
"pageSize": 502
},
"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": 693,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "t7cl5q",
"auditStatus": 297,
"accountId": 652,
"businessHours": "p57r7y",
"specialBusinessHours": "if05nj",
"point": 535,
"tags": "52vy5t",
"serviceFacilities": "0fcd5m",
"featuredServices": "2bap2e",
"status": 65,
"reservationAmount": 535,
"category": "kbzw8d",
"price": 178,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "ny3ssx",
"preType": 821,
"days": 209,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "omwosi",
"latitude": 75.22,
"longitude": 80.09,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 590,
"metro": "7niakd",
"metroInfo": "4uwrf1",
"tradeArea": "rlrubu",
"listingTime": 589,
"reservePhone": "1-612-315-8441",
"banner": "qica80",
"activity": "bruoya",
"detailsImg": "nhnuy6",
"leaderName": "roxana.konopelski",
"createBy": 548,
"createAt": 626,
"updateBy": 458,
"updateAt": 617,
"externalDiscounts": 32,
"lunchExternalDiscounts": 473,
"lunchFlag": 3,
"info": "mc42mh"
}'14.5.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
&roxana.konopelski&351225198401315822&mi7l9n&Leannon-Cremin&88hi21&13809&1-612-315-8441Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 361,
"totalPage": 117,
"page": 533,
"pageSize": 539
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/audit/commitPush --data 'realName=roxana.konopelski&idCard=351225198401315822&job=mi7l9n&company=Leannon-Cremin&bankCard=88hi21&bankCode=13809&reservePhone=1-612-315-8441'14.6. 修改审核已读状态
Type: POST
Content-Type: application/json
Description: 修改审核已读状态
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 376,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 271,
"objectId": 736,
"status": 924,
"reason": "ev44ne",
"readFlag": 3,
"createBy": 305,
"createAt": 113,
"updateBy": 422,
"updateAt": 841,
"info": "hmf74h"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 77,
"page": 283,
"pageSize": 975
},
"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": 376,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 271,
"objectId": 736,
"status": 924,
"reason": "ev44ne",
"readFlag": 3,
"createBy": 305,
"createAt": 113,
"updateBy": 422,
"updateAt": 841,
"info": "hmf74h"
}'14.7. 修改审核信息
Type: POST
Content-Type: application/json
Description: 修改审核信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 816,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 944,
"objectId": 420,
"status": 370,
"reason": "qwz4e0",
"readFlag": 3,
"createBy": 862,
"createAt": 810,
"updateBy": 761,
"updateAt": 604,
"info": "ec5r7f"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 739,
"totalPage": 103,
"page": 293,
"pageSize": 167
},
"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": 816,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 944,
"objectId": 420,
"status": 370,
"reason": "qwz4e0",
"readFlag": 3,
"createBy": 862,
"createAt": 810,
"updateBy": 761,
"updateAt": 604,
"info": "ec5r7f"
}'14.8. 删除审核信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除审核信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 969,
"totalPage": 478,
"page": 851,
"pageSize": 322
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/audit/delete?id=368 --data '&368'15. 内部账单管理
15.1. 查询单个账单
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个账单
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 641,
"page": 735,
"pageSize": 971
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/bill/getBill/91315.2. 查询账单列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询账单列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 747,
"page": 373,
"pageSize": 405
},
"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'15.3. 创建账单信息
Type: POST
Content-Type: application/json
Description: 创建账单信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
└─shopAvatar | 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": 66,
"objectId": 924,
"type": 516,
"parentId": 450,
"year": 798,
"month": 495,
"orderCount": 834,
"orderAmount": 284,
"lunchOrderCount": 812,
"lunchOrderAmount": 901,
"createAt": 490,
"orderList": [
{
"id": 494,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 307,
"type": 424,
"orderType": 720,
"consumeType": 759,
"status": 322,
"shopId": 29,
"mealTime": "2026-02-03",
"mealType": "h1985h",
"positionType": 1,
"peopleNum": 867,
"discount": 373,
"earnestMoney": 965,
"amount": 243,
"totalAmount": 779,
"noDiscountAmount": 112,
"actualAmount": 529,
"preAmount": 950,
"deductionAmount": 708,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 675,
"remark": "4f0mot",
"reason": "26e0o8",
"plateNum": "mp41kt",
"desc": "91nbi4",
"payType": 483,
"statFlag": 3,
"notifyFlag": 3,
"userId": 421,
"enterpriseId": 14,
"preId": 885,
"unitId": 533,
"callNum": 673,
"orderAmount": 593,
"accountAmount": 25,
"userVoucherId": 57,
"createAt": 515,
"updateAt": 496,
"deleteFlag": 3,
"createBy": 71,
"cashier": 48,
"payTime": "2026-02-03 15:05:52",
"refundTime": "2026-02-03 15:05:52",
"innerDiscount": 448,
"inflateFlag": 3,
"noDiscountAmountDiff": 193,
"grossProfit": 121,
"accountId": 227,
"voucherAmount": 564,
"normalUserVoucherId": 711,
"normalVoucherAmount": 560,
"packageVoucherOrderId": 721,
"voucherId": 143,
"voucherQuantity": 656,
"needVoucherQuantity": 436,
"useUserVoucherIds": "2",
"positionId": "182",
"authCode": "13809",
"shop": {
"id": 894,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "9dn6it",
"auditStatus": 844,
"accountId": 123,
"businessHours": "j803fa",
"specialBusinessHours": "rtxyoo",
"point": 410,
"tags": "zczc57",
"serviceFacilities": "12f2du",
"featuredServices": "y1n3ku",
"status": 873,
"reservationAmount": 166,
"category": "1l4znl",
"price": 12,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "74w5fi",
"preType": 285,
"days": 744,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "ttlshx",
"latitude": 58.58,
"longitude": 3.26,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 134,
"metro": "t83m36",
"metroInfo": "kyxi5x",
"tradeArea": "ao1khm",
"listingTime": 314,
"reservePhone": "1-612-315-8441",
"banner": "y0u3pv",
"activity": "9arz9s",
"detailsImg": "n9fk0h",
"leaderName": "roxana.konopelski",
"createBy": 500,
"createAt": 574,
"updateBy": 872,
"updateAt": 689,
"externalDiscounts": 103,
"lunchExternalDiscounts": 992,
"lunchFlag": 3,
"info": "jt3wep"
},
"name": "roxana.konopelski",
"shopName": "roxana.konopelski",
"createTime": "2026-02-03 15:05:48",
"positionName": "roxana.konopelski",
"payInfo": "78wr1d",
"notifyTime": "2026-02-03 15:05:48",
"shopAvatar": "3j8287",
"avatar": "b14aup",
"accountName": "roxana.konopelski",
"discountAmount": 361,
"activityName": "roxana.konopelski",
"account": {
"id": 927,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 129,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "tq1ls4",
"phone": "1-612-315-8441",
"amount": 802,
"discount": 679,
"externalDiscounts": 899,
"lunchFlag": 3,
"lunchAmount": 489,
"lunchDiscount": 899,
"lunchExternalDiscounts": 138,
"lunchDescribeFlag": 3,
"lunchDescribe": "rxl5b2",
"inflateFlag": 3,
"quota": 249,
"threshold": 867,
"status": 605,
"bankCard": "509zbl",
"createAt": 789,
"updateAt": 709,
"cardNumber": "8j6zh1",
"lunchCardNumber": "coq1d4",
"shopNumber": 764,
"brandSlogan": "4udt8k",
"brandLogo": "fbfoza",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:52",
"openBank": "y81iqf",
"openBankName": "roxana.konopelski",
"contractFile": "q5b9rs",
"fireFightingFile": "j7pzlz",
"legalFile": "mxr9yx",
"brandHistory": "byztw0",
"brandIntroduce": "j4ybzr"
},
"platformDiscount": 217,
"cashierName": "roxana.konopelski",
"cashierPhone": "1-612-315-8441",
"paymentPhone": "1-612-315-8441"
}
],
"createTime": "2026-02-03 15:05:48"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 144,
"totalPage": 944,
"page": 749,
"pageSize": 396
},
"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": 66,
"objectId": 924,
"type": 516,
"parentId": 450,
"year": 798,
"month": 495,
"orderCount": 834,
"orderAmount": 284,
"lunchOrderCount": 812,
"lunchOrderAmount": 901,
"createAt": 490,
"orderList": [
{
"id": 494,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 307,
"type": 424,
"orderType": 720,
"consumeType": 759,
"status": 322,
"shopId": 29,
"mealTime": "2026-02-03",
"mealType": "h1985h",
"positionType": 1,
"peopleNum": 867,
"discount": 373,
"earnestMoney": 965,
"amount": 243,
"totalAmount": 779,
"noDiscountAmount": 112,
"actualAmount": 529,
"preAmount": 950,
"deductionAmount": 708,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 675,
"remark": "4f0mot",
"reason": "26e0o8",
"plateNum": "mp41kt",
"desc": "91nbi4",
"payType": 483,
"statFlag": 3,
"notifyFlag": 3,
"userId": 421,
"enterpriseId": 14,
"preId": 885,
"unitId": 533,
"callNum": 673,
"orderAmount": 593,
"accountAmount": 25,
"userVoucherId": 57,
"createAt": 515,
"updateAt": 496,
"deleteFlag": 3,
"createBy": 71,
"cashier": 48,
"payTime": "2026-02-03 15:05:52",
"refundTime": "2026-02-03 15:05:52",
"innerDiscount": 448,
"inflateFlag": 3,
"noDiscountAmountDiff": 193,
"grossProfit": 121,
"accountId": 227,
"voucherAmount": 564,
"normalUserVoucherId": 711,
"normalVoucherAmount": 560,
"packageVoucherOrderId": 721,
"voucherId": 143,
"voucherQuantity": 656,
"needVoucherQuantity": 436,
"useUserVoucherIds": "2",
"positionId": "182",
"authCode": "13809",
"shop": {
"id": 894,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "9dn6it",
"auditStatus": 844,
"accountId": 123,
"businessHours": "j803fa",
"specialBusinessHours": "rtxyoo",
"point": 410,
"tags": "zczc57",
"serviceFacilities": "12f2du",
"featuredServices": "y1n3ku",
"status": 873,
"reservationAmount": 166,
"category": "1l4znl",
"price": 12,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "74w5fi",
"preType": 285,
"days": 744,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "ttlshx",
"latitude": 58.58,
"longitude": 3.26,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 134,
"metro": "t83m36",
"metroInfo": "kyxi5x",
"tradeArea": "ao1khm",
"listingTime": 314,
"reservePhone": "1-612-315-8441",
"banner": "y0u3pv",
"activity": "9arz9s",
"detailsImg": "n9fk0h",
"leaderName": "roxana.konopelski",
"createBy": 500,
"createAt": 574,
"updateBy": 872,
"updateAt": 689,
"externalDiscounts": 103,
"lunchExternalDiscounts": 992,
"lunchFlag": 3,
"info": "jt3wep"
},
"name": "roxana.konopelski",
"shopName": "roxana.konopelski",
"createTime": "2026-02-03 15:05:48",
"positionName": "roxana.konopelski",
"payInfo": "78wr1d",
"notifyTime": "2026-02-03 15:05:48",
"shopAvatar": "3j8287",
"avatar": "b14aup",
"accountName": "roxana.konopelski",
"discountAmount": 361,
"activityName": "roxana.konopelski",
"account": {
"id": 927,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 129,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "tq1ls4",
"phone": "1-612-315-8441",
"amount": 802,
"discount": 679,
"externalDiscounts": 899,
"lunchFlag": 3,
"lunchAmount": 489,
"lunchDiscount": 899,
"lunchExternalDiscounts": 138,
"lunchDescribeFlag": 3,
"lunchDescribe": "rxl5b2",
"inflateFlag": 3,
"quota": 249,
"threshold": 867,
"status": 605,
"bankCard": "509zbl",
"createAt": 789,
"updateAt": 709,
"cardNumber": "8j6zh1",
"lunchCardNumber": "coq1d4",
"shopNumber": 764,
"brandSlogan": "4udt8k",
"brandLogo": "fbfoza",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:52",
"openBank": "y81iqf",
"openBankName": "roxana.konopelski",
"contractFile": "q5b9rs",
"fireFightingFile": "j7pzlz",
"legalFile": "mxr9yx",
"brandHistory": "byztw0",
"brandIntroduce": "j4ybzr"
},
"platformDiscount": 217,
"cashierName": "roxana.konopelski",
"cashierPhone": "1-612-315-8441",
"paymentPhone": "1-612-315-8441"
}
],
"createTime": "2026-02-03 15:05:48"
}'15.4. 修改账单信息
Type: POST
Content-Type: application/json
Description: 修改账单信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 924,
"objectId": 985,
"type": 254,
"parentId": 388,
"year": 113,
"month": 4,
"orderCount": 484,
"orderAmount": 596,
"lunchOrderCount": 88,
"lunchOrderAmount": 289,
"createAt": 667
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 768,
"totalPage": 629,
"page": 289,
"pageSize": 54
},
"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": 924,
"objectId": 985,
"type": 254,
"parentId": 388,
"year": 113,
"month": 4,
"orderCount": 484,
"orderAmount": 596,
"lunchOrderCount": 88,
"lunchOrderAmount": 289,
"createAt": 667
}'15.5. 删除账单信息
Type: POST
Content-Type: application/json
Description: 删除账单信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | array | false | No comments found.,[array of int32] |
Request-body:
[
259
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 630,
"page": 817,
"pageSize": 93
},
"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 '[
259
]'16. 系统配置表
16.1.
Type: GET
Author: enc
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
configKey | string | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 754,
"page": 163,
"pageSize": 839
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysConfig/getSysConfig/h4tn0416.2.
Type: POST
Author: enc
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 546,
"configKey": "4hzy1j",
"configName": "roxana.konopelski",
"configDesc": "151rgo",
"configValue": "lv9f4x",
"createAt": 866,
"updateAt": 306,
"createBy": 242,
"createTime": "2026-02-03 15:05:52",
"updateBy": 260,
"updateTime": "2026-02-03 15:05:52"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 756,
"totalPage": 425,
"page": 546,
"pageSize": 851
},
"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": 546,
"configKey": "4hzy1j",
"configName": "roxana.konopelski",
"configDesc": "151rgo",
"configValue": "lv9f4x",
"createAt": 866,
"updateAt": 306,
"createBy": 242,
"createTime": "2026-02-03 15:05:52",
"updateBy": 260,
"updateTime": "2026-02-03 15:05:52"
}'16.3.
Type: POST
Author: enc
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 427,
"configKey": "56wqxj",
"configName": "roxana.konopelski",
"configDesc": "xipd0c",
"configValue": "sc911m",
"createAt": 854,
"updateAt": 553,
"createBy": 471,
"createTime": "2026-02-03 15:05:52",
"updateBy": 43,
"updateTime": "2026-02-03 15:05:52",
"size": 934,
"current": 685
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 689,
"totalPage": 118,
"page": 428,
"pageSize": 656
},
"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": 427,
"configKey": "56wqxj",
"configName": "roxana.konopelski",
"configDesc": "xipd0c",
"configValue": "sc911m",
"createAt": 854,
"updateAt": 553,
"createBy": 471,
"createTime": "2026-02-03 15:05:52",
"updateBy": 43,
"updateTime": "2026-02-03 15:05:52",
"size": 934,
"current": 685
}'17. 优惠券管理
17.1. 查询单个优惠券-基本信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个优惠券-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 146,
"page": 727,
"pageSize": 635
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/coupon/getCoupon/28817.2. 查询优惠券列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询优惠券列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 679,
"page": 208,
"pageSize": 16
},
"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'17.3. 查询优惠券下拉列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询优惠券下拉列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 424,
"totalPage": 801,
"page": 236,
"pageSize": 388
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/coupon/selectList17.4. 验券
Type: POST
Content-Type: application/json
Description: 验券
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 793,
"userId": 381,
"couponId": 95,
"code": "13809",
"status": 125,
"orderId": 197,
"startAt": 405,
"endAt": 683,
"createAt": 931,
"updateAt": 584
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 722,
"totalPage": 844,
"page": 417,
"pageSize": 127
},
"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": 793,
"userId": 381,
"couponId": 95,
"code": "13809",
"status": 125,
"orderId": 197,
"startAt": 405,
"endAt": 683,
"createAt": 931,
"updateAt": 584
}'17.5. 创建优惠券信息
Type: POST
Content-Type: application/json
Description: 创建优惠券信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 328,
"name": "roxana.konopelski",
"type": 178,
"code": "13809",
"amount": 814,
"conditionAmount": 643,
"validDay": 888,
"image": "oenrjo",
"createAt": 477,
"updateAt": 279
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 222,
"totalPage": 119,
"page": 231,
"pageSize": 350
},
"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": 328,
"name": "roxana.konopelski",
"type": 178,
"code": "13809",
"amount": 814,
"conditionAmount": 643,
"validDay": 888,
"image": "oenrjo",
"createAt": 477,
"updateAt": 279
}'17.6. 修改优惠券信息
Type: POST
Content-Type: application/json
Description: 修改优惠券信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 279,
"name": "roxana.konopelski",
"type": 242,
"code": "13809",
"amount": 420,
"conditionAmount": 153,
"validDay": 876,
"image": "udtpgo",
"createAt": 386,
"updateAt": 886
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 710,
"page": 570,
"pageSize": 473
},
"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": 279,
"name": "roxana.konopelski",
"type": 242,
"code": "13809",
"amount": 420,
"conditionAmount": 153,
"validDay": 876,
"image": "udtpgo",
"createAt": 386,
"updateAt": 886
}'17.7. 删除优惠券信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除优惠券信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 423,
"page": 948,
"pageSize": 683
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/coupon/delete?id=106 --data '&106'18. 企业管理
18.1. 查询单个企业-基本信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个企业-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 745,
"totalPage": 96,
"page": 891,
"pageSize": 921
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/enterprise/getEnterprise/84218.2. 查询企业报销单位列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询企业报销单位列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
enterpriseId | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 568,
"totalPage": 616,
"page": 147,
"pageSize": 361
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/enterprise/getReimburseUnitByEnterpriseId/28118.3.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
size | int64 | false | No comments found. |
current | int64 | false | No comments found. |
id | int32 | false | 主键编码 |
name | string | false | 名称 |
Request-body:
{
"size": 339,
"current": 704,
"id": 879,
"name": "roxana.konopelski"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
└─pages | int64 | 当前分页总页数 | - |
└─records | array | 分页记录列表 | - |
└─id | int32 | 主键编码 | - |
└─name | string | 名称 | - |
└─invitationCode | string | 邀请码 | - |
└─monthAmount | number | 月总额度 | - |
└─monthBudget | number | 月预算 | - |
└─amount | number | 余额 | - |
└─totalAmount | number | 总金额 | - |
└─userId | int32 | 企业管理员 | - |
└─createAt | int32 | 创建时间 | - |
└─updateAt | int32 | 更新时间 | - |
└─memberCount | int64 | No comments found. | - |
└─adminName | string | No comments found. | - |
└─adminPhone | string | No comments found. | - |
└─adminRealName | string | No comments found. | - |
└─consumeAmount | number | 消费总金额 | - |
└─consumeCount | number | 费总笔数 | - |
└─availableAmount | 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": 60,
"records": [
{
"id": 121,
"name": "roxana.konopelski",
"invitationCode": "13809",
"monthAmount": 363,
"monthBudget": 555,
"amount": 67,
"totalAmount": 559,
"userId": 787,
"createAt": 943,
"updateAt": 286,
"memberCount": 836,
"adminName": "roxana.konopelski",
"adminPhone": "1-612-315-8441",
"adminRealName": "roxana.konopelski",
"consumeAmount": 131,
"consumeCount": 737,
"availableAmount": 869
}
],
"total": 40,
"size": 389,
"current": 753
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 991,
"totalPage": 392,
"page": 198,
"pageSize": 244
},
"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": 339,
"current": 704,
"id": 879,
"name": "roxana.konopelski"
}'18.4. 查询企业列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询企业列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 797,
"page": 995,
"pageSize": 418
},
"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'18.5. 创建报销单位信息
Type: POST
Content-Type: application/json
Description: 创建报销单位信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 595,
"enterpriseId": 371,
"name": "roxana.konopelski",
"code": "13809",
"createAt": 212,
"updateAt": 822
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 554,
"totalPage": 877,
"page": 663,
"pageSize": 228
},
"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": 595,
"enterpriseId": 371,
"name": "roxana.konopelski",
"code": "13809",
"createAt": 212,
"updateAt": 822
}'18.6. 创建企业信息
Type: POST
Content-Type: application/json
Description: 创建企业信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
totalAmount | number | false | No comments found. |
realName | string | false | No comments found. |
adminPhone | string | false | No comments found. |
Request-body:
{
"id": 938,
"name": "roxana.konopelski",
"invitationCode": "13809",
"monthAmount": 399,
"monthBudget": 137,
"amount": 297,
"userId": 323,
"createAt": 497,
"updateAt": 653,
"usci": "xqlguc",
"contactAddress": "319 Parker Manors, Lake Mai, CT 74664",
"title": "2efmrv",
"contactPhone": "1-612-315-8441",
"remarks": "3fpdjv",
"logoImg": "b0f6qr",
"agreImg": "el4hua",
"totalAmount": 414,
"realName": "roxana.konopelski",
"adminPhone": "1-612-315-8441"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 202,
"totalPage": 560,
"page": 847,
"pageSize": 207
},
"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": 938,
"name": "roxana.konopelski",
"invitationCode": "13809",
"monthAmount": 399,
"monthBudget": 137,
"amount": 297,
"userId": 323,
"createAt": 497,
"updateAt": 653,
"usci": "xqlguc",
"contactAddress": "319 Parker Manors, Lake Mai, CT 74664",
"title": "2efmrv",
"contactPhone": "1-612-315-8441",
"remarks": "3fpdjv",
"logoImg": "b0f6qr",
"agreImg": "el4hua",
"totalAmount": 414,
"realName": "roxana.konopelski",
"adminPhone": "1-612-315-8441"
}'18.7. 修改企业信息
Type: POST
Content-Type: application/json
Description: 修改企业信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
totalAmount | number | false | No comments found. |
realName | string | false | No comments found. |
adminPhone | string | false | No comments found. |
Request-body:
{
"id": 714,
"name": "roxana.konopelski",
"invitationCode": "13809",
"monthAmount": 850,
"monthBudget": 32,
"amount": 160,
"userId": 687,
"createAt": 774,
"updateAt": 366,
"usci": "k44077",
"contactAddress": "319 Parker Manors, Lake Mai, CT 74664",
"title": "25bazw",
"contactPhone": "1-612-315-8441",
"remarks": "d94ocz",
"logoImg": "xwk05t",
"agreImg": "kurelf",
"totalAmount": 268,
"realName": "roxana.konopelski",
"adminPhone": "1-612-315-8441"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 734,
"totalPage": 181,
"page": 769,
"pageSize": 650
},
"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": 714,
"name": "roxana.konopelski",
"invitationCode": "13809",
"monthAmount": 850,
"monthBudget": 32,
"amount": 160,
"userId": 687,
"createAt": 774,
"updateAt": 366,
"usci": "k44077",
"contactAddress": "319 Parker Manors, Lake Mai, CT 74664",
"title": "25bazw",
"contactPhone": "1-612-315-8441",
"remarks": "d94ocz",
"logoImg": "xwk05t",
"agreImg": "kurelf",
"totalAmount": 268,
"realName": "roxana.konopelski",
"adminPhone": "1-612-315-8441"
}'18.8. 删除报销单位信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除报销单位信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 814,
"totalPage": 689,
"page": 461,
"pageSize": 705
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/enterprise/deleteReimburseUnit?id=80 --data '&80'18.9. 删除企业信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除企业信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 231,
"totalPage": 659,
"page": 786,
"pageSize": 679
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/enterprise/delete?id=870 --data '&870'19. 企业充值记录
19.1.
Type: POST
Author: enc
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int32 | false | 主键 |
enterpriseId | int32 | false | 企业id |
amount | number | false | 金额 |
actualAmount | number | false | 实际金额 |
attachment | string | false | 附件 |
reason | string | false | 原因 |
status | int32 | false | 状态 |
checkUserId | int32 | false | 审核人 |
beforeAmount | number | false | 之前余额 |
afterAmount | number | false | 之后余额 |
confirmTime | string | 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. |
enterpriseName | string | false | No comments found. |
Request-body:
{
"id": 822,
"enterpriseId": 383,
"amount": 440,
"actualAmount": 447,
"attachment": "ubn059",
"reason": "22hcs3",
"status": 725,
"checkUserId": 982,
"beforeAmount": 519,
"afterAmount": 292,
"confirmTime": "2026-02-03 15:05:53",
"createBy": 104,
"createTime": "2026-02-03 15:05:53",
"updateBy": 834,
"updateTime": "2026-02-03 15:05:53",
"size": 502,
"current": 381,
"enterpriseName": "roxana.konopelski"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
└─pages | int64 | 当前分页总页数 | - |
└─records | array | 分页记录列表 | - |
└─id | int32 | 主键 | - |
└─enterpriseId | int32 | 企业id | - |
└─amount | number | 金额 | - |
└─actualAmount | number | 实际金额 | - |
└─attachment | string | 附件 | - |
└─reason | string | 原因 | - |
└─status | int32 | 状态 | - |
└─checkUserId | int32 | 审核人 | - |
└─beforeAmount | number | 之前余额 | - |
└─afterAmount | number | 之后余额 | - |
└─confirmTime | string | 确认时间 | - |
└─createBy | int32 | 创建人 | - |
└─createTime | string | 创建时间 | - |
└─updateBy | int32 | 更新人 | - |
└─updateTime | string | 更新时间 | - |
└─enterpriseName | string | 企业id | - |
└─checkUserName | string | 审核人 | - |
└─createByName | 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": 631,
"records": [
{
"id": 646,
"enterpriseId": 615,
"amount": 177,
"actualAmount": 639,
"attachment": "tyx54j",
"reason": "hsth8o",
"status": 593,
"checkUserId": 264,
"beforeAmount": 61,
"afterAmount": 171,
"confirmTime": "2026-02-03 15:05:53",
"createBy": 483,
"createTime": "2026-02-03 15:05:53",
"updateBy": 385,
"updateTime": "2026-02-03 15:05:53",
"enterpriseName": "roxana.konopelski",
"checkUserName": "roxana.konopelski",
"createByName": "roxana.konopelski"
}
],
"total": 408,
"size": 138,
"current": 663
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 992,
"totalPage": 628,
"page": 136,
"pageSize": 503
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysEnterpriseRecharge/pageList --data '{
"id": 822,
"enterpriseId": 383,
"amount": 440,
"actualAmount": 447,
"attachment": "ubn059",
"reason": "22hcs3",
"status": 725,
"checkUserId": 982,
"beforeAmount": 519,
"afterAmount": 292,
"confirmTime": "2026-02-03 15:05:53",
"createBy": 104,
"createTime": "2026-02-03 15:05:53",
"updateBy": 834,
"updateTime": "2026-02-03 15:05:53",
"size": 502,
"current": 381,
"enterpriseName": "roxana.konopelski"
}'19.2. 通过id查询企业充值记录
Type: GET
Author: enc
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 通过id查询企业充值记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | id |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 751,
"totalPage": 160,
"page": 1,
"pageSize": 764
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysEnterpriseRecharge/90919.3. 新增或修改企业充值记录
Type: POST
Author: enc
Content-Type: application/json
Description: 新增或修改企业充值记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int32 | false | 主键 |
enterpriseId | int32 | false | 企业id |
amount | number | false | 金额 |
actualAmount | number | false | 实际金额 |
attachment | string | false | 附件 |
reason | string | false | 原因 |
status | int32 | false | 状态 |
checkUserId | int32 | false | 审核人 |
beforeAmount | number | false | 之前余额 |
afterAmount | number | false | 之后余额 |
confirmTime | string | false | 确认时间 |
createBy | int32 | false | 创建人 |
createTime | string | false | 创建时间 |
updateBy | int32 | false | 更新人 |
updateTime | string | false | 更新时间 |
Request-body:
{
"id": 918,
"enterpriseId": 569,
"amount": 398,
"actualAmount": 133,
"attachment": "vc7ksw",
"reason": "bgu6oh",
"status": 92,
"checkUserId": 226,
"beforeAmount": 946,
"afterAmount": 233,
"confirmTime": "2026-02-03 15:05:53",
"createBy": 939,
"createTime": "2026-02-03 15:05:53",
"updateBy": 57,
"updateTime": "2026-02-03 15:05:53"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 964,
"totalPage": 278,
"page": 905,
"pageSize": 900
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysEnterpriseRecharge --data '{
"id": 918,
"enterpriseId": 569,
"amount": 398,
"actualAmount": 133,
"attachment": "vc7ksw",
"reason": "bgu6oh",
"status": 92,
"checkUserId": 226,
"beforeAmount": 946,
"afterAmount": 233,
"confirmTime": "2026-02-03 15:05:53",
"createBy": 939,
"createTime": "2026-02-03 15:05:53",
"updateBy": 57,
"updateTime": "2026-02-03 15:05:53"
}'19.4. 审核确认企业充值记录
Type: POST
Author: enc
Content-Type: application/json
Description: 审核确认企业充值记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
map | map | false | 包含rechargeId(充值记录ID)、approved(1通过/0驳回)、reason(驳回原因) |
Request-body:
{
"mapKey1": "zx2262",
"mapKey2": "ffd453"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 298,
"totalPage": 214,
"page": 706,
"pageSize": 239
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysEnterpriseRecharge/verifyConfirm --data '{
"mapKey1": "zx2262",
"mapKey2": "ffd453"
}'19.5. 通过id删除企业充值记录
Type: DELETE
Author: enc
Content-Type: application/json
Description: 通过id删除企业充值记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | array | false | id列表,[array of int32] |
Request-body:
[
181
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 207,
"totalPage": 801,
"page": 218,
"pageSize": 875
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X DELETE -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysEnterpriseRecharge --data '[
181
]'20. 文件管理
20.1.
Type: POST
Content-Type: multipart/form-data
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
file | file | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 421,
"totalPage": 618,
"page": 715,
"pageSize": 244
},
"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/upload20.2.
Type: POST
Content-Type: multipart/form-data
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
file | file | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 573,
"totalPage": 945,
"page": 53,
"pageSize": 840
},
"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/uploadBasic20.3.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
objectKey | string | true | No comments found. |
Request-body:
&cuqbuuResponse-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 696,
"totalPage": 676,
"page": 964,
"pageSize": 328
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/file/download --data 'objectKey=cuqbuu'21. 登录弹出窗页
21.1. 分页查询
Type: POST
Author: enc
Content-Type: application/json
Description: 分页查询
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 404,
"isEnable": 722,
"btnText": "sh3j3e",
"privacyContent": "c3hpw9",
"backgroundImg": "jbufu0",
"createAt": 792,
"updateAt": 607,
"createBy": 543,
"updateBy": 345,
"size": 998,
"current": 681
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 53,
"totalPage": 903,
"page": 433,
"pageSize": 626
},
"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": 404,
"isEnable": 722,
"btnText": "sh3j3e",
"privacyContent": "c3hpw9",
"backgroundImg": "jbufu0",
"createAt": 792,
"updateAt": 607,
"createBy": 543,
"updateBy": 345,
"size": 998,
"current": 681
}'21.2. 通过id查询登录弹出窗页
Type: GET
Author: enc
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 通过id查询登录弹出窗页
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | id |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 189,
"totalPage": 555,
"page": 412,
"pageSize": 139
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/sysLoginWindowPage/62721.3. 启用
Type: POST
Author: enc
Content-Type: application/json
Description: 启用
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 112,
"isEnable": 840,
"btnText": "5eijip",
"privacyContent": "stfcei",
"backgroundImg": "1acfoa",
"createAt": 339,
"updateAt": 736,
"createBy": 447,
"updateBy": 143
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 331,
"totalPage": 16,
"page": 489,
"pageSize": 117
},
"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": 112,
"isEnable": 840,
"btnText": "5eijip",
"privacyContent": "stfcei",
"backgroundImg": "1acfoa",
"createAt": 339,
"updateAt": 736,
"createBy": 447,
"updateBy": 143
}'21.4. 新增登录弹出窗页
Type: POST
Author: enc
Content-Type: application/json
Description: 新增登录弹出窗页
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 39,
"isEnable": 54,
"btnText": "f8erx5",
"privacyContent": "a95ytd",
"backgroundImg": "mu7gz5",
"createAt": 447,
"updateAt": 155,
"createBy": 604,
"updateBy": 448
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 794,
"totalPage": 889,
"page": 991,
"pageSize": 131
},
"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": 39,
"isEnable": 54,
"btnText": "f8erx5",
"privacyContent": "a95ytd",
"backgroundImg": "mu7gz5",
"createAt": 447,
"updateAt": 155,
"createBy": 604,
"updateBy": 448
}'21.5. 修改登录弹出窗页
Type: PUT
Author: enc
Content-Type: application/json
Description: 修改登录弹出窗页
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 347,
"isEnable": 55,
"btnText": "g0kqjb",
"privacyContent": "62r3hp",
"backgroundImg": "m43clp",
"createAt": 893,
"updateAt": 540,
"createBy": 635,
"updateBy": 203
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 441,
"page": 577,
"pageSize": 925
},
"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": 347,
"isEnable": 55,
"btnText": "g0kqjb",
"privacyContent": "62r3hp",
"backgroundImg": "m43clp",
"createAt": 893,
"updateAt": 540,
"createBy": 635,
"updateBy": 203
}'21.6. 通过id删除登录弹出窗页
Type: DELETE
Author: enc
Content-Type: application/json
Description: 通过id删除登录弹出窗页
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | array | false | id列表,[array of int32] |
Request-body:
[
429
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 971,
"totalPage": 423,
"page": 238,
"pageSize": 759
},
"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 '[
429
]'22. 内部菜单管理
22.1. 查询单个菜单
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个菜单
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 844,
"page": 39,
"pageSize": 552
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/menu/getMenu/83522.2. 查询菜单列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询菜单列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 525,
"page": 486,
"pageSize": 164
},
"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'22.3.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 761,
"totalPage": 753,
"page": 505,
"pageSize": 261
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/menu/getUserMenuList22.4. 获取店铺角色菜单
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 获取店铺角色菜单
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 404,
"totalPage": 757,
"page": 632,
"pageSize": 282
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/menu/getShopMenuList22.5. 获取用户菜单列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 获取用户菜单列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
type | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 580,
"totalPage": 413,
"page": 536,
"pageSize": 760
},
"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'22.6. 创建菜单信息
Type: POST
Content-Type: application/json
Description: 创建菜单信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 459,
"name": "roxana.konopelski",
"type": 111,
"component": "u6jhq6",
"componentName": "roxana.konopelski",
"icon": "jrh48i",
"path": "jhnm9n",
"sort": 899,
"alwaysShow": true,
"parentId": 664,
"status": 680,
"createAt": 92,
"updateAt": 714
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 871,
"page": 675,
"pageSize": 483
},
"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": 459,
"name": "roxana.konopelski",
"type": 111,
"component": "u6jhq6",
"componentName": "roxana.konopelski",
"icon": "jrh48i",
"path": "jhnm9n",
"sort": 899,
"alwaysShow": true,
"parentId": 664,
"status": 680,
"createAt": 92,
"updateAt": 714
}'22.7. 修改菜单信息
Type: POST
Content-Type: application/json
Description: 修改菜单信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 584,
"name": "roxana.konopelski",
"type": 345,
"component": "3a6w2w",
"componentName": "roxana.konopelski",
"icon": "bc59mx",
"path": "4uggy4",
"sort": 498,
"alwaysShow": true,
"parentId": 233,
"status": 978,
"createAt": 378,
"updateAt": 509
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 647,
"page": 660,
"pageSize": 542
},
"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": 584,
"name": "roxana.konopelski",
"type": 345,
"component": "3a6w2w",
"componentName": "roxana.konopelski",
"icon": "bc59mx",
"path": "4uggy4",
"sort": 498,
"alwaysShow": true,
"parentId": 233,
"status": 978,
"createAt": 378,
"updateAt": 509
}'22.8. 删除菜单信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除菜单信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 851,
"totalPage": 208,
"page": 729,
"pageSize": 125
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/menu/delete?id=763 --data '&763'23. 内部公告管理
23.1. 查询单个公告
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个公告
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 400,
"totalPage": 360,
"page": 57,
"pageSize": 180
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/notice/getNotice/40423.2. 查询最新公告
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询最新公告
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 756,
"page": 590,
"pageSize": 290
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/notice/getLastNotice23.3. 查询公告列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询公告列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
page | int32 | false | No comments found. | ||
pageSize | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 689,
"totalPage": 458,
"page": 730,
"pageSize": 619
},
"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'23.4. 创建公告信息
Type: POST
Content-Type: application/json
Description: 创建公告信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 818,
"name": "roxana.konopelski",
"content": "1eu2v7",
"status": 650,
"createBy": 977,
"createAt": 637
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 248,
"totalPage": 917,
"page": 48,
"pageSize": 773
},
"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": 818,
"name": "roxana.konopelski",
"content": "1eu2v7",
"status": 650,
"createBy": 977,
"createAt": 637
}'23.5. 修改公告信息
Type: POST
Content-Type: application/json
Description: 修改公告信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 898,
"name": "roxana.konopelski",
"content": "yrz8kq",
"status": 402,
"createBy": 813,
"createAt": 924
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 720,
"page": 756,
"pageSize": 113
},
"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": 898,
"name": "roxana.konopelski",
"content": "yrz8kq",
"status": 402,
"createBy": 813,
"createAt": 924
}'23.6. 删除公告信息
Type: POST
Content-Type: application/json
Description: 删除公告信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | array | false | No comments found.,[array of int32] |
Request-body:
[
503
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 342,
"totalPage": 162,
"page": 273,
"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/_internal_/notice/delete --data '[
503
]'24. 订单管理
24.1. 查询单个订单-基本信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个订单-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 578,
"page": 285,
"pageSize": 33
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getOrder/31624.2.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 999,
"totalPage": 101,
"page": 408,
"pageSize": 472
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/addOrderCallNum/78724.3.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 326,
"totalPage": 925,
"page": 675,
"pageSize": 308
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getStatData24.4.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 819,
"totalPage": 861,
"page": 513,
"pageSize": 347
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getAmountInfo24.5.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 33,
"totalPage": 708,
"page": 999,
"pageSize": 990
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getAddUserCount24.6.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 51,
"totalPage": 140,
"page": 884,
"pageSize": 671
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getHistoryData24.7.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 769,
"totalPage": 449,
"page": 432,
"pageSize": 41
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getOrderCount24.8.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 483,
"totalPage": 934,
"page": 64,
"pageSize": 499
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getLatestOrder24.9.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 988,
"totalPage": 341,
"page": 328,
"pageSize": 124
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getLatestTimeOutOrder24.10. 根据座位id查询订单
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 根据座位id查询订单
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
positionId | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 799,
"totalPage": 893,
"page": 825,
"pageSize": 325
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/findOrder?positionId=280 --data '&280'24.11. 查询订单列表
Type: POST
Content-Type: application/json
Description: 查询订单列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
enterpriseId | 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": 542,
"current": 968,
"keyword": "ezpo4b",
"statusId": 917,
"type": 19,
"orderType": 509,
"shopId": 53,
"accountId": 520,
"orderCode": "13809",
"startTime": "2026-02-03 15:05:53",
"endTime": "2026-02-03 15:05:53",
"status": [
486
],
"phone": "1-612-315-8441",
"isShowCancelOrder": 74,
"consumeType": 437,
"orderId": 132,
"isEnterprisePay": 777,
"enterpriseId": 220,
"orderPayerUserId": 24,
"filterShopIdList": [
840
],
"orderBy": 710,
"inviterOrPushInviter": 905
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 546,
"totalPage": 55,
"page": 520,
"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/pageList --data '{
"size": 542,
"current": 968,
"keyword": "ezpo4b",
"statusId": 917,
"type": 19,
"orderType": 509,
"shopId": 53,
"accountId": 520,
"orderCode": "13809",
"startTime": "2026-02-03 15:05:53",
"endTime": "2026-02-03 15:05:53",
"status": [
486
],
"phone": "1-612-315-8441",
"isShowCancelOrder": 74,
"consumeType": 437,
"orderId": 132,
"isEnterprisePay": 777,
"enterpriseId": 220,
"orderPayerUserId": 24,
"filterShopIdList": [
840
],
"orderBy": 710,
"inviterOrPushInviter": 905
}'24.12. 查询订单列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询订单列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 451,
"page": 212,
"pageSize": 285
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/list?keyword=6tivwl&type=531&orderType=304&shopId=788&startTime=975&endTime=354&page=1&pageSize=10 --data '&6tivwl&531&304&788&975&354&1&10'24.13. 查询对账订单列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询对账订单列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 371,
"totalPage": 771,
"page": 264,
"pageSize": 591
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/getBillList?name=roxana.konopelski&accountName=roxana.konopelski&startTime=2026-02-03 15:05:48&endTime=2026-02-03 15:05:48&page=1&pageSize=10 --data '&roxana.konopelski&roxana.konopelski&2026-02-03 15:05:48&2026-02-03 15:05:48&1&10'24.14. 修改订单
Type: POST
Content-Type: application/json
Description: 修改订单
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 300,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 229,
"type": 60,
"orderType": 975,
"consumeType": 596,
"status": 235,
"shopId": 648,
"mealTime": "2026-02-03",
"mealType": "8tbbrk",
"positionType": 936,
"peopleNum": 405,
"discount": 676,
"earnestMoney": 16,
"amount": 302,
"totalAmount": 804,
"noDiscountAmount": 565,
"actualAmount": 763,
"preAmount": 760,
"deductionAmount": 258,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 309,
"remark": "z3a13k",
"reason": "gue83v",
"plateNum": "foqynr",
"desc": "g89w0o",
"payType": 672,
"statFlag": 3,
"notifyFlag": 3,
"userId": 691,
"enterpriseId": 376,
"preId": 371,
"unitId": 587,
"callNum": 806,
"orderAmount": 198,
"accountAmount": 196,
"userVoucherId": 521,
"createAt": 315,
"updateAt": 435,
"deleteFlag": 3,
"createBy": 701,
"cashier": 43,
"payTime": "2026-02-03 15:05:54",
"refundTime": "2026-02-03 15:05:54",
"innerDiscount": 496,
"inflateFlag": 3,
"noDiscountAmountDiff": 145,
"grossProfit": 751,
"accountId": 777,
"voucherAmount": 824,
"discountAmount": 745,
"normalUserVoucherId": 269,
"normalVoucherAmount": 216,
"packageVoucherOrderId": 759,
"voucherId": 773,
"voucherQuantity": 942,
"needVoucherQuantity": 119,
"useUserVoucherIds": "2",
"positionId": "182"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 193,
"totalPage": 322,
"page": 958,
"pageSize": 76
},
"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": 300,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 229,
"type": 60,
"orderType": 975,
"consumeType": 596,
"status": 235,
"shopId": 648,
"mealTime": "2026-02-03",
"mealType": "8tbbrk",
"positionType": 936,
"peopleNum": 405,
"discount": 676,
"earnestMoney": 16,
"amount": 302,
"totalAmount": 804,
"noDiscountAmount": 565,
"actualAmount": 763,
"preAmount": 760,
"deductionAmount": 258,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 309,
"remark": "z3a13k",
"reason": "gue83v",
"plateNum": "foqynr",
"desc": "g89w0o",
"payType": 672,
"statFlag": 3,
"notifyFlag": 3,
"userId": 691,
"enterpriseId": 376,
"preId": 371,
"unitId": 587,
"callNum": 806,
"orderAmount": 198,
"accountAmount": 196,
"userVoucherId": 521,
"createAt": 315,
"updateAt": 435,
"deleteFlag": 3,
"createBy": 701,
"cashier": 43,
"payTime": "2026-02-03 15:05:54",
"refundTime": "2026-02-03 15:05:54",
"innerDiscount": 496,
"inflateFlag": 3,
"noDiscountAmountDiff": 145,
"grossProfit": 751,
"accountId": 777,
"voucherAmount": 824,
"discountAmount": 745,
"normalUserVoucherId": 269,
"normalVoucherAmount": 216,
"packageVoucherOrderId": 759,
"voucherId": 773,
"voucherQuantity": 942,
"needVoucherQuantity": 119,
"useUserVoucherIds": "2",
"positionId": "182"
}'24.15.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
shopAvatar | 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": 236,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 966,
"type": 573,
"orderType": 245,
"consumeType": 150,
"status": 65,
"shopId": 552,
"mealTime": "2026-02-03",
"mealType": "1il6sz",
"positionType": 708,
"peopleNum": 494,
"discount": 723,
"earnestMoney": 462,
"amount": 707,
"totalAmount": 41,
"noDiscountAmount": 278,
"actualAmount": 315,
"preAmount": 887,
"deductionAmount": 214,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 944,
"remark": "8swo2n",
"reason": "0yfde7",
"plateNum": "hfrw2l",
"desc": "to7260",
"payType": 551,
"statFlag": 3,
"notifyFlag": 3,
"userId": 59,
"enterpriseId": 510,
"preId": 134,
"unitId": 43,
"callNum": 21,
"orderAmount": 62,
"accountAmount": 101,
"userVoucherId": 894,
"createAt": 204,
"updateAt": 715,
"deleteFlag": 3,
"createBy": 685,
"cashier": 220,
"payTime": "2026-02-03 15:05:54",
"refundTime": "2026-02-03 15:05:54",
"innerDiscount": 471,
"inflateFlag": 3,
"noDiscountAmountDiff": 144,
"grossProfit": 803,
"accountId": 879,
"voucherAmount": 139,
"normalUserVoucherId": 79,
"normalVoucherAmount": 266,
"packageVoucherOrderId": 56,
"voucherId": 651,
"voucherQuantity": 545,
"needVoucherQuantity": 114,
"useUserVoucherIds": "2",
"positionId": "182",
"authCode": "13809",
"shop": {
"id": 133,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "tprkud",
"auditStatus": 454,
"accountId": 170,
"businessHours": "i18xyp",
"specialBusinessHours": "awiteu",
"point": 838,
"tags": "uj2p6n",
"serviceFacilities": "o1bwea",
"featuredServices": "9g344x",
"status": 827,
"reservationAmount": 135,
"category": "wnikd7",
"price": 68,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "ofutbq",
"preType": 882,
"days": 730,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "8jjnyn",
"latitude": 71.58,
"longitude": 3.93,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 386,
"metro": "z28joh",
"metroInfo": "c2j6ev",
"tradeArea": "nd333f",
"listingTime": 870,
"reservePhone": "1-612-315-8441",
"banner": "wt6w1e",
"activity": "yu854f",
"detailsImg": "rduxux",
"leaderName": "roxana.konopelski",
"createBy": 392,
"createAt": 92,
"updateBy": 954,
"updateAt": 624,
"externalDiscounts": 734,
"lunchExternalDiscounts": 447,
"lunchFlag": 3,
"info": "o3oh5e"
},
"name": "roxana.konopelski",
"shopName": "roxana.konopelski",
"createTime": "2026-02-03 15:05:48",
"positionName": "roxana.konopelski",
"payInfo": "ddbn87",
"notifyTime": "2026-02-03 15:05:48",
"shopAvatar": "t2w20m",
"avatar": "akch9j",
"accountName": "roxana.konopelski",
"discountAmount": 112,
"activityName": "roxana.konopelski",
"account": {
"id": 74,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 603,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "9ubflk",
"phone": "1-612-315-8441",
"amount": 768,
"discount": 135,
"externalDiscounts": 352,
"lunchFlag": 3,
"lunchAmount": 277,
"lunchDiscount": 37,
"lunchExternalDiscounts": 201,
"lunchDescribeFlag": 3,
"lunchDescribe": "9d9lan",
"inflateFlag": 3,
"quota": 192,
"threshold": 137,
"status": 551,
"bankCard": "4g450m",
"createAt": 141,
"updateAt": 188,
"cardNumber": "41u9wn",
"lunchCardNumber": "goih19",
"shopNumber": 20,
"brandSlogan": "w6r3iy",
"brandLogo": "c2rtzx",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:54",
"openBank": "427bc0",
"openBankName": "roxana.konopelski",
"contractFile": "puo72i",
"fireFightingFile": "pmkiav",
"legalFile": "2plmho",
"brandHistory": "0murcw",
"brandIntroduce": "epklx0"
},
"platformDiscount": 270,
"cashierName": "roxana.konopelski",
"cashierPhone": "1-612-315-8441",
"paymentPhone": "1-612-315-8441"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 562,
"totalPage": 384,
"page": 636,
"pageSize": 752
},
"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": 236,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 966,
"type": 573,
"orderType": 245,
"consumeType": 150,
"status": 65,
"shopId": 552,
"mealTime": "2026-02-03",
"mealType": "1il6sz",
"positionType": 708,
"peopleNum": 494,
"discount": 723,
"earnestMoney": 462,
"amount": 707,
"totalAmount": 41,
"noDiscountAmount": 278,
"actualAmount": 315,
"preAmount": 887,
"deductionAmount": 214,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 944,
"remark": "8swo2n",
"reason": "0yfde7",
"plateNum": "hfrw2l",
"desc": "to7260",
"payType": 551,
"statFlag": 3,
"notifyFlag": 3,
"userId": 59,
"enterpriseId": 510,
"preId": 134,
"unitId": 43,
"callNum": 21,
"orderAmount": 62,
"accountAmount": 101,
"userVoucherId": 894,
"createAt": 204,
"updateAt": 715,
"deleteFlag": 3,
"createBy": 685,
"cashier": 220,
"payTime": "2026-02-03 15:05:54",
"refundTime": "2026-02-03 15:05:54",
"innerDiscount": 471,
"inflateFlag": 3,
"noDiscountAmountDiff": 144,
"grossProfit": 803,
"accountId": 879,
"voucherAmount": 139,
"normalUserVoucherId": 79,
"normalVoucherAmount": 266,
"packageVoucherOrderId": 56,
"voucherId": 651,
"voucherQuantity": 545,
"needVoucherQuantity": 114,
"useUserVoucherIds": "2",
"positionId": "182",
"authCode": "13809",
"shop": {
"id": 133,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "tprkud",
"auditStatus": 454,
"accountId": 170,
"businessHours": "i18xyp",
"specialBusinessHours": "awiteu",
"point": 838,
"tags": "uj2p6n",
"serviceFacilities": "o1bwea",
"featuredServices": "9g344x",
"status": 827,
"reservationAmount": 135,
"category": "wnikd7",
"price": 68,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "ofutbq",
"preType": 882,
"days": 730,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "8jjnyn",
"latitude": 71.58,
"longitude": 3.93,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 386,
"metro": "z28joh",
"metroInfo": "c2j6ev",
"tradeArea": "nd333f",
"listingTime": 870,
"reservePhone": "1-612-315-8441",
"banner": "wt6w1e",
"activity": "yu854f",
"detailsImg": "rduxux",
"leaderName": "roxana.konopelski",
"createBy": 392,
"createAt": 92,
"updateBy": 954,
"updateAt": 624,
"externalDiscounts": 734,
"lunchExternalDiscounts": 447,
"lunchFlag": 3,
"info": "o3oh5e"
},
"name": "roxana.konopelski",
"shopName": "roxana.konopelski",
"createTime": "2026-02-03 15:05:48",
"positionName": "roxana.konopelski",
"payInfo": "ddbn87",
"notifyTime": "2026-02-03 15:05:48",
"shopAvatar": "t2w20m",
"avatar": "akch9j",
"accountName": "roxana.konopelski",
"discountAmount": 112,
"activityName": "roxana.konopelski",
"account": {
"id": 74,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 603,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "9ubflk",
"phone": "1-612-315-8441",
"amount": 768,
"discount": 135,
"externalDiscounts": 352,
"lunchFlag": 3,
"lunchAmount": 277,
"lunchDiscount": 37,
"lunchExternalDiscounts": 201,
"lunchDescribeFlag": 3,
"lunchDescribe": "9d9lan",
"inflateFlag": 3,
"quota": 192,
"threshold": 137,
"status": 551,
"bankCard": "4g450m",
"createAt": 141,
"updateAt": 188,
"cardNumber": "41u9wn",
"lunchCardNumber": "goih19",
"shopNumber": 20,
"brandSlogan": "w6r3iy",
"brandLogo": "c2rtzx",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:54",
"openBank": "427bc0",
"openBankName": "roxana.konopelski",
"contractFile": "puo72i",
"fireFightingFile": "pmkiav",
"legalFile": "2plmho",
"brandHistory": "0murcw",
"brandIntroduce": "epklx0"
},
"platformDiscount": 270,
"cashierName": "roxana.konopelski",
"cashierPhone": "1-612-315-8441",
"paymentPhone": "1-612-315-8441"
}'24.16. 退款申请
Type: POST
Content-Type: application/json
Description: 退款申请
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
shopAvatar | 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": 336,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 33,
"type": 796,
"orderType": 903,
"consumeType": 289,
"status": 580,
"shopId": 234,
"mealTime": "2026-02-03",
"mealType": "fg9pnp",
"positionType": 39,
"peopleNum": 709,
"discount": 949,
"earnestMoney": 963,
"amount": 706,
"totalAmount": 111,
"noDiscountAmount": 146,
"actualAmount": 40,
"preAmount": 478,
"deductionAmount": 60,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 7,
"remark": "vn6m1h",
"reason": "p6tou2",
"plateNum": "1mopyu",
"desc": "u8n8er",
"payType": 366,
"statFlag": 3,
"notifyFlag": 3,
"userId": 269,
"enterpriseId": 846,
"preId": 464,
"unitId": 604,
"callNum": 66,
"orderAmount": 376,
"accountAmount": 37,
"userVoucherId": 573,
"createAt": 431,
"updateAt": 71,
"deleteFlag": 3,
"createBy": 799,
"cashier": 680,
"payTime": "2026-02-03 15:05:54",
"refundTime": "2026-02-03 15:05:54",
"innerDiscount": 816,
"inflateFlag": 3,
"noDiscountAmountDiff": 76,
"grossProfit": 189,
"accountId": 611,
"voucherAmount": 134,
"normalUserVoucherId": 728,
"normalVoucherAmount": 549,
"packageVoucherOrderId": 445,
"voucherId": 494,
"voucherQuantity": 37,
"needVoucherQuantity": 422,
"useUserVoucherIds": "2",
"positionId": "182",
"authCode": "13809",
"shop": {
"id": 327,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "aln4am",
"auditStatus": 631,
"accountId": 681,
"businessHours": "97035n",
"specialBusinessHours": "9rk1i5",
"point": 877,
"tags": "ecje4y",
"serviceFacilities": "c9fmj9",
"featuredServices": "jl30zf",
"status": 14,
"reservationAmount": 994,
"category": "5da3u7",
"price": 637,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "sheoic",
"preType": 992,
"days": 19,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "y4imsb",
"latitude": 76.90,
"longitude": 1.04,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 191,
"metro": "ea1ngy",
"metroInfo": "r96xfc",
"tradeArea": "ot2z1r",
"listingTime": 904,
"reservePhone": "1-612-315-8441",
"banner": "hp49vn",
"activity": "amt90t",
"detailsImg": "byjb2c",
"leaderName": "roxana.konopelski",
"createBy": 799,
"createAt": 782,
"updateBy": 331,
"updateAt": 891,
"externalDiscounts": 425,
"lunchExternalDiscounts": 704,
"lunchFlag": 3,
"info": "5ojzjt"
},
"name": "roxana.konopelski",
"shopName": "roxana.konopelski",
"createTime": "2026-02-03 15:05:48",
"positionName": "roxana.konopelski",
"payInfo": "9j99sr",
"notifyTime": "2026-02-03 15:05:48",
"shopAvatar": "mbi64t",
"avatar": "gesv3n",
"accountName": "roxana.konopelski",
"discountAmount": 133,
"activityName": "roxana.konopelski",
"account": {
"id": 57,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 429,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "x3gmj6",
"phone": "1-612-315-8441",
"amount": 675,
"discount": 440,
"externalDiscounts": 695,
"lunchFlag": 3,
"lunchAmount": 811,
"lunchDiscount": 845,
"lunchExternalDiscounts": 579,
"lunchDescribeFlag": 3,
"lunchDescribe": "mln27y",
"inflateFlag": 3,
"quota": 657,
"threshold": 315,
"status": 987,
"bankCard": "cjzlf8",
"createAt": 429,
"updateAt": 525,
"cardNumber": "w9yt9e",
"lunchCardNumber": "iqvyjv",
"shopNumber": 744,
"brandSlogan": "ofkve6",
"brandLogo": "szve8e",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:54",
"openBank": "otb0qf",
"openBankName": "roxana.konopelski",
"contractFile": "1ziowv",
"fireFightingFile": "1q73v0",
"legalFile": "1ww9q9",
"brandHistory": "r0jt7a",
"brandIntroduce": "7ee3vb"
},
"platformDiscount": 50,
"cashierName": "roxana.konopelski",
"cashierPhone": "1-612-315-8441",
"paymentPhone": "1-612-315-8441"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 964,
"totalPage": 541,
"page": 983,
"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/_internal_/order/refundApply --data '{
"id": 336,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 33,
"type": 796,
"orderType": 903,
"consumeType": 289,
"status": 580,
"shopId": 234,
"mealTime": "2026-02-03",
"mealType": "fg9pnp",
"positionType": 39,
"peopleNum": 709,
"discount": 949,
"earnestMoney": 963,
"amount": 706,
"totalAmount": 111,
"noDiscountAmount": 146,
"actualAmount": 40,
"preAmount": 478,
"deductionAmount": 60,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 7,
"remark": "vn6m1h",
"reason": "p6tou2",
"plateNum": "1mopyu",
"desc": "u8n8er",
"payType": 366,
"statFlag": 3,
"notifyFlag": 3,
"userId": 269,
"enterpriseId": 846,
"preId": 464,
"unitId": 604,
"callNum": 66,
"orderAmount": 376,
"accountAmount": 37,
"userVoucherId": 573,
"createAt": 431,
"updateAt": 71,
"deleteFlag": 3,
"createBy": 799,
"cashier": 680,
"payTime": "2026-02-03 15:05:54",
"refundTime": "2026-02-03 15:05:54",
"innerDiscount": 816,
"inflateFlag": 3,
"noDiscountAmountDiff": 76,
"grossProfit": 189,
"accountId": 611,
"voucherAmount": 134,
"normalUserVoucherId": 728,
"normalVoucherAmount": 549,
"packageVoucherOrderId": 445,
"voucherId": 494,
"voucherQuantity": 37,
"needVoucherQuantity": 422,
"useUserVoucherIds": "2",
"positionId": "182",
"authCode": "13809",
"shop": {
"id": 327,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "aln4am",
"auditStatus": 631,
"accountId": 681,
"businessHours": "97035n",
"specialBusinessHours": "9rk1i5",
"point": 877,
"tags": "ecje4y",
"serviceFacilities": "c9fmj9",
"featuredServices": "jl30zf",
"status": 14,
"reservationAmount": 994,
"category": "5da3u7",
"price": 637,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "sheoic",
"preType": 992,
"days": 19,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "y4imsb",
"latitude": 76.90,
"longitude": 1.04,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 191,
"metro": "ea1ngy",
"metroInfo": "r96xfc",
"tradeArea": "ot2z1r",
"listingTime": 904,
"reservePhone": "1-612-315-8441",
"banner": "hp49vn",
"activity": "amt90t",
"detailsImg": "byjb2c",
"leaderName": "roxana.konopelski",
"createBy": 799,
"createAt": 782,
"updateBy": 331,
"updateAt": 891,
"externalDiscounts": 425,
"lunchExternalDiscounts": 704,
"lunchFlag": 3,
"info": "5ojzjt"
},
"name": "roxana.konopelski",
"shopName": "roxana.konopelski",
"createTime": "2026-02-03 15:05:48",
"positionName": "roxana.konopelski",
"payInfo": "9j99sr",
"notifyTime": "2026-02-03 15:05:48",
"shopAvatar": "mbi64t",
"avatar": "gesv3n",
"accountName": "roxana.konopelski",
"discountAmount": 133,
"activityName": "roxana.konopelski",
"account": {
"id": 57,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 429,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "x3gmj6",
"phone": "1-612-315-8441",
"amount": 675,
"discount": 440,
"externalDiscounts": 695,
"lunchFlag": 3,
"lunchAmount": 811,
"lunchDiscount": 845,
"lunchExternalDiscounts": 579,
"lunchDescribeFlag": 3,
"lunchDescribe": "mln27y",
"inflateFlag": 3,
"quota": 657,
"threshold": 315,
"status": 987,
"bankCard": "cjzlf8",
"createAt": 429,
"updateAt": 525,
"cardNumber": "w9yt9e",
"lunchCardNumber": "iqvyjv",
"shopNumber": 744,
"brandSlogan": "ofkve6",
"brandLogo": "szve8e",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:54",
"openBank": "otb0qf",
"openBankName": "roxana.konopelski",
"contractFile": "1ziowv",
"fireFightingFile": "1q73v0",
"legalFile": "1ww9q9",
"brandHistory": "r0jt7a",
"brandIntroduce": "7ee3vb"
},
"platformDiscount": 50,
"cashierName": "roxana.konopelski",
"cashierPhone": "1-612-315-8441",
"paymentPhone": "1-612-315-8441"
}'24.17. 删除订单
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除订单
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 846,
"totalPage": 650,
"page": 836,
"pageSize": 170
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/delete?id=929 --data '&929'24.18.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 907,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 5,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "ttc4oo",
"phone": "1-612-315-8441",
"amount": 855,
"discount": 402,
"externalDiscounts": 210,
"lunchFlag": 3,
"lunchAmount": 834,
"lunchDiscount": 165,
"lunchExternalDiscounts": 379,
"lunchDescribeFlag": 3,
"lunchDescribe": "wfstob",
"inflateFlag": 3,
"quota": 961,
"threshold": 467,
"status": 701,
"bankCard": "klpepo",
"createAt": 536,
"updateAt": 540,
"cardNumber": "p89jug",
"lunchCardNumber": "l31mmq",
"shopNumber": 312,
"brandSlogan": "7qktut",
"brandLogo": "hmdsel",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:54",
"openBank": "typryk",
"openBankName": "roxana.konopelski",
"contractFile": "vzijhk",
"fireFightingFile": "91wkvk",
"legalFile": "ih1rjz",
"brandHistory": "eja8tt",
"brandIntroduce": "d8sb8x"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 559,
"totalPage": 142,
"page": 874,
"pageSize": 480
},
"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": 907,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 5,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "ttc4oo",
"phone": "1-612-315-8441",
"amount": 855,
"discount": 402,
"externalDiscounts": 210,
"lunchFlag": 3,
"lunchAmount": 834,
"lunchDiscount": 165,
"lunchExternalDiscounts": 379,
"lunchDescribeFlag": 3,
"lunchDescribe": "wfstob",
"inflateFlag": 3,
"quota": 961,
"threshold": 467,
"status": 701,
"bankCard": "klpepo",
"createAt": 536,
"updateAt": 540,
"cardNumber": "p89jug",
"lunchCardNumber": "l31mmq",
"shopNumber": 312,
"brandSlogan": "7qktut",
"brandLogo": "hmdsel",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:54",
"openBank": "typryk",
"openBankName": "roxana.konopelski",
"contractFile": "vzijhk",
"fireFightingFile": "91wkvk",
"legalFile": "ih1rjz",
"brandHistory": "eja8tt",
"brandIntroduce": "d8sb8x"
}'24.19.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 231,
"totalPage": 257,
"page": 0,
"pageSize": 224
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/sysTransactionConvert24.20.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 615,
"totalPage": 145,
"page": 850,
"pageSize": 452
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_internal_/order/jsyj24.21. 导出订单Excel
Type: POST
Content-Type: application/json
Description: 导出订单Excel
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
enterpriseId | 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": 737,
"current": 33,
"keyword": "30fzoz",
"statusId": 905,
"type": 204,
"orderType": 760,
"shopId": 416,
"accountId": 634,
"orderCode": "13809",
"startTime": "2026-02-03 15:05:54",
"endTime": "2026-02-03 15:05:54",
"status": [
484
],
"phone": "1-612-315-8441",
"isShowCancelOrder": 496,
"consumeType": 845,
"orderId": 668,
"isEnterprisePay": 980,
"enterpriseId": 13,
"orderPayerUserId": 150,
"filterShopIdList": [
792
],
"orderBy": 282,
"inviterOrPushInviter": 338
}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": 737,
"current": 33,
"keyword": "30fzoz",
"statusId": 905,
"type": 204,
"orderType": 760,
"shopId": 416,
"accountId": 634,
"orderCode": "13809",
"startTime": "2026-02-03 15:05:54",
"endTime": "2026-02-03 15:05:54",
"status": [
484
],
"phone": "1-612-315-8441",
"isShowCancelOrder": 496,
"consumeType": 845,
"orderId": 668,
"isEnterprisePay": 980,
"enterpriseId": 13,
"orderPayerUserId": 150,
"filterShopIdList": [
792
],
"orderBy": 282,
"inviterOrPushInviter": 338
}'25. 套餐券核销管理(管理端)
25.1. 手动核销套餐券
Type: POST
Author: enc
Content-Type: application/json
Description: 手动核销套餐券
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
verificationCode | string | false | No comments found. |
shopId | int32 | false | No comments found. |
Request-body:
{
"verificationCode": "13809",
"shopId": 615
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 546,
"totalPage": 371,
"page": 504,
"pageSize": 613
},
"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": "13809",
"shopId": 615
}'25.2. 查询核销记录列表
Type: POST
Author: enc
Content-Type: application/json
Description: 查询核销记录列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 877,
"records": [
{
"object": "any object"
}
],
"total": 498,
"size": 102,
"current": 292,
"orders": [
{
"column": "h86ne9",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"optimizeJoinOfCountSql": true,
"maxLimit": 182,
"countId": "182"
}&96&701&2026-02-03 15:05:48&2026-02-03 15:05:48Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 576,
"totalPage": 57,
"page": 845,
"pageSize": 264
},
"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=96&userId=701&startTime=2026-02-03 15:05:48&endTime=2026-02-03 15:05:48 --data '{
"pages": 877,
"records": [
{
"object": "any object"
}
],
"total": 498,
"size": 102,
"current": 292,
"orders": [
{
"column": "h86ne9",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"optimizeJoinOfCountSql": true,
"maxLimit": 182,
"countId": "182"
}&96&701&2026-02-03 15:05:48&2026-02-03 15:05:48'25.3. 查询核销详情
Type: GET
Author: enc
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询核销详情
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
userVoucherId | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 575,
"page": 951,
"pageSize": 19
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/packageVoucher/verifyDetail/69026. 支付记录管理
26.1. 查询单个支付记录
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个支付记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 747,
"page": 771,
"pageSize": 736
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/payRecord/getPayRecord/68926.2. 查询支付记录列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询支付记录列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 77,
"page": 680,
"pageSize": 822
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/payRecord/list?type=340&page=1&pageSize=10&name= --data '&""&340&1&10'27. 内部图片管理
27.1. 查询单个图片
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个图片
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 786,
"totalPage": 382,
"page": 395,
"pageSize": 643
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/picture/getPicture/55827.2. 查询图片列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询图片列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
type | int32 | false | No comments found. | ||
page | int32 | false | No comments found. | ||
pageSize | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 978,
"page": 403,
"pageSize": 508
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/picture/list?type=559&page=1&pageSize=10 --data '&559&1&10'27.3. 创建图片信息
Type: POST
Content-Type: multipart/form-data
Description: 创建图片信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
type | int32 | true | No comments found. | ||
file | file | true | No comments found. |
Request-body:
&234Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 308,
"totalPage": 999,
"page": 933,
"pageSize": 968
},
"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=234'27.4. 修改图片信息
Type: POST
Content-Type: application/json
Description: 修改图片信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 242,
"type": 183,
"status": 264,
"url": "www.earle-thompson.net",
"createBy": 921,
"createAt": 746,
"goUrl": "www.earle-thompson.net"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 828,
"page": 957,
"pageSize": 578
},
"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": 242,
"type": 183,
"status": 264,
"url": "www.earle-thompson.net",
"createBy": 921,
"createAt": 746,
"goUrl": "www.earle-thompson.net"
}'27.5. 删除图片信息
Type: POST
Content-Type: application/json
Description: 删除图片信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | array | false | No comments found.,[array of int32] |
Request-body:
[
268
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 655,
"totalPage": 9,
"page": 115,
"pageSize": 849
},
"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 '[
268
]'28. 内部座位管理
28.1. 查询单个座位
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个座位
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 418,
"totalPage": 22,
"page": 905,
"pageSize": 662
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/position/getPosition/15428.2. 查询座位列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询座位列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 705,
"totalPage": 933,
"page": 96,
"pageSize": 244
},
"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=771&startTime=0&endTime=0&page=1&pageSize=10&keyword= --data '&""&-1&-1&771&0&0&1&10'28.3. 查询座位列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询座位列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
status | int32 | false | No comments found. | ||
type | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 44,
"totalPage": 950,
"page": 178,
"pageSize": 469
},
"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'28.4. 查询座位列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询座位列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
status | int32 | false | No comments found. | ||
type | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 788,
"totalPage": 610,
"page": 758,
"pageSize": 118
},
"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'28.5. 创建座位信息
Type: POST
Content-Type: application/json
Description: 创建座位信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 206,
"name": "roxana.konopelski",
"num": "qmbobl",
"shopId": 865,
"type": 589,
"status": 476,
"cover": "x4lon4",
"vr": "jwt7pf",
"description": "5ctri0",
"createAt": 967,
"updateAt": 582,
"tags": "fg5vrf"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 770,
"totalPage": 821,
"page": 164,
"pageSize": 82
},
"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": 206,
"name": "roxana.konopelski",
"num": "qmbobl",
"shopId": 865,
"type": 589,
"status": 476,
"cover": "x4lon4",
"vr": "jwt7pf",
"description": "5ctri0",
"createAt": 967,
"updateAt": 582,
"tags": "fg5vrf"
}'28.6. 修改座位信息
Type: POST
Content-Type: application/json
Description: 修改座位信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "roxana.konopelski",
"num": "r82ya1",
"shopId": 278,
"type": 439,
"status": 580,
"cover": "feb95r",
"vr": "9o1p89",
"description": "9dzl5n",
"createAt": 337,
"updateAt": 25,
"tags": "9v85fa"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 579,
"totalPage": 627,
"page": 147,
"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_/position/update --data '{
"id": 725,
"name": "roxana.konopelski",
"num": "r82ya1",
"shopId": 278,
"type": 439,
"status": 580,
"cover": "feb95r",
"vr": "9o1p89",
"description": "9dzl5n",
"createAt": 337,
"updateAt": 25,
"tags": "9v85fa"
}'28.7. 删除座位信息
Type: POST
Content-Type: application/json
Description: 删除座位信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | array | false | No comments found.,[array of int32] |
Request-body:
[
928
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 856,
"page": 392,
"pageSize": 512
},
"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 '[
928
]'29.
29.1.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 243,
"totalPage": 139,
"page": 370,
"pageSize": 25
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/privateNumber/test30. 产品用户管理
30.1. 查询单个产品用户-基本信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个产品用户-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 911,
"totalPage": 354,
"page": 951,
"pageSize": 712
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getProductUser30.2.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
isEnterpriseUser | 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": 691,
"current": 841,
"id": 554,
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "liq36b",
"sysPlatformId": 578,
"type": 86,
"isEnterprise": 369,
"isEnterpriseUser": 801,
"status": 281,
"enterpriseId": 959,
"pushGrade": 132,
"source": "wnssce",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"inviter": 102,
"pushInviter": 68
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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启用 | - |
└─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 | 成为推客时间 | - |
└─enterpriseTotalAmount | number | 企业授信总额 | - |
└─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. | - |
└─enterpriseComsumeAmount | number | 企业消费总金额 | - |
└─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": 223,
"records": [
{
"id": 829,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "rok2jw",
"sysPlatformId": 489,
"type": 108,
"status": 853,
"amount": 107,
"comsumeAmount": 365,
"enterpriseAmount": 250,
"enterpriseCount": 901,
"isEnterpriseUser": 780,
"enterpriseId": 150,
"pushGrade": 137,
"passwordHash": "xfqq6r",
"job": "2qr539",
"company": "Leannon-Cremin",
"source": "xdro9b",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "q4e756",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "43dk1e",
"idCardBack": "btk6xk",
"inviter": 213,
"pushInviter": 952,
"sysInternalId": 212,
"lastLoginAt": 498,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "vqihuf",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 855,
"pushAt": 580,
"enterpriseTotalAmount": 253,
"createAt": 736,
"createTime": "2026-02-03 15:05:54",
"updateAt": 307,
"totalAmount": 87,
"inviterStatus": 151,
"inviterCount": 267,
"pushInviterCount": 242,
"orderCount": 957,
"pushInviterOrderCount": 573,
"consumeCount": 185,
"inviterAmount": 251,
"enterpriseComsumeAmount": 879,
"myComsumeAmount": 248,
"myComsumeCount": 324,
"enterpriseName": "roxana.konopelski"
}
],
"total": 386,
"size": 770,
"current": 644
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 665,
"totalPage": 75,
"page": 158,
"pageSize": 225
},
"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": 691,
"current": 841,
"id": 554,
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "liq36b",
"sysPlatformId": 578,
"type": 86,
"isEnterprise": 369,
"isEnterpriseUser": 801,
"status": 281,
"enterpriseId": 959,
"pushGrade": 132,
"source": "wnssce",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"inviter": 102,
"pushInviter": 68
}'30.3.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
userId | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 407,
"comsumeCount": 806,
"noComsumeCount": 181
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 198,
"totalPage": 318,
"page": 805,
"pageSize": 338
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getMemberCount/43830.4.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
userId | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 138,
"comsumeCount": 590,
"noComsumeCount": 648
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 185,
"totalPage": 465,
"page": 68,
"pageSize": 150
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getTkCount/42130.5. 查询产品用户列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询产品用户列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 559,
"totalPage": 93,
"page": 643,
"pageSize": 403
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/list?type=221&startTime=963&endTime=445&page=1&pageSize=20&keyword=&mobile= --data '&221&""&963&445&""&1&20'30.6.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
type | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 547,
"totalPage": 312,
"page": 99,
"pageSize": 492
},
"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'30.7.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 350,
"page": 511,
"pageSize": 310
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getAllUserList30.8.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
keyword | string | false | No comments found. | ||
page | int32 | false | No comments found. | ||
pageSize | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 342,
"page": 633,
"pageSize": 741
},
"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'30.9.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 309,
"page": 877,
"pageSize": 345
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getOrderList?userId=807&shopId=203&page=1&pageSize=10 --data '&807&203&1&10'30.10. 查询提现列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询提现列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 746,
"totalPage": 198,
"page": 767,
"pageSize": 867
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/productUser/getPushList?type=1&userId=818&page=1&pageSize=10 --data '&1&818&1&10'30.11. 添加产品用户
Type: POST
Content-Type: application/json
Description: 添加产品用户
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
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. |
enterpriseTotalAmount | number | false | No comments found. |
isEnterpriseUser | int32 | false | No comments found. |
Request-body:
{
"id": 930,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "subaqk",
"sysPlatformId": 663,
"type": 405,
"status": 210,
"amount": 76,
"comsumeAmount": 902,
"enterpriseAmount": 961,
"enterpriseCount": 241,
"enterpriseId": 664,
"pushGrade": 10,
"passwordHash": "6tys9b",
"job": "wukmdb",
"company": "Leannon-Cremin",
"source": "0svmcq",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "8b5mrg",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "vk3gcx",
"idCardBack": "fks0qn",
"inviter": 461,
"pushInviter": 5,
"sysInternalId": 928,
"lastLoginAt": 572,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "ixlhgo",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 485,
"pushAt": 435,
"createAt": 991,
"updateAt": 733,
"totalAmount": 857,
"inviterStatus": 821,
"inviterSource": "ira6cj",
"createTime": "2026-02-03 15:05:55",
"enterpriseTotalAmount": 683,
"isEnterpriseUser": 183
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 722,
"totalPage": 630,
"page": 530,
"pageSize": 14
},
"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": 930,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "subaqk",
"sysPlatformId": 663,
"type": 405,
"status": 210,
"amount": 76,
"comsumeAmount": 902,
"enterpriseAmount": 961,
"enterpriseCount": 241,
"enterpriseId": 664,
"pushGrade": 10,
"passwordHash": "6tys9b",
"job": "wukmdb",
"company": "Leannon-Cremin",
"source": "0svmcq",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "8b5mrg",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "vk3gcx",
"idCardBack": "fks0qn",
"inviter": 461,
"pushInviter": 5,
"sysInternalId": 928,
"lastLoginAt": 572,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "ixlhgo",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 485,
"pushAt": 435,
"createAt": 991,
"updateAt": 733,
"totalAmount": 857,
"inviterStatus": 821,
"inviterSource": "ira6cj",
"createTime": "2026-02-03 15:05:55",
"enterpriseTotalAmount": 683,
"isEnterpriseUser": 183
}'30.12. 修改产品用户
Type: POST
Content-Type: application/json
Description: 修改产品用户
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
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. |
enterpriseTotalAmount | number | false | No comments found. |
isEnterpriseUser | int32 | false | No comments found. |
Request-body:
{
"id": 338,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "2ap8j4",
"sysPlatformId": 325,
"type": 974,
"status": 873,
"amount": 848,
"comsumeAmount": 94,
"enterpriseAmount": 118,
"enterpriseCount": 477,
"enterpriseId": 608,
"pushGrade": 483,
"passwordHash": "pgt87h",
"job": "98f6c9",
"company": "Leannon-Cremin",
"source": "4pemct",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "fb35sd",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "7xwlvg",
"idCardBack": "sqp4x7",
"inviter": 326,
"pushInviter": 249,
"sysInternalId": 88,
"lastLoginAt": 743,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "vy8lg9",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 968,
"pushAt": 261,
"createAt": 427,
"updateAt": 96,
"totalAmount": 640,
"inviterStatus": 346,
"inviterSource": "pgju9g",
"createTime": "2026-02-03 15:05:55",
"enterpriseTotalAmount": 571,
"isEnterpriseUser": 444
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 903,
"totalPage": 576,
"page": 992,
"pageSize": 43
},
"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": 338,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "2ap8j4",
"sysPlatformId": 325,
"type": 974,
"status": 873,
"amount": 848,
"comsumeAmount": 94,
"enterpriseAmount": 118,
"enterpriseCount": 477,
"enterpriseId": 608,
"pushGrade": 483,
"passwordHash": "pgt87h",
"job": "98f6c9",
"company": "Leannon-Cremin",
"source": "4pemct",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "fb35sd",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "7xwlvg",
"idCardBack": "sqp4x7",
"inviter": 326,
"pushInviter": 249,
"sysInternalId": 88,
"lastLoginAt": 743,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "vy8lg9",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 968,
"pushAt": 261,
"createAt": 427,
"updateAt": 96,
"totalAmount": 640,
"inviterStatus": 346,
"inviterSource": "pgju9g",
"createTime": "2026-02-03 15:05:55",
"enterpriseTotalAmount": 571,
"isEnterpriseUser": 444
}'30.13.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
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. |
enterpriseTotalAmount | number | false | No comments found. |
isEnterpriseUser | int32 | false | No comments found. |
Request-body:
{
"id": 687,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "bv2rbx",
"sysPlatformId": 506,
"type": 626,
"status": 787,
"amount": 9,
"comsumeAmount": 258,
"enterpriseAmount": 514,
"enterpriseCount": 16,
"enterpriseId": 604,
"pushGrade": 618,
"passwordHash": "1a31qf",
"job": "r0fr69",
"company": "Leannon-Cremin",
"source": "k0u0tv",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "99ffza",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "08ef74",
"idCardBack": "hrr5oy",
"inviter": 844,
"pushInviter": 343,
"sysInternalId": 4,
"lastLoginAt": 257,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "ygxhnl",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 645,
"pushAt": 219,
"createAt": 622,
"updateAt": 710,
"totalAmount": 79,
"inviterStatus": 281,
"inviterSource": "gaxyl9",
"createTime": "2026-02-03 15:05:55",
"enterpriseTotalAmount": 855,
"isEnterpriseUser": 143
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 157,
"page": 998,
"pageSize": 619
},
"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": 687,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "bv2rbx",
"sysPlatformId": 506,
"type": 626,
"status": 787,
"amount": 9,
"comsumeAmount": 258,
"enterpriseAmount": 514,
"enterpriseCount": 16,
"enterpriseId": 604,
"pushGrade": 618,
"passwordHash": "1a31qf",
"job": "r0fr69",
"company": "Leannon-Cremin",
"source": "k0u0tv",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "99ffza",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "08ef74",
"idCardBack": "hrr5oy",
"inviter": 844,
"pushInviter": 343,
"sysInternalId": 4,
"lastLoginAt": 257,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "ygxhnl",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 645,
"pushAt": 219,
"createAt": 622,
"updateAt": 710,
"totalAmount": 79,
"inviterStatus": 281,
"inviterSource": "gaxyl9",
"createTime": "2026-02-03 15:05:55",
"enterpriseTotalAmount": 855,
"isEnterpriseUser": 143
}'31. 内部返现率管理
31.1. 查询单个返现率
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个返现率
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 856,
"page": 707,
"pageSize": 220
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/ratio/getRatio/37831.2. 查询返现率列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询返现率列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
page | int32 | false | No comments found. | ||
pageSize | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 302,
"page": 152,
"pageSize": 291
},
"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'31.3. 创建返现率信息
Type: POST
Content-Type: application/json
Description: 创建返现率信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 926,
"name": "roxana.konopelski",
"high": 2,
"low": 951,
"pushRatio": 442,
"partnerRatio": 535,
"createAt": 413,
"updateAt": 878
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 692,
"page": 611,
"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/_internal_/ratio/create --data '{
"id": 926,
"name": "roxana.konopelski",
"high": 2,
"low": 951,
"pushRatio": 442,
"partnerRatio": 535,
"createAt": 413,
"updateAt": 878
}'31.4. 修改返现率信息
Type: POST
Content-Type: application/json
Description: 修改返现率信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 420,
"name": "roxana.konopelski",
"high": 95,
"low": 906,
"pushRatio": 666,
"partnerRatio": 580,
"createAt": 48,
"updateAt": 230,
"ratio1": 559,
"ratio2": 817,
"ratio3": 304
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 415,
"page": 720,
"pageSize": 684
},
"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": 420,
"name": "roxana.konopelski",
"high": 95,
"low": 906,
"pushRatio": 666,
"partnerRatio": 580,
"createAt": 48,
"updateAt": 230,
"ratio1": 559,
"ratio2": 817,
"ratio3": 304
}'31.5. 删除返现率信息
Type: POST
Content-Type: application/json
Description: 删除返现率信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | array | false | No comments found.,[array of int32] |
Request-body:
[
281
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 824,
"totalPage": 472,
"page": 756,
"pageSize": 763
},
"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 '[
281
]'32. 内部角色菜单管理
32.1. 查询单个角色菜单
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个角色菜单
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 597,
"totalPage": 207,
"page": 964,
"pageSize": 88
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/roleMenu/getRoleMenu/64632.2. 查询角色菜单列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询角色菜单列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 6,
"totalPage": 361,
"page": 519,
"pageSize": 915
},
"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'32.3. 创建角色菜单信息
Type: POST
Content-Type: application/json
Description: 创建角色菜单信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 113,
"roleId": 759,
"menuId": 110,
"isParent": 730,
"sysPlatformId": 40,
"createAt": 726,
"updateAt": 11,
"childrenList": [
47
],
"parentList": [
707
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 463,
"totalPage": 988,
"page": 105,
"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/_internal_/roleMenu/create --data '{
"id": 113,
"roleId": 759,
"menuId": 110,
"isParent": 730,
"sysPlatformId": 40,
"createAt": 726,
"updateAt": 11,
"childrenList": [
47
],
"parentList": [
707
]
}'32.4. 修改角色菜单信息
Type: POST
Content-Type: application/json
Description: 修改角色菜单信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 177,
"roleId": 209,
"menuId": 381,
"isParent": 339,
"sysPlatformId": 262,
"createAt": 379,
"updateAt": 63
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 111,
"page": 388,
"pageSize": 744
},
"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": 177,
"roleId": 209,
"menuId": 381,
"isParent": 339,
"sysPlatformId": 262,
"createAt": 379,
"updateAt": 63
}'32.5. 删除角色菜单信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除角色菜单信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 811,
"totalPage": 711,
"page": 122,
"pageSize": 775
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/roleMenu/delete?id=703 --data '&703'33. 店铺附件管理
33.1. 查询单个店铺附件
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个店铺附件
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 53,
"totalPage": 35,
"page": 892,
"pageSize": 526
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shopAttachment/getShopAttachment/88533.2. 查询店铺附件列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询店铺附件列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 869,
"totalPage": 82,
"page": 925,
"pageSize": 372
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shopAttachment/list?type=-1&shopId=565&page=1&pageSize=10 --data '&-1&565&1&10'33.3.
Type: POST
Content-Type: multipart/form-data
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
&839&448&roxana.konopelskiResponse-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 155,
"page": 178,
"pageSize": 199
},
"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=839&type=448&name=roxana.konopelski'33.4.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 172,
"shopId": 88,
"name": "roxana.konopelski",
"status": 960,
"type": 723,
"url": "www.earle-thompson.net",
"createBy": 848,
"createAt": 552,
"updateAt": 673
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 982,
"totalPage": 542,
"page": 522,
"pageSize": 108
},
"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": 172,
"shopId": 88,
"name": "roxana.konopelski",
"status": 960,
"type": 723,
"url": "www.earle-thompson.net",
"createBy": 848,
"createAt": 552,
"updateAt": 673
}'33.5. 删除店铺附件信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除店铺附件信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 429,
"totalPage": 19,
"page": 690,
"pageSize": 162
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shopAttachment/delete?id=737 --data '&737'34. 内部店铺管理
34.1. 查询单个店铺
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个店铺
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 63,
"page": 83,
"pageSize": 736
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shop/getShop/61434.2.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "8x5ho2",
"accountId": 499,
"size": 932,
"current": 114
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 481,
"page": 10,
"pageSize": 742
},
"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": "8x5ho2",
"accountId": 499,
"size": 932,
"current": 114
}'34.3. 查询店铺列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询店铺列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 405,
"page": 450,
"pageSize": 910
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shop/list?type=1&accountId=849&page=1&pageSize=10&keyword=&status=&address= --data '&""&""&1&849&""&1&10'34.4.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 361,
"page": 575,
"pageSize": 933
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shop/getShopCategoryList34.5.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
accountId | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 677,
"totalPage": 508,
"page": 667,
"pageSize": 715
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shop/getShopSelectList?accountId=666 --data '&666'34.6. 创建店铺信息
Type: POST
Content-Type: application/json
Description: 创建店铺信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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 | 更新时间 |
└─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 | 更新时间 |
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 | 更新时间 |
sysActivityVoucherId | int32 | false | 活动Id |
activityDescribe | 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 | 更新时间 |
Request-body:
{
"id": 567,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "jp5ady",
"auditStatus": 835,
"accountId": 737,
"businessHours": "e48y2p",
"specialBusinessHours": "lrsoql",
"point": 198,
"tags": "tp8amn",
"serviceFacilities": "x7mt7s",
"featuredServices": "1e4opz",
"status": 119,
"reservationAmount": 169,
"category": "werxe8",
"price": 901,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "d2p1u0",
"preType": 676,
"days": 292,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "8ajb7i",
"latitude": 80.53,
"longitude": 21.82,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 138,
"metro": "k8ahsj",
"metroInfo": "h18r2t",
"tradeArea": "q0ljec",
"listingTime": 203,
"reservePhone": "1-612-315-8441",
"banner": "3jmifz",
"activity": "c4h15i",
"detailsImg": "ay5nso",
"leaderName": "roxana.konopelski",
"createBy": 879,
"createAt": 622,
"updateBy": 655,
"updateAt": 290,
"externalDiscounts": 33,
"lunchExternalDiscounts": 129,
"lunchFlag": 3,
"info": "sy34qb",
"distance": 73.36,
"account": {
"id": 812,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 473,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "8t91l4",
"phone": "1-612-315-8441",
"amount": 118,
"discount": 698,
"externalDiscounts": 770,
"lunchFlag": 3,
"lunchAmount": 177,
"lunchDiscount": 266,
"lunchExternalDiscounts": 281,
"lunchDescribeFlag": 3,
"lunchDescribe": "02klkc",
"inflateFlag": 3,
"quota": 205,
"threshold": 818,
"status": 684,
"bankCard": "fldtl4",
"createAt": 683,
"updateAt": 109,
"cardNumber": "hg2a8b",
"lunchCardNumber": "4rubn9",
"shopNumber": 770,
"brandSlogan": "ybsh1f",
"brandLogo": "ume7wb",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:56",
"openBank": "7teo0w",
"openBankName": "roxana.konopelski",
"contractFile": "wcww0y",
"fireFightingFile": "1xpemq",
"legalFile": "bq5q2a",
"brandHistory": "m3yx7v",
"brandIntroduce": "8fg8il"
},
"createTime": "2026-02-03 15:05:48",
"region": {
"id": 376,
"name": "roxana.konopelski",
"parentId": 717,
"shortName": "roxana.konopelski",
"levelType": 642,
"cityCode": "13809",
"zipCode": "13809",
"mergerName": "roxana.konopelski",
"lng": 71.43,
"lat": 99.11,
"pinyin": "rxzwzx"
},
"monthlySales": 176,
"regionId": 232,
"sort": 146,
"positionList": [
{
"id": 766,
"name": "roxana.konopelski",
"num": "vuyd3w",
"shopId": 72,
"type": 310,
"status": 976,
"cover": "yfmhht",
"vr": "7f8m22",
"description": "pw5wv7",
"createAt": 897,
"updateAt": 743,
"tags": "arz2rt"
}
],
"lunchDescribeFlag": 3,
"lunchDescribe": "0hjjf4",
"personPrice": 10.26,
"lowPrice": 764,
"highPrice": 334,
"positionType": 65,
"metroDistance": 50,
"dishList": [
{
"id": 536,
"shopId": 154,
"name": "roxana.konopelski",
"status": 461,
"type": 170,
"url": "www.earle-thompson.net",
"createBy": 233,
"createAt": 452,
"updateAt": 421
}
],
"boxList": [
{
"id": 78,
"shopId": 294,
"name": "roxana.konopelski",
"status": 312,
"type": 77,
"url": "www.earle-thompson.net",
"createBy": 758,
"createAt": 796,
"updateAt": 67
}
],
"headList": [
{
"id": 885,
"shopId": 732,
"name": "roxana.konopelski",
"status": 461,
"type": 495,
"url": "www.earle-thompson.net",
"createBy": 744,
"createAt": 914,
"updateAt": 230
}
],
"activityVoucherList": [
{
"id": 726,
"name": "roxana.konopelski",
"status": 327,
"type": 93,
"cover": "oinff2",
"background": "wsbhqv",
"shareTitle": "a1mju9",
"shareCover": "ov0559",
"startTime": "2026-02-03 15:05:56",
"endTime": "2026-02-03 15:05:56",
"contentImage": "e6aook",
"describe": "t7p81b",
"isAllPart": 945,
"dayNumber": 123,
"frequency": 734,
"forwardFrequency": 646,
"isValid": 616,
"voucherStartTime": "2026-02-03 15:05:56",
"voucherEndTime": "2026-02-03 15:05:56",
"applyType": 481,
"createAt": 839,
"updateAt": 705,
"activityVoucherType": 883,
"isDetailsImage": 67,
"detailsImage": "osucih",
"adImage": "tyx49f",
"activityDescribe": "mn42qv",
"createBy": 840,
"createTime": "2026-02-03 15:05:56",
"updateBy": 354,
"updateTime": "2026-02-03 15:05:56",
"voucherList": [
{
"id": 320,
"activityId": 256,
"amount": 473,
"totalNumber": 598,
"stock": 137,
"conditionAmount": 829,
"limitNumber": 703,
"useTimeType": 478,
"probability": 45.76,
"activityVoucherType": 418,
"purchasePrice": 72,
"currPurchasePrice": 235,
"createAt": 968,
"updateAt": 650,
"name": "roxana.konopelski",
"description": "5le0nh",
"img": "kub0jr",
"label": "0k31s7",
"useDescriptionImg": "difn19",
"donateGoods": "8pcpml",
"discount": 127,
"discountAmount": 600,
"styleType": 899,
"amountDescription": "m0xd29",
"foodImg": "u0tzhn",
"createBy": 622,
"createTime": "2026-02-03 15:05:56",
"updateBy": 891,
"updateTime": "2026-02-03 15:05:56",
"sysVoucherFoodList": [
{
"id": 16,
"voucherId": 507,
"foodName": "roxana.konopelski",
"quantity": 958,
"price": 477,
"description": "2wpq4q",
"img": "htgxd3",
"createBy": 145,
"createTime": "2026-02-03 15:05:56",
"updateBy": 147,
"updateTime": "2026-02-03 15:05:56"
}
],
"activityName": "roxana.konopelski",
"shopCount": 70,
"brandName": "roxana.konopelski"
}
],
"shopIdList": [
829
],
"myFrequency": 350,
"voucherDescribeList": [
{
"id": 908,
"activityVoucherId": 376,
"discountLabel": "jft92d",
"discountRatio": "espgwd",
"discountPrice": "jlil20",
"oldPrice": "vx6fj0",
"activityDescribe": "2c7wah",
"createBy": 81,
"createTime": "2026-02-03 15:05:56",
"updateBy": 145,
"updateTime": "2026-02-03 15:05:56"
}
]
}
],
"numList": [
"yhqb51"
],
"describeList": [
{
"id": 913,
"shopId": 656,
"description": "3g416x",
"img": "j7dsqi",
"createBy": 432,
"createTime": "2026-02-03 15:05:56",
"updateBy": 830,
"updateTime": "2026-02-03 15:05:56"
}
],
"accountName": "roxana.konopelski",
"voucherDescribeList": [
{
"id": 265,
"activityVoucherId": 496,
"discountLabel": "049hdc",
"discountRatio": "f4avjh",
"discountPrice": "nzotrt",
"oldPrice": "t5n89o",
"activityDescribe": "3h74p9",
"createBy": 516,
"createTime": "2026-02-03 15:05:56",
"updateBy": 597,
"updateTime": "2026-02-03 15:05:56"
}
],
"sysActivityVoucherId": 369,
"activityDescribe": "zj5hwc",
"voucherList": [
{
"id": 815,
"activityId": 74,
"amount": 243,
"totalNumber": 467,
"stock": 930,
"conditionAmount": 604,
"limitNumber": 338,
"useTimeType": 640,
"probability": 87.09,
"activityVoucherType": 970,
"purchasePrice": 285,
"currPurchasePrice": 502,
"createAt": 37,
"updateAt": 909,
"name": "roxana.konopelski",
"description": "9uc5ej",
"img": "onk7xe",
"label": "rt6rku",
"useDescriptionImg": "es7n2p",
"donateGoods": "1f5or3",
"discount": 128,
"discountAmount": 440,
"styleType": 205,
"amountDescription": "rxs4qb",
"foodImg": "n9bo8f",
"createBy": 254,
"createTime": "2026-02-03 15:05:56",
"updateBy": 589,
"updateTime": "2026-02-03 15:05:56"
}
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 473,
"totalPage": 922,
"page": 877,
"pageSize": 67
},
"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": 567,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "jp5ady",
"auditStatus": 835,
"accountId": 737,
"businessHours": "e48y2p",
"specialBusinessHours": "lrsoql",
"point": 198,
"tags": "tp8amn",
"serviceFacilities": "x7mt7s",
"featuredServices": "1e4opz",
"status": 119,
"reservationAmount": 169,
"category": "werxe8",
"price": 901,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "d2p1u0",
"preType": 676,
"days": 292,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "8ajb7i",
"latitude": 80.53,
"longitude": 21.82,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 138,
"metro": "k8ahsj",
"metroInfo": "h18r2t",
"tradeArea": "q0ljec",
"listingTime": 203,
"reservePhone": "1-612-315-8441",
"banner": "3jmifz",
"activity": "c4h15i",
"detailsImg": "ay5nso",
"leaderName": "roxana.konopelski",
"createBy": 879,
"createAt": 622,
"updateBy": 655,
"updateAt": 290,
"externalDiscounts": 33,
"lunchExternalDiscounts": 129,
"lunchFlag": 3,
"info": "sy34qb",
"distance": 73.36,
"account": {
"id": 812,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 473,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "8t91l4",
"phone": "1-612-315-8441",
"amount": 118,
"discount": 698,
"externalDiscounts": 770,
"lunchFlag": 3,
"lunchAmount": 177,
"lunchDiscount": 266,
"lunchExternalDiscounts": 281,
"lunchDescribeFlag": 3,
"lunchDescribe": "02klkc",
"inflateFlag": 3,
"quota": 205,
"threshold": 818,
"status": 684,
"bankCard": "fldtl4",
"createAt": 683,
"updateAt": 109,
"cardNumber": "hg2a8b",
"lunchCardNumber": "4rubn9",
"shopNumber": 770,
"brandSlogan": "ybsh1f",
"brandLogo": "ume7wb",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:56",
"openBank": "7teo0w",
"openBankName": "roxana.konopelski",
"contractFile": "wcww0y",
"fireFightingFile": "1xpemq",
"legalFile": "bq5q2a",
"brandHistory": "m3yx7v",
"brandIntroduce": "8fg8il"
},
"createTime": "2026-02-03 15:05:48",
"region": {
"id": 376,
"name": "roxana.konopelski",
"parentId": 717,
"shortName": "roxana.konopelski",
"levelType": 642,
"cityCode": "13809",
"zipCode": "13809",
"mergerName": "roxana.konopelski",
"lng": 71.43,
"lat": 99.11,
"pinyin": "rxzwzx"
},
"monthlySales": 176,
"regionId": 232,
"sort": 146,
"positionList": [
{
"id": 766,
"name": "roxana.konopelski",
"num": "vuyd3w",
"shopId": 72,
"type": 310,
"status": 976,
"cover": "yfmhht",
"vr": "7f8m22",
"description": "pw5wv7",
"createAt": 897,
"updateAt": 743,
"tags": "arz2rt"
}
],
"lunchDescribeFlag": 3,
"lunchDescribe": "0hjjf4",
"personPrice": 10.26,
"lowPrice": 764,
"highPrice": 334,
"positionType": 65,
"metroDistance": 50,
"dishList": [
{
"id": 536,
"shopId": 154,
"name": "roxana.konopelski",
"status": 461,
"type": 170,
"url": "www.earle-thompson.net",
"createBy": 233,
"createAt": 452,
"updateAt": 421
}
],
"boxList": [
{
"id": 78,
"shopId": 294,
"name": "roxana.konopelski",
"status": 312,
"type": 77,
"url": "www.earle-thompson.net",
"createBy": 758,
"createAt": 796,
"updateAt": 67
}
],
"headList": [
{
"id": 885,
"shopId": 732,
"name": "roxana.konopelski",
"status": 461,
"type": 495,
"url": "www.earle-thompson.net",
"createBy": 744,
"createAt": 914,
"updateAt": 230
}
],
"activityVoucherList": [
{
"id": 726,
"name": "roxana.konopelski",
"status": 327,
"type": 93,
"cover": "oinff2",
"background": "wsbhqv",
"shareTitle": "a1mju9",
"shareCover": "ov0559",
"startTime": "2026-02-03 15:05:56",
"endTime": "2026-02-03 15:05:56",
"contentImage": "e6aook",
"describe": "t7p81b",
"isAllPart": 945,
"dayNumber": 123,
"frequency": 734,
"forwardFrequency": 646,
"isValid": 616,
"voucherStartTime": "2026-02-03 15:05:56",
"voucherEndTime": "2026-02-03 15:05:56",
"applyType": 481,
"createAt": 839,
"updateAt": 705,
"activityVoucherType": 883,
"isDetailsImage": 67,
"detailsImage": "osucih",
"adImage": "tyx49f",
"activityDescribe": "mn42qv",
"createBy": 840,
"createTime": "2026-02-03 15:05:56",
"updateBy": 354,
"updateTime": "2026-02-03 15:05:56",
"voucherList": [
{
"id": 320,
"activityId": 256,
"amount": 473,
"totalNumber": 598,
"stock": 137,
"conditionAmount": 829,
"limitNumber": 703,
"useTimeType": 478,
"probability": 45.76,
"activityVoucherType": 418,
"purchasePrice": 72,
"currPurchasePrice": 235,
"createAt": 968,
"updateAt": 650,
"name": "roxana.konopelski",
"description": "5le0nh",
"img": "kub0jr",
"label": "0k31s7",
"useDescriptionImg": "difn19",
"donateGoods": "8pcpml",
"discount": 127,
"discountAmount": 600,
"styleType": 899,
"amountDescription": "m0xd29",
"foodImg": "u0tzhn",
"createBy": 622,
"createTime": "2026-02-03 15:05:56",
"updateBy": 891,
"updateTime": "2026-02-03 15:05:56",
"sysVoucherFoodList": [
{
"id": 16,
"voucherId": 507,
"foodName": "roxana.konopelski",
"quantity": 958,
"price": 477,
"description": "2wpq4q",
"img": "htgxd3",
"createBy": 145,
"createTime": "2026-02-03 15:05:56",
"updateBy": 147,
"updateTime": "2026-02-03 15:05:56"
}
],
"activityName": "roxana.konopelski",
"shopCount": 70,
"brandName": "roxana.konopelski"
}
],
"shopIdList": [
829
],
"myFrequency": 350,
"voucherDescribeList": [
{
"id": 908,
"activityVoucherId": 376,
"discountLabel": "jft92d",
"discountRatio": "espgwd",
"discountPrice": "jlil20",
"oldPrice": "vx6fj0",
"activityDescribe": "2c7wah",
"createBy": 81,
"createTime": "2026-02-03 15:05:56",
"updateBy": 145,
"updateTime": "2026-02-03 15:05:56"
}
]
}
],
"numList": [
"yhqb51"
],
"describeList": [
{
"id": 913,
"shopId": 656,
"description": "3g416x",
"img": "j7dsqi",
"createBy": 432,
"createTime": "2026-02-03 15:05:56",
"updateBy": 830,
"updateTime": "2026-02-03 15:05:56"
}
],
"accountName": "roxana.konopelski",
"voucherDescribeList": [
{
"id": 265,
"activityVoucherId": 496,
"discountLabel": "049hdc",
"discountRatio": "f4avjh",
"discountPrice": "nzotrt",
"oldPrice": "t5n89o",
"activityDescribe": "3h74p9",
"createBy": 516,
"createTime": "2026-02-03 15:05:56",
"updateBy": 597,
"updateTime": "2026-02-03 15:05:56"
}
],
"sysActivityVoucherId": 369,
"activityDescribe": "zj5hwc",
"voucherList": [
{
"id": 815,
"activityId": 74,
"amount": 243,
"totalNumber": 467,
"stock": 930,
"conditionAmount": 604,
"limitNumber": 338,
"useTimeType": 640,
"probability": 87.09,
"activityVoucherType": 970,
"purchasePrice": 285,
"currPurchasePrice": 502,
"createAt": 37,
"updateAt": 909,
"name": "roxana.konopelski",
"description": "9uc5ej",
"img": "onk7xe",
"label": "rt6rku",
"useDescriptionImg": "es7n2p",
"donateGoods": "1f5or3",
"discount": 128,
"discountAmount": 440,
"styleType": 205,
"amountDescription": "rxs4qb",
"foodImg": "n9bo8f",
"createBy": 254,
"createTime": "2026-02-03 15:05:56",
"updateBy": 589,
"updateTime": "2026-02-03 15:05:56"
}
]
}'34.7. 修改店铺信息
Type: POST
Content-Type: application/json
Description: 修改店铺信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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 | 更新时间 |
└─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 | 更新时间 |
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 | 更新时间 |
sysActivityVoucherId | int32 | false | 活动Id |
activityDescribe | 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 | 更新时间 |
Request-body:
{
"id": 108,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "rt2qwy",
"auditStatus": 101,
"accountId": 521,
"businessHours": "gh2pkg",
"specialBusinessHours": "an1ewz",
"point": 240,
"tags": "xedbsv",
"serviceFacilities": "hnx5rb",
"featuredServices": "sfxvjm",
"status": 378,
"reservationAmount": 76,
"category": "2otw0s",
"price": 69,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "syt5qc",
"preType": 603,
"days": 507,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "y1qpbg",
"latitude": 49.42,
"longitude": 23.25,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 166,
"metro": "nq2jpn",
"metroInfo": "i2k4rx",
"tradeArea": "v6cc0p",
"listingTime": 501,
"reservePhone": "1-612-315-8441",
"banner": "tra30t",
"activity": "1vwogq",
"detailsImg": "90huec",
"leaderName": "roxana.konopelski",
"createBy": 641,
"createAt": 517,
"updateBy": 443,
"updateAt": 277,
"externalDiscounts": 503,
"lunchExternalDiscounts": 611,
"lunchFlag": 3,
"info": "prf64w",
"distance": 87.14,
"account": {
"id": 975,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 99,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "2x1suw",
"phone": "1-612-315-8441",
"amount": 25,
"discount": 286,
"externalDiscounts": 962,
"lunchFlag": 3,
"lunchAmount": 431,
"lunchDiscount": 284,
"lunchExternalDiscounts": 889,
"lunchDescribeFlag": 3,
"lunchDescribe": "wwkvx7",
"inflateFlag": 3,
"quota": 306,
"threshold": 112,
"status": 969,
"bankCard": "hcbbrt",
"createAt": 478,
"updateAt": 78,
"cardNumber": "1xtvok",
"lunchCardNumber": "jeljda",
"shopNumber": 427,
"brandSlogan": "mh3kv0",
"brandLogo": "dtgwio",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:56",
"openBank": "ubknh0",
"openBankName": "roxana.konopelski",
"contractFile": "c3ty0n",
"fireFightingFile": "qthbsp",
"legalFile": "a255iq",
"brandHistory": "h50516",
"brandIntroduce": "au8znm"
},
"createTime": "2026-02-03 15:05:48",
"region": {
"id": 632,
"name": "roxana.konopelski",
"parentId": 879,
"shortName": "roxana.konopelski",
"levelType": 225,
"cityCode": "13809",
"zipCode": "13809",
"mergerName": "roxana.konopelski",
"lng": 49.32,
"lat": 54.56,
"pinyin": "afzbuz"
},
"monthlySales": 336,
"regionId": 864,
"sort": 331,
"positionList": [
{
"id": 739,
"name": "roxana.konopelski",
"num": "gtip19",
"shopId": 826,
"type": 484,
"status": 77,
"cover": "rzsrqt",
"vr": "gf3sqy",
"description": "bp6og5",
"createAt": 392,
"updateAt": 872,
"tags": "ox0m33"
}
],
"lunchDescribeFlag": 3,
"lunchDescribe": "j89tgj",
"personPrice": 97.22,
"lowPrice": 674,
"highPrice": 17,
"positionType": 650,
"metroDistance": 1,
"dishList": [
{
"id": 811,
"shopId": 219,
"name": "roxana.konopelski",
"status": 739,
"type": 403,
"url": "www.earle-thompson.net",
"createBy": 349,
"createAt": 844,
"updateAt": 987
}
],
"boxList": [
{
"id": 534,
"shopId": 694,
"name": "roxana.konopelski",
"status": 872,
"type": 506,
"url": "www.earle-thompson.net",
"createBy": 352,
"createAt": 565,
"updateAt": 129
}
],
"headList": [
{
"id": 330,
"shopId": 384,
"name": "roxana.konopelski",
"status": 176,
"type": 668,
"url": "www.earle-thompson.net",
"createBy": 788,
"createAt": 116,
"updateAt": 345
}
],
"activityVoucherList": [
{
"id": 987,
"name": "roxana.konopelski",
"status": 985,
"type": 490,
"cover": "7jn5zn",
"background": "697k9r",
"shareTitle": "wzow8x",
"shareCover": "ez9fxg",
"startTime": "2026-02-03 15:05:56",
"endTime": "2026-02-03 15:05:56",
"contentImage": "poobei",
"describe": "jamjny",
"isAllPart": 827,
"dayNumber": 705,
"frequency": 497,
"forwardFrequency": 703,
"isValid": 740,
"voucherStartTime": "2026-02-03 15:05:56",
"voucherEndTime": "2026-02-03 15:05:56",
"applyType": 433,
"createAt": 765,
"updateAt": 958,
"activityVoucherType": 287,
"isDetailsImage": 67,
"detailsImage": "47gfak",
"adImage": "hdhjsy",
"activityDescribe": "drumya",
"createBy": 91,
"createTime": "2026-02-03 15:05:56",
"updateBy": 440,
"updateTime": "2026-02-03 15:05:56",
"voucherList": [
{
"id": 276,
"activityId": 777,
"amount": 411,
"totalNumber": 740,
"stock": 762,
"conditionAmount": 549,
"limitNumber": 251,
"useTimeType": 706,
"probability": 40.15,
"activityVoucherType": 356,
"purchasePrice": 180,
"currPurchasePrice": 61,
"createAt": 604,
"updateAt": 107,
"name": "roxana.konopelski",
"description": "l1csto",
"img": "718slj",
"label": "95fv3x",
"useDescriptionImg": "pwrwjd",
"donateGoods": "3n8efn",
"discount": 328,
"discountAmount": 743,
"styleType": 568,
"amountDescription": "l3f2y8",
"foodImg": "o5ffdu",
"createBy": 353,
"createTime": "2026-02-03 15:05:56",
"updateBy": 888,
"updateTime": "2026-02-03 15:05:56",
"sysVoucherFoodList": [
{
"id": 918,
"voucherId": 334,
"foodName": "roxana.konopelski",
"quantity": 189,
"price": 365,
"description": "hy0yb7",
"img": "kw35ou",
"createBy": 628,
"createTime": "2026-02-03 15:05:56",
"updateBy": 663,
"updateTime": "2026-02-03 15:05:56"
}
],
"activityName": "roxana.konopelski",
"shopCount": 588,
"brandName": "roxana.konopelski"
}
],
"shopIdList": [
948
],
"myFrequency": 21,
"voucherDescribeList": [
{
"id": 943,
"activityVoucherId": 540,
"discountLabel": "mviz51",
"discountRatio": "x8o2it",
"discountPrice": "imlw9p",
"oldPrice": "ptisy2",
"activityDescribe": "jszlb8",
"createBy": 831,
"createTime": "2026-02-03 15:05:56",
"updateBy": 822,
"updateTime": "2026-02-03 15:05:56"
}
]
}
],
"numList": [
"y8n2z3"
],
"describeList": [
{
"id": 824,
"shopId": 453,
"description": "drtzm1",
"img": "vhvmpv",
"createBy": 543,
"createTime": "2026-02-03 15:05:56",
"updateBy": 606,
"updateTime": "2026-02-03 15:05:56"
}
],
"accountName": "roxana.konopelski",
"voucherDescribeList": [
{
"id": 130,
"activityVoucherId": 107,
"discountLabel": "o17mfy",
"discountRatio": "esv7jk",
"discountPrice": "dfaijm",
"oldPrice": "cvby8t",
"activityDescribe": "xan9a4",
"createBy": 944,
"createTime": "2026-02-03 15:05:56",
"updateBy": 903,
"updateTime": "2026-02-03 15:05:56"
}
],
"sysActivityVoucherId": 972,
"activityDescribe": "7qsqt0",
"voucherList": [
{
"id": 495,
"activityId": 632,
"amount": 936,
"totalNumber": 673,
"stock": 358,
"conditionAmount": 205,
"limitNumber": 462,
"useTimeType": 609,
"probability": 20.60,
"activityVoucherType": 86,
"purchasePrice": 194,
"currPurchasePrice": 514,
"createAt": 831,
"updateAt": 701,
"name": "roxana.konopelski",
"description": "chq2ig",
"img": "2wsavh",
"label": "okgs71",
"useDescriptionImg": "aj7fdv",
"donateGoods": "zx0z54",
"discount": 274,
"discountAmount": 436,
"styleType": 317,
"amountDescription": "y2xnsn",
"foodImg": "nq8mjo",
"createBy": 223,
"createTime": "2026-02-03 15:05:56",
"updateBy": 514,
"updateTime": "2026-02-03 15:05:56"
}
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 182,
"totalPage": 561,
"page": 281,
"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/_internal_/shop/update --data '{
"id": 108,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"image": "rt2qwy",
"auditStatus": 101,
"accountId": 521,
"businessHours": "gh2pkg",
"specialBusinessHours": "an1ewz",
"point": 240,
"tags": "xedbsv",
"serviceFacilities": "hnx5rb",
"featuredServices": "sfxvjm",
"status": 378,
"reservationAmount": 76,
"category": "2otw0s",
"price": 69,
"phone": "1-612-315-8441",
"preFlag": 3,
"timeSpan": "syt5qc",
"preType": 603,
"days": 507,
"banStart": "2026-02-03",
"banEnd": "2026-02-03",
"remark": "y1qpbg",
"latitude": 49.42,
"longitude": 23.25,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"areaCode": 166,
"metro": "nq2jpn",
"metroInfo": "i2k4rx",
"tradeArea": "v6cc0p",
"listingTime": 501,
"reservePhone": "1-612-315-8441",
"banner": "tra30t",
"activity": "1vwogq",
"detailsImg": "90huec",
"leaderName": "roxana.konopelski",
"createBy": 641,
"createAt": 517,
"updateBy": 443,
"updateAt": 277,
"externalDiscounts": 503,
"lunchExternalDiscounts": 611,
"lunchFlag": 3,
"info": "prf64w",
"distance": 87.14,
"account": {
"id": 975,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"platformId": 99,
"name": "roxana.konopelski",
"businessLicenseCode": "13809",
"legalPerson": "2x1suw",
"phone": "1-612-315-8441",
"amount": 25,
"discount": 286,
"externalDiscounts": 962,
"lunchFlag": 3,
"lunchAmount": 431,
"lunchDiscount": 284,
"lunchExternalDiscounts": 889,
"lunchDescribeFlag": 3,
"lunchDescribe": "wwkvx7",
"inflateFlag": 3,
"quota": 306,
"threshold": 112,
"status": 969,
"bankCard": "hcbbrt",
"createAt": 478,
"updateAt": 78,
"cardNumber": "1xtvok",
"lunchCardNumber": "jeljda",
"shopNumber": 427,
"brandSlogan": "mh3kv0",
"brandLogo": "dtgwio",
"brandName": "roxana.konopelski",
"signTime": "2026-02-03 15:05:56",
"openBank": "ubknh0",
"openBankName": "roxana.konopelski",
"contractFile": "c3ty0n",
"fireFightingFile": "qthbsp",
"legalFile": "a255iq",
"brandHistory": "h50516",
"brandIntroduce": "au8znm"
},
"createTime": "2026-02-03 15:05:48",
"region": {
"id": 632,
"name": "roxana.konopelski",
"parentId": 879,
"shortName": "roxana.konopelski",
"levelType": 225,
"cityCode": "13809",
"zipCode": "13809",
"mergerName": "roxana.konopelski",
"lng": 49.32,
"lat": 54.56,
"pinyin": "afzbuz"
},
"monthlySales": 336,
"regionId": 864,
"sort": 331,
"positionList": [
{
"id": 739,
"name": "roxana.konopelski",
"num": "gtip19",
"shopId": 826,
"type": 484,
"status": 77,
"cover": "rzsrqt",
"vr": "gf3sqy",
"description": "bp6og5",
"createAt": 392,
"updateAt": 872,
"tags": "ox0m33"
}
],
"lunchDescribeFlag": 3,
"lunchDescribe": "j89tgj",
"personPrice": 97.22,
"lowPrice": 674,
"highPrice": 17,
"positionType": 650,
"metroDistance": 1,
"dishList": [
{
"id": 811,
"shopId": 219,
"name": "roxana.konopelski",
"status": 739,
"type": 403,
"url": "www.earle-thompson.net",
"createBy": 349,
"createAt": 844,
"updateAt": 987
}
],
"boxList": [
{
"id": 534,
"shopId": 694,
"name": "roxana.konopelski",
"status": 872,
"type": 506,
"url": "www.earle-thompson.net",
"createBy": 352,
"createAt": 565,
"updateAt": 129
}
],
"headList": [
{
"id": 330,
"shopId": 384,
"name": "roxana.konopelski",
"status": 176,
"type": 668,
"url": "www.earle-thompson.net",
"createBy": 788,
"createAt": 116,
"updateAt": 345
}
],
"activityVoucherList": [
{
"id": 987,
"name": "roxana.konopelski",
"status": 985,
"type": 490,
"cover": "7jn5zn",
"background": "697k9r",
"shareTitle": "wzow8x",
"shareCover": "ez9fxg",
"startTime": "2026-02-03 15:05:56",
"endTime": "2026-02-03 15:05:56",
"contentImage": "poobei",
"describe": "jamjny",
"isAllPart": 827,
"dayNumber": 705,
"frequency": 497,
"forwardFrequency": 703,
"isValid": 740,
"voucherStartTime": "2026-02-03 15:05:56",
"voucherEndTime": "2026-02-03 15:05:56",
"applyType": 433,
"createAt": 765,
"updateAt": 958,
"activityVoucherType": 287,
"isDetailsImage": 67,
"detailsImage": "47gfak",
"adImage": "hdhjsy",
"activityDescribe": "drumya",
"createBy": 91,
"createTime": "2026-02-03 15:05:56",
"updateBy": 440,
"updateTime": "2026-02-03 15:05:56",
"voucherList": [
{
"id": 276,
"activityId": 777,
"amount": 411,
"totalNumber": 740,
"stock": 762,
"conditionAmount": 549,
"limitNumber": 251,
"useTimeType": 706,
"probability": 40.15,
"activityVoucherType": 356,
"purchasePrice": 180,
"currPurchasePrice": 61,
"createAt": 604,
"updateAt": 107,
"name": "roxana.konopelski",
"description": "l1csto",
"img": "718slj",
"label": "95fv3x",
"useDescriptionImg": "pwrwjd",
"donateGoods": "3n8efn",
"discount": 328,
"discountAmount": 743,
"styleType": 568,
"amountDescription": "l3f2y8",
"foodImg": "o5ffdu",
"createBy": 353,
"createTime": "2026-02-03 15:05:56",
"updateBy": 888,
"updateTime": "2026-02-03 15:05:56",
"sysVoucherFoodList": [
{
"id": 918,
"voucherId": 334,
"foodName": "roxana.konopelski",
"quantity": 189,
"price": 365,
"description": "hy0yb7",
"img": "kw35ou",
"createBy": 628,
"createTime": "2026-02-03 15:05:56",
"updateBy": 663,
"updateTime": "2026-02-03 15:05:56"
}
],
"activityName": "roxana.konopelski",
"shopCount": 588,
"brandName": "roxana.konopelski"
}
],
"shopIdList": [
948
],
"myFrequency": 21,
"voucherDescribeList": [
{
"id": 943,
"activityVoucherId": 540,
"discountLabel": "mviz51",
"discountRatio": "x8o2it",
"discountPrice": "imlw9p",
"oldPrice": "ptisy2",
"activityDescribe": "jszlb8",
"createBy": 831,
"createTime": "2026-02-03 15:05:56",
"updateBy": 822,
"updateTime": "2026-02-03 15:05:56"
}
]
}
],
"numList": [
"y8n2z3"
],
"describeList": [
{
"id": 824,
"shopId": 453,
"description": "drtzm1",
"img": "vhvmpv",
"createBy": 543,
"createTime": "2026-02-03 15:05:56",
"updateBy": 606,
"updateTime": "2026-02-03 15:05:56"
}
],
"accountName": "roxana.konopelski",
"voucherDescribeList": [
{
"id": 130,
"activityVoucherId": 107,
"discountLabel": "o17mfy",
"discountRatio": "esv7jk",
"discountPrice": "dfaijm",
"oldPrice": "cvby8t",
"activityDescribe": "xan9a4",
"createBy": 944,
"createTime": "2026-02-03 15:05:56",
"updateBy": 903,
"updateTime": "2026-02-03 15:05:56"
}
],
"sysActivityVoucherId": 972,
"activityDescribe": "7qsqt0",
"voucherList": [
{
"id": 495,
"activityId": 632,
"amount": 936,
"totalNumber": 673,
"stock": 358,
"conditionAmount": 205,
"limitNumber": 462,
"useTimeType": 609,
"probability": 20.60,
"activityVoucherType": 86,
"purchasePrice": 194,
"currPurchasePrice": 514,
"createAt": 831,
"updateAt": 701,
"name": "roxana.konopelski",
"description": "chq2ig",
"img": "2wsavh",
"label": "okgs71",
"useDescriptionImg": "aj7fdv",
"donateGoods": "zx0z54",
"discount": 274,
"discountAmount": 436,
"styleType": 317,
"amountDescription": "y2xnsn",
"foodImg": "nq8mjo",
"createBy": 223,
"createTime": "2026-02-03 15:05:56",
"updateBy": 514,
"updateTime": "2026-02-03 15:05:56"
}
]
}'34.8.
Type: POST
Content-Type: multipart/form-data
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
shopId | int32 | true | No comments found. | ||
file | file | true | No comments found. |
Request-body:
&294Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 147,
"totalPage": 776,
"page": 299,
"pageSize": 720
},
"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=294'34.9. 删除店铺信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除店铺信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 889,
"totalPage": 968,
"page": 626,
"pageSize": 80
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/shop/delete?id=940 --data '&940'35. 内部充值记录管理
35.1. 查询单个充值记录
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个充值记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 786,
"totalPage": 622,
"page": 203,
"pageSize": 807
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/transaction/getTransaction/33635.2.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 660,
"current": 994,
"accountName": "roxana.konopelski",
"status": 624
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 94,
"records": [
{
"id": 103,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 597,
"status": 197,
"accountId": 447,
"accountName": "roxana.konopelski",
"amount": 931,
"discount": 184,
"actualAmount": 934,
"attachment": "nqvrwp",
"reason": "xknb8x",
"createAt": 497,
"updateAt": 43,
"checkUserId": 93,
"beforeAccountAmount": 968,
"afterAccountAmount": 355,
"confirmTime": "2026-02-03 15:05:56",
"createTime": "2026-02-03 15:05:56",
"lunchFlag": 3,
"inflateFlag": 3,
"lunchAmount": 190,
"dinnerAmount": 517,
"accountAmount": 661
}
],
"total": 587,
"size": 930,
"current": 640
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 471,
"totalPage": 408,
"page": 723,
"pageSize": 658
},
"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": 660,
"current": 994,
"accountName": "roxana.konopelski",
"status": 624
}'35.3. 查询充值记录列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询充值记录列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 488,
"totalPage": 966,
"page": 471,
"pageSize": 316
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/transaction/list?accountName=roxana.konopelski&status=841&page=1&pageSize=10 --data '&roxana.konopelski&841&1&10'35.4. 创建充值记录信息
Type: POST
Content-Type: multipart/form-data
Description: 创建充值记录信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
&otdzci&529&628&282&388Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 861,
"totalPage": 899,
"page": 666,
"pageSize": 335
},
"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=otdzci&accountId=529&actualAmount=628&id=282&type=388'35.5. 创建充值记录信息
Type: POST
Content-Type: application/json
Description: 创建充值记录信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 599,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 715,
"status": 705,
"accountId": 668,
"accountName": "roxana.konopelski",
"amount": 183,
"discount": 413,
"actualAmount": 93,
"attachment": "ig54rw",
"reason": "v6z1g6",
"createAt": 790,
"updateAt": 657,
"checkUserId": 574,
"beforeAccountAmount": 657,
"afterAccountAmount": 784,
"confirmTime": "2026-02-03 15:05:56",
"createTime": "2026-02-03 15:05:56",
"lunchFlag": 3,
"inflateFlag": 3
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 296,
"totalPage": 377,
"page": 617,
"pageSize": 477
},
"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/createTransaction --data '{
"id": 599,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 715,
"status": 705,
"accountId": 668,
"accountName": "roxana.konopelski",
"amount": 183,
"discount": 413,
"actualAmount": 93,
"attachment": "ig54rw",
"reason": "v6z1g6",
"createAt": 790,
"updateAt": 657,
"checkUserId": 574,
"beforeAccountAmount": 657,
"afterAccountAmount": 784,
"confirmTime": "2026-02-03 15:05:56",
"createTime": "2026-02-03 15:05:56",
"lunchFlag": 3,
"inflateFlag": 3
}'35.6.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 731,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 855,
"status": 862,
"accountId": 911,
"accountName": "roxana.konopelski",
"amount": 508,
"discount": 271,
"actualAmount": 621,
"attachment": "kt1j58",
"reason": "q6ax6v",
"createAt": 767,
"updateAt": 180,
"checkUserId": 170,
"beforeAccountAmount": 116,
"afterAccountAmount": 618,
"confirmTime": "2026-02-03 15:05:56",
"createTime": "2026-02-03 15:05:56",
"lunchFlag": 3,
"inflateFlag": 3
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 571,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 645,
"status": 413,
"accountId": 29,
"accountName": "roxana.konopelski",
"amount": 117,
"discount": 937,
"actualAmount": 203,
"attachment": "drf3ds",
"reason": "1feww3",
"createAt": 205,
"updateAt": 587,
"checkUserId": 90,
"beforeAccountAmount": 60,
"afterAccountAmount": 979,
"confirmTime": "2026-02-03 15:05:56",
"createTime": "2026-02-03 15:05:56",
"lunchFlag": 3,
"inflateFlag": 3
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 249,
"totalPage": 193,
"page": 53,
"pageSize": 474
},
"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": 731,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 855,
"status": 862,
"accountId": 911,
"accountName": "roxana.konopelski",
"amount": 508,
"discount": 271,
"actualAmount": 621,
"attachment": "kt1j58",
"reason": "q6ax6v",
"createAt": 767,
"updateAt": 180,
"checkUserId": 170,
"beforeAccountAmount": 116,
"afterAccountAmount": 618,
"confirmTime": "2026-02-03 15:05:56",
"createTime": "2026-02-03 15:05:56",
"lunchFlag": 3,
"inflateFlag": 3
}'35.7.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
map | map | false | No comments found. |
Request-body:
{
"mapKey1": "9i1llu",
"mapKey2": "lbco71"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 436,
"page": 380,
"pageSize": 18
},
"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": "9i1llu",
"mapKey2": "lbco71"
}'35.8. 删除充值记录信息
Type: POST
Content-Type: application/json
Description: 删除充值记录信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | array | false | No comments found.,[array of int32] |
Request-body:
[
657
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 444,
"page": 436,
"pageSize": 970
},
"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 '[
657
]'36. 提现管理
36.1. 查询单个提现
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个提现
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 270,
"totalPage": 239,
"page": 286,
"pageSize": 818
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/withdrawal/getWithdrawal/86036.2.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 108,
"name": "roxana.konopelski",
"type": 827,
"mobile": "971.630.1621",
"userType": 734,
"realName": "roxana.konopelski",
"orderId": 929,
"status": 517,
"size": 364,
"current": 851,
"dateType": 195,
"orderBy": 40,
"beginTime": "2026-02-03 15:05:56",
"endTime": "2026-02-03 15:05:56"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 744,
"page": 346,
"pageSize": 355
},
"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": 108,
"name": "roxana.konopelski",
"type": 827,
"mobile": "971.630.1621",
"userType": 734,
"realName": "roxana.konopelski",
"orderId": 929,
"status": 517,
"size": 364,
"current": 851,
"dateType": 195,
"orderBy": 40,
"beginTime": "2026-02-03 15:05:56",
"endTime": "2026-02-03 15:05:56"
}'36.3. 修改提现信息
Type: POST
Content-Type: application/json
Description: 修改提现信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 429,
"userId": 175,
"memberId": 403,
"orderId": 935,
"type": 662,
"status": 755,
"consumeAmount": 703,
"amount": 325,
"paymentNo": "f3epu8",
"paymentTime": "2026-02-03 15:05:56",
"createAt": 987,
"wxState": "aplqkn",
"reason": "orafyv",
"openId": "182",
"appId": "182",
"mchId": "182",
"callbackTime": "2026-02-03 15:05:56",
"transferBillNo": "7v6dfr",
"rejectTime": "2026-02-03 15:05:56",
"rejectBy": 222,
"paymentBy": 489,
"createTime": "2026-02-03 15:05:56",
"beforeAmount": 768,
"afterAmount": 198,
"wxRequest": "w6wv6h",
"wxResponse": "z55ug6",
"packageInfo": "gdp8ct",
"callbackResponse": "sym8d9"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 920,
"totalPage": 145,
"page": 664,
"pageSize": 756
},
"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": 429,
"userId": 175,
"memberId": 403,
"orderId": 935,
"type": 662,
"status": 755,
"consumeAmount": 703,
"amount": 325,
"paymentNo": "f3epu8",
"paymentTime": "2026-02-03 15:05:56",
"createAt": 987,
"wxState": "aplqkn",
"reason": "orafyv",
"openId": "182",
"appId": "182",
"mchId": "182",
"callbackTime": "2026-02-03 15:05:56",
"transferBillNo": "7v6dfr",
"rejectTime": "2026-02-03 15:05:56",
"rejectBy": 222,
"paymentBy": 489,
"createTime": "2026-02-03 15:05:56",
"beforeAmount": 768,
"afterAmount": 198,
"wxRequest": "w6wv6h",
"wxResponse": "z55ug6",
"packageInfo": "gdp8ct",
"callbackResponse": "sym8d9"
}'37.
37.1.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 88,
"page": 634,
"pageSize": 537
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/wxMsg/send38. 微信支付接口
38.1.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "182",
"desc": "vo4n2r",
"money": 92.84,
"tradeType": 737,
"transactionId": "182",
"outTradeNo": "ymuwzm",
"productId": "182",
"authCode": "13809",
"orderId": 345
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 828,
"page": 917,
"pageSize": 870
},
"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": "182",
"desc": "vo4n2r",
"money": 92.84,
"tradeType": 737,
"transactionId": "182",
"outTradeNo": "ymuwzm",
"productId": "182",
"authCode": "13809",
"orderId": 345
}'38.2.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "182",
"desc": "i96xjq",
"money": 90.27,
"tradeType": 859,
"transactionId": "182",
"outTradeNo": "oib3et",
"productId": "182",
"authCode": "13809",
"orderId": 698
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 993,
"totalPage": 299,
"page": 24,
"pageSize": 0
},
"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": "182",
"desc": "i96xjq",
"money": 90.27,
"tradeType": 859,
"transactionId": "182",
"outTradeNo": "oib3et",
"productId": "182",
"authCode": "13809",
"orderId": 698
}'38.3.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 511,
"money": 82.68,
"totalMoney": 67.00,
"transactionId": "182",
"outTradeNo": "j52d4c",
"outRefundNo": "78qhrm",
"productId": "182",
"authCode": "13809",
"refundId": "182"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 206,
"page": 376,
"pageSize": 225
},
"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": 511,
"money": 82.68,
"totalMoney": 67.00,
"transactionId": "182",
"outTradeNo": "j52d4c",
"outRefundNo": "78qhrm",
"productId": "182",
"authCode": "13809",
"refundId": "182"
}'38.4.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "182",
"desc": "yi6hhm",
"money": 18.70,
"tradeType": 473,
"transactionId": "182",
"outTradeNo": "tsn89z",
"productId": "182",
"authCode": "13809",
"orderId": 811
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 803,
"page": 843,
"pageSize": 275
},
"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": "182",
"desc": "yi6hhm",
"money": 18.70,
"tradeType": 473,
"transactionId": "182",
"outTradeNo": "tsn89z",
"productId": "182",
"authCode": "13809",
"orderId": 811
}'38.5.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 423,
"money": 65.15,
"totalMoney": 35.81,
"transactionId": "182",
"outTradeNo": "3d1nst",
"outRefundNo": "yoq3u6",
"productId": "182",
"authCode": "13809",
"refundId": "182"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 438,
"page": 456,
"pageSize": 295
},
"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": 423,
"money": 65.15,
"totalMoney": 35.81,
"transactionId": "182",
"outTradeNo": "3d1nst",
"outRefundNo": "yoq3u6",
"productId": "182",
"authCode": "13809",
"refundId": "182"
}'39. 获取OSS上传票据STS(无需令牌)
39.1. 获取OSS临时令牌STS
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 获取OSS临时令牌STS
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 505,
"page": 770,
"pageSize": 394
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_open_/oss/getSts40. SSO单点登录相关(无需令牌)
40.1.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
configKey | string | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 668,
"page": 791,
"pageSize": 964
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getSysConfig/h8qsms40.2. 内部用户登录并获取令牌信息(无需令牌)
Type: POST
Content-Type: application/json
Description: 内部用户登录并获取令牌信息(无需令牌)
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "mtqqu4",
"userName": "roxana.konopelski",
"password": "4nt2bj",
"wxPhoneCode": "13809",
"wxOpenIdCode": "13809"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 553,
"totalPage": 828,
"page": 609,
"pageSize": 300
},
"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": "mtqqu4",
"userName": "roxana.konopelski",
"password": "4nt2bj",
"wxPhoneCode": "13809",
"wxOpenIdCode": "13809"
}'40.3. 产品用户登录并获取令牌信息(无需令牌)
Type: POST
Content-Type: application/json
Description: 产品用户登录并获取令牌信息(无需令牌)
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "jao0a9",
"userName": "roxana.konopelski",
"codeValue": "rps0dy",
"password": "mjwj07"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 123,
"totalPage": 837,
"page": 378,
"pageSize": 584
},
"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": "jao0a9",
"userName": "roxana.konopelski",
"codeValue": "rps0dy",
"password": "mjwj07"
}'40.4.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "13809",
"mobile": "971.630.1621",
"inviter": 922,
"pushInviter": 974,
"activityVoucherId": 85,
"orderId": 64
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 337,
"totalPage": 749,
"page": 591,
"pageSize": 817
},
"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": "13809",
"mobile": "971.630.1621",
"inviter": 922,
"pushInviter": 974,
"activityVoucherId": 85,
"orderId": 64
}'40.5.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
code | string | true | No comments found. |
Request-body:
&13809Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 171,
"totalPage": 793,
"page": 545,
"pageSize": 991
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/getPhone --data 'code=13809'40.6. 产品用户注册(无需令牌)
Type: POST
Content-Type: application/json
Description: 产品用户注册(无需令牌)
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
codeKey | string | true | No comments found. | ||
codeValue | string | true | No comments found. |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
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. |
enterpriseTotalAmount | number | false | No comments found. |
isEnterpriseUser | int32 | false | No comments found. |
Request-body:
{
"id": 363,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "gpu0k6",
"sysPlatformId": 140,
"type": 636,
"status": 735,
"amount": 762,
"comsumeAmount": 64,
"enterpriseAmount": 67,
"enterpriseCount": 12,
"enterpriseId": 612,
"pushGrade": 413,
"passwordHash": "gmyfo6",
"job": "y8m1uv",
"company": "Leannon-Cremin",
"source": "vpce31",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "xetsrt",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "5ulnnw",
"idCardBack": "qs0i6c",
"inviter": 202,
"pushInviter": 108,
"sysInternalId": 729,
"lastLoginAt": 845,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "zc4oim",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 619,
"pushAt": 639,
"createAt": 299,
"updateAt": 355,
"totalAmount": 976,
"inviterStatus": 446,
"inviterSource": "m5uatu",
"createTime": "2026-02-03 15:05:57",
"enterpriseTotalAmount": 326,
"isEnterpriseUser": 471
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 163,
"page": 799,
"pageSize": 569
},
"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=7v6phd&codeValue=szm1r0 --data '{
"id": 363,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "gpu0k6",
"sysPlatformId": 140,
"type": 636,
"status": 735,
"amount": 762,
"comsumeAmount": 64,
"enterpriseAmount": 67,
"enterpriseCount": 12,
"enterpriseId": 612,
"pushGrade": 413,
"passwordHash": "gmyfo6",
"job": "y8m1uv",
"company": "Leannon-Cremin",
"source": "vpce31",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "xetsrt",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "5ulnnw",
"idCardBack": "qs0i6c",
"inviter": 202,
"pushInviter": 108,
"sysInternalId": 729,
"lastLoginAt": 845,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "zc4oim",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 619,
"pushAt": 639,
"createAt": 299,
"updateAt": 355,
"totalAmount": 976,
"inviterStatus": 446,
"inviterSource": "m5uatu",
"createTime": "2026-02-03 15:05:57",
"enterpriseTotalAmount": 326,
"isEnterpriseUser": 471
}'40.7. 产品用户忘记密码修改(无需令牌)
Type: POST
Content-Type: application/json
Description: 产品用户忘记密码修改(无需令牌)
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
codeKey | string | true | No comments found. | ||
codeValue | string | true | No comments found. |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
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. |
enterpriseTotalAmount | number | false | No comments found. |
isEnterpriseUser | int32 | false | No comments found. |
Request-body:
{
"id": 622,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "3pr7oj",
"sysPlatformId": 691,
"type": 325,
"status": 530,
"amount": 939,
"comsumeAmount": 790,
"enterpriseAmount": 543,
"enterpriseCount": 232,
"enterpriseId": 549,
"pushGrade": 961,
"passwordHash": "mp0ig7",
"job": "je80n8",
"company": "Leannon-Cremin",
"source": "k3cuj4",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "6t4qs6",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "cci0qn",
"idCardBack": "jnlmi1",
"inviter": 613,
"pushInviter": 757,
"sysInternalId": 391,
"lastLoginAt": 801,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "tqhfw4",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 267,
"pushAt": 54,
"createAt": 100,
"updateAt": 588,
"totalAmount": 951,
"inviterStatus": 663,
"inviterSource": "aoc3mx",
"createTime": "2026-02-03 15:05:57",
"enterpriseTotalAmount": 711,
"isEnterpriseUser": 784
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 976,
"totalPage": 583,
"page": 537,
"pageSize": 666
},
"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=zltavw&codeValue=eosn3h --data '{
"id": 622,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "3pr7oj",
"sysPlatformId": 691,
"type": 325,
"status": 530,
"amount": 939,
"comsumeAmount": 790,
"enterpriseAmount": 543,
"enterpriseCount": 232,
"enterpriseId": 549,
"pushGrade": 961,
"passwordHash": "mp0ig7",
"job": "je80n8",
"company": "Leannon-Cremin",
"source": "k3cuj4",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "6t4qs6",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "cci0qn",
"idCardBack": "jnlmi1",
"inviter": 613,
"pushInviter": 757,
"sysInternalId": 391,
"lastLoginAt": 801,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "tqhfw4",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 267,
"pushAt": 54,
"createAt": 100,
"updateAt": 588,
"totalAmount": 951,
"inviterStatus": 663,
"inviterSource": "aoc3mx",
"createTime": "2026-02-03 15:05:57",
"enterpriseTotalAmount": 711,
"isEnterpriseUser": 784
}'40.8. 发送短信验证码(无需令牌)
Type: POST
Content-Type: application/json
Description: 发送短信验证码(无需令牌)
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "971.630.1621",
"templateId": "182",
"serviceProvider": "mab6dq",
"productName": "roxana.konopelski",
"signName": "roxana.konopelski",
"code": "13809",
"message": "success"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 856,
"totalPage": 282,
"page": 68,
"pageSize": 531
},
"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": "971.630.1621",
"templateId": "182",
"serviceProvider": "mab6dq",
"productName": "roxana.konopelski",
"signName": "roxana.konopelski",
"code": "13809",
"message": "success"
}'40.9. 校验号码系统是否存在
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 校验号码系统是否存在
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
mobile | string | true | No comments found. | ||
type | int32 | true | No comments found. |
Request-body:
&971.630.1621&1Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 112,
"totalPage": 400,
"page": 516,
"pageSize": 347
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/checkMobile --data 'mobile=971.630.1621&type=1'40.10. 校验短信验证码(无需令牌)
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 校验短信验证码(无需令牌)
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
mobile | string | true | No comments found. | ||
codeKey | string | true | No comments found. | ||
codeValue | string | true | No comments found. |
Request-body:
&971.630.1621&yv3da7&ekb6nxResponse-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 851,
"totalPage": 487,
"page": 486,
"pageSize": 939
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/checkSmsCode --data 'mobile=971.630.1621&codeKey=yv3da7&codeValue=ekb6nx'40.11.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
&971.630.1621&m98lv8&w7gc4x&214Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 88,
"totalPage": 792,
"page": 849,
"pageSize": 300
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/internalCheckSmsCode --data 'mobile=971.630.1621&codeKey=m98lv8&codeValue=w7gc4x&type=214'40.12.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-example:
stringCurl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/payNotify40.13.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-example:
stringCurl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/refundNotify40.14.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-example:
stringCurl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/transferNotify40.15. 查询店铺列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询店铺列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 870,
"page": 815,
"pageSize": 223
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getShopList?keyword=i9x4gd&category=bzsmf5®ionId=230&metro=e0p60u&tradeArea=wbmuj5&distance=19.63&latitude=41.97&longitude=35.75&sort=0&lowPrice=510&highPrice=296&positionType=81&page=1&pageSize=8 --data '&i9x4gd&bzsmf5&230&e0p60u&wbmuj5&19.63&41.97&35.75&0&510&296&81&1&8'40.16. 查询单个店铺
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个店铺
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 349,
"totalPage": 457,
"page": 13,
"pageSize": 365
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getShop/63340.17.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 55,
"totalPage": 33,
"page": 201,
"pageSize": 817
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getShopCategoryList40.18.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
city | string | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 311,
"totalPage": 301,
"page": 748,
"pageSize": 427
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getSubway?city=hk7b5v --data '&hk7b5v'40.19.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 823,
"page": 270,
"pageSize": 63
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getRegionDumps40.20.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | false | No comments found. | ||
name | string | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 386,
"page": 5,
"pageSize": 820
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getRegion?id=299&name=roxana.konopelski --data '&299&roxana.konopelski'40.21.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
keyword | string | false | No comments found. | ||
latitude | float | false | No comments found. | ||
longitude | float | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 221,
"page": 609,
"pageSize": 739
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getShopSelect?keyword=gqrq9c&latitude=77.16&longitude=47.69 --data '&gqrq9c&77.16&47.69'40.22. 查询图片列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询图片列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
type | int32 | false | No comments found. | ||
page | int32 | false | No comments found. | ||
pageSize | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 40,
"totalPage": 655,
"page": 792,
"pageSize": 980
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getPictureList?type=987&page=1&pageSize=10 --data '&987&1&10'40.23.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 930,
"totalPage": 567,
"page": 200,
"pageSize": 173
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getActivityVoucher/18240.24.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 94,
"totalPage": 217,
"page": 847,
"pageSize": 65
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getAllActivityRecord/20340.25. 获取可用的登录窗口页
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 获取可用的登录窗口页
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 356,
"totalPage": 297,
"page": 174,
"pageSize": 481
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getEnableSysLoginWindowPage40.26. 获取小程序分享页
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 获取小程序分享页
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
getType | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 548,
"page": 423,
"pageSize": 313
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getEnableSysAppletShareEntityByType?getType=218 --data '&218'40.27.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 883,
"totalPage": 516,
"page": 612,
"pageSize": 191
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getIpAddress40.28.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "roxana.konopelski",
"status": [
885
],
"activityVoucherType": 651,
"startTime": "2026-02-03 15:05:58",
"endTime": "2026-02-03 15:05:58",
"id": 214,
"latitude": 85.85,
"longitude": 16.11,
"distance": 62.18,
"size": 25,
"current": 963,
"showQuantity": 438
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 89,
"totalPage": 431,
"page": 128,
"pageSize": 266
},
"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": "roxana.konopelski",
"status": [
885
],
"activityVoucherType": 651,
"startTime": "2026-02-03 15:05:58",
"endTime": "2026-02-03 15:05:58",
"id": 214,
"latitude": 85.85,
"longitude": 16.11,
"distance": 62.18,
"size": 25,
"current": 963,
"showQuantity": 438
}'40.29. 查询活动-基本信息
Type: POST
Content-Type: application/json
Description: 查询活动-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "roxana.konopelski",
"status": [
546
],
"activityVoucherType": 307,
"startTime": "2026-02-03 15:05:58",
"endTime": "2026-02-03 15:05:58",
"id": 746,
"latitude": 56.55,
"longitude": 12.67,
"distance": 57.40,
"size": 513,
"current": 872,
"showQuantity": 817
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 769,
"totalPage": 236,
"page": 85,
"pageSize": 73
},
"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": "roxana.konopelski",
"status": [
546
],
"activityVoucherType": 307,
"startTime": "2026-02-03 15:05:58",
"endTime": "2026-02-03 15:05:58",
"id": 746,
"latitude": 56.55,
"longitude": 12.67,
"distance": 57.40,
"size": 513,
"current": 872,
"showQuantity": 817
}'40.30.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 247,
"totalPage": 882,
"page": 56,
"pageSize": 408
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/dpxfbz40.31.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
code | string | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 675,
"totalPage": 680,
"page": 818,
"pageSize": 289
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/sso/getPhoneByWxCode?code=13809 --data '&13809'40.32.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "v3h09e",
"userName": "roxana.konopelski",
"password": "dic70e",
"wxPhoneCode": "13809",
"wxOpenIdCode": "13809"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 296,
"totalPage": 633,
"page": 441,
"pageSize": 103
},
"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": "v3h09e",
"userName": "roxana.konopelski",
"password": "dic70e",
"wxPhoneCode": "13809",
"wxOpenIdCode": "13809"
}'40.33.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 132,
"page": 671,
"pageSize": 241
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/sso/getAccountList40.34.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
map | map | false | No comments found. |
Request-body:
{
"mapKey1": "ygwv22",
"mapKey2": "y681hp"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 510,
"totalPage": 701,
"page": 552,
"pageSize": 498
},
"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": "ygwv22",
"mapKey2": "y681hp"
}'40.35.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
map | map | false | No comments found. |
Request-body:
{
"mapKey1": "yz4dg5",
"mapKey2": "umbsxb"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 404,
"page": 939,
"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/sso/testTxwx --data '{
"mapKey1": "yz4dg5",
"mapKey2": "umbsxb"
}'41. 代金券活动管理
41.1. 查询活动-基本信息
Type: POST
Content-Type: application/json
Description: 查询活动-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "roxana.konopelski",
"status": [
725
],
"activityVoucherType": 732,
"startTime": "2026-02-03 15:05:58",
"endTime": "2026-02-03 15:05:58",
"id": 153,
"latitude": 94.09,
"longitude": 79.01,
"distance": 0.67,
"size": 881,
"current": 842,
"showQuantity": 862
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 250,
"page": 837,
"pageSize": 133
},
"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": "roxana.konopelski",
"status": [
725
],
"activityVoucherType": 732,
"startTime": "2026-02-03 15:05:58",
"endTime": "2026-02-03 15:05:58",
"id": 153,
"latitude": 94.09,
"longitude": 79.01,
"distance": 0.67,
"size": 881,
"current": 842,
"showQuantity": 862
}'41.2. 查询活动-基本信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询活动-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 930,
"totalPage": 524,
"page": 859,
"pageSize": 211
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/activityVoucher/getActivityVoucher/47341.3. 分享活动增加次数
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 分享活动增加次数
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 839,
"page": 887,
"pageSize": 353
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/activityVoucher/shareActivityAddFrequency/58841.4.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 457,
"name": "roxana.konopelski",
"status": 21,
"type": 757,
"cover": "7xm7bf",
"background": "9uu524",
"shareTitle": "eolcft",
"shareCover": "4daa4e",
"startTime": "2026-02-03 15:05:58",
"endTime": "2026-02-03 15:05:58",
"contentImage": "kijs08",
"describe": "zzz49q",
"isAllPart": 615,
"dayNumber": 280,
"frequency": 157,
"forwardFrequency": 161,
"isValid": 447,
"voucherStartTime": "2026-02-03 15:05:58",
"voucherEndTime": "2026-02-03 15:05:58",
"applyType": 370,
"createAt": 766,
"updateAt": 877,
"activityVoucherType": 131,
"isDetailsImage": 67,
"detailsImage": "2aechi",
"adImage": "sdtkx4",
"activityDescribe": "k6mllq",
"createBy": 575,
"createTime": "2026-02-03 15:05:58",
"updateBy": 747,
"updateTime": "2026-02-03 15:05:58"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 115,
"totalPage": 778,
"page": 568,
"pageSize": 331
},
"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": 457,
"name": "roxana.konopelski",
"status": 21,
"type": 757,
"cover": "7xm7bf",
"background": "9uu524",
"shareTitle": "eolcft",
"shareCover": "4daa4e",
"startTime": "2026-02-03 15:05:58",
"endTime": "2026-02-03 15:05:58",
"contentImage": "kijs08",
"describe": "zzz49q",
"isAllPart": 615,
"dayNumber": 280,
"frequency": 157,
"forwardFrequency": 161,
"isValid": 447,
"voucherStartTime": "2026-02-03 15:05:58",
"voucherEndTime": "2026-02-03 15:05:58",
"applyType": 370,
"createAt": 766,
"updateAt": 877,
"activityVoucherType": 131,
"isDetailsImage": 67,
"detailsImage": "2aechi",
"adImage": "sdtkx4",
"activityDescribe": "k6mllq",
"createBy": 575,
"createTime": "2026-02-03 15:05:58",
"updateBy": 747,
"updateTime": "2026-02-03 15:05:58"
}'42. 地址管理
42.1.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
city | string | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 346,
"page": 23,
"pageSize": 610
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/address/getSubway?city=m1103t --data '&m1103t'42.2.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 993,
"totalPage": 656,
"page": 292,
"pageSize": 570
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/address/getRegionDumps42.3.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | false | No comments found. | ||
name | string | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 479,
"totalPage": 641,
"page": 950,
"pageSize": 933
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/address/getRegion?id=698&name=roxana.konopelski --data '&698&roxana.konopelski'43. 内部审核管理
43.1. 查询单个审核
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个审核
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 873,
"totalPage": 442,
"page": 294,
"pageSize": 60
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/audit/getAudit/75543.2. 查询审核列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询审核列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 373,
"totalPage": 885,
"page": 621,
"pageSize": 980
},
"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'43.3.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 863,
"totalPage": 281,
"page": 179,
"pageSize": 395
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/audit/getNotifyList43.4.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 612,
"totalPage": 160,
"page": 188,
"pageSize": 238
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/audit/getPushAudit43.5.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
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. |
enterpriseTotalAmount | number | false | No comments found. |
isEnterpriseUser | int32 | false | No comments found. |
Request-body:
{
"id": 383,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "e9t1qb",
"sysPlatformId": 431,
"type": 153,
"status": 131,
"amount": 116,
"comsumeAmount": 55,
"enterpriseAmount": 498,
"enterpriseCount": 514,
"enterpriseId": 659,
"pushGrade": 984,
"passwordHash": "3w0spi",
"job": "ylijr3",
"company": "Leannon-Cremin",
"source": "n68ekn",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "xna9h8",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "rshvxb",
"idCardBack": "fzc0p6",
"inviter": 709,
"pushInviter": 884,
"sysInternalId": 673,
"lastLoginAt": 507,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "fmuq4v",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 457,
"pushAt": 530,
"createAt": 31,
"updateAt": 918,
"totalAmount": 918,
"inviterStatus": 484,
"inviterSource": "rjmx6n",
"createTime": "2026-02-03 15:05:58",
"enterpriseTotalAmount": 719,
"isEnterpriseUser": 710
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 938,
"totalPage": 869,
"page": 894,
"pageSize": 612
},
"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": 383,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "e9t1qb",
"sysPlatformId": 431,
"type": 153,
"status": 131,
"amount": 116,
"comsumeAmount": 55,
"enterpriseAmount": 498,
"enterpriseCount": 514,
"enterpriseId": 659,
"pushGrade": 984,
"passwordHash": "3w0spi",
"job": "ylijr3",
"company": "Leannon-Cremin",
"source": "n68ekn",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "xna9h8",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "rshvxb",
"idCardBack": "fzc0p6",
"inviter": 709,
"pushInviter": 884,
"sysInternalId": 673,
"lastLoginAt": 507,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "fmuq4v",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 457,
"pushAt": 530,
"createAt": 31,
"updateAt": 918,
"totalAmount": 918,
"inviterStatus": 484,
"inviterSource": "rjmx6n",
"createTime": "2026-02-03 15:05:58",
"enterpriseTotalAmount": 719,
"isEnterpriseUser": 710
}'43.6.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
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. |
enterpriseTotalAmount | number | false | No comments found. |
isEnterpriseUser | int32 | 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": 669,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "yj0oq0",
"sysPlatformId": 702,
"type": 689,
"status": 738,
"comsumeAmount": 943,
"enterpriseAmount": 47,
"enterpriseCount": 299,
"enterpriseId": 17,
"pushGrade": 758,
"passwordHash": "9hlell",
"job": "l5rdy2",
"company": "Leannon-Cremin",
"source": "ry6zpu",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "yi80do",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "hy1ykw",
"idCardBack": "dqsvhi",
"inviter": 944,
"pushInviter": 844,
"sysInternalId": 518,
"lastLoginAt": 635,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "i10juj",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 63,
"pushAt": 262,
"createAt": 808,
"updateAt": 551,
"totalAmount": 693,
"inviterStatus": 878,
"inviterSource": "mpy6k1",
"createTime": "2026-02-03 15:05:58",
"enterpriseTotalAmount": 614,
"isEnterpriseUser": 477,
"pushTime": "2026-02-03 15:05:48",
"consumeCount": 958,
"LastConsumeTime": "2026-02-03 15:05:48",
"LastLoginTime": "2026-02-03 15:05:48",
"sumAmount": 730,
"amount": 544,
"count": 812,
"pushCount": 198,
"LastInviteTime": "2026-02-03 15:05:48",
"pushInviterName": "roxana.konopelski",
"sumConsumeAmount": 780,
"invitationCode": "13809",
"limit": {
"id": 867,
"userId": 969,
"enterpriseId": 235,
"monthAmount": 11,
"monthCount": 5,
"amount": 7,
"createAt": 15,
"updateAt": 258
}
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 848,
"totalPage": 219,
"page": 599,
"pageSize": 258
},
"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": 669,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "yj0oq0",
"sysPlatformId": 702,
"type": 689,
"status": 738,
"comsumeAmount": 943,
"enterpriseAmount": 47,
"enterpriseCount": 299,
"enterpriseId": 17,
"pushGrade": 758,
"passwordHash": "9hlell",
"job": "l5rdy2",
"company": "Leannon-Cremin",
"source": "ry6zpu",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "yi80do",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "hy1ykw",
"idCardBack": "dqsvhi",
"inviter": 944,
"pushInviter": 844,
"sysInternalId": 518,
"lastLoginAt": 635,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "i10juj",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 63,
"pushAt": 262,
"createAt": 808,
"updateAt": 551,
"totalAmount": 693,
"inviterStatus": 878,
"inviterSource": "mpy6k1",
"createTime": "2026-02-03 15:05:58",
"enterpriseTotalAmount": 614,
"isEnterpriseUser": 477,
"pushTime": "2026-02-03 15:05:48",
"consumeCount": 958,
"LastConsumeTime": "2026-02-03 15:05:48",
"LastLoginTime": "2026-02-03 15:05:48",
"sumAmount": 730,
"amount": 544,
"count": 812,
"pushCount": 198,
"LastInviteTime": "2026-02-03 15:05:48",
"pushInviterName": "roxana.konopelski",
"sumConsumeAmount": 780,
"invitationCode": "13809",
"limit": {
"id": 867,
"userId": 969,
"enterpriseId": 235,
"monthAmount": 11,
"monthCount": 5,
"amount": 7,
"createAt": 15,
"updateAt": 258
}
}'43.7. 修改审核信息
Type: POST
Content-Type: application/json
Description: 修改审核信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 508,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 82,
"objectId": 836,
"status": 58,
"reason": "xy46ej",
"readFlag": 3,
"createBy": 779,
"createAt": 959,
"updateBy": 888,
"updateAt": 413,
"info": "gpfruz"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 602,
"totalPage": 94,
"page": 76,
"pageSize": 253
},
"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": 508,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 82,
"objectId": 836,
"status": 58,
"reason": "xy46ej",
"readFlag": 3,
"createBy": 779,
"createAt": 959,
"updateBy": 888,
"updateAt": 413,
"info": "gpfruz"
}'43.8. 删除审核信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除审核信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 689,
"totalPage": 390,
"page": 175,
"pageSize": 850
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/audit/delete?id=135 --data '&135'44. 收藏管理
44.1. 查询单个收藏
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个收藏
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 386,
"totalPage": 173,
"page": 255,
"pageSize": 515
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/collection/getCollection/7744.2. 查询收藏列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询收藏列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 522,
"totalPage": 250,
"page": 610,
"pageSize": 189
},
"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'44.3. 创建收藏信息
Type: POST
Content-Type: application/json
Description: 创建收藏信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 717,
"userId": 710,
"shopId": 928,
"createAt": 757,
"updateAt": 894
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 751,
"totalPage": 836,
"page": 986,
"pageSize": 951
},
"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": 717,
"userId": 710,
"shopId": 928,
"createAt": 757,
"updateAt": 894
}'44.4. 修改收藏信息
Type: POST
Content-Type: application/json
Description: 修改收藏信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 846,
"userId": 723,
"shopId": 302,
"createAt": 730,
"updateAt": 82
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 295,
"page": 834,
"pageSize": 954
},
"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": 846,
"userId": 723,
"shopId": 302,
"createAt": 730,
"updateAt": 82
}'44.5. 删除收藏信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除收藏信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 978,
"totalPage": 322,
"page": 636,
"pageSize": 372
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_internal_/collection/delete?id=220 --data '&220'45. 企业管理
45.1. 查询单个企业-基本信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个企业-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 749,
"totalPage": 600,
"page": 221,
"pageSize": 303
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getEnterprise/83045.2. 查询企业报销单位列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询企业报销单位列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
enterpriseId | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 184,
"totalPage": 58,
"page": 154,
"pageSize": 396
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getReimburseUnitByEnterpriseId/47845.3. 创建报销单位信息
Type: POST
Content-Type: application/json
Description: 创建报销单位信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 607,
"enterpriseId": 210,
"name": "roxana.konopelski",
"code": "13809",
"createAt": 67,
"updateAt": 556
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 383,
"totalPage": 530,
"page": 760,
"pageSize": 205
},
"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": 607,
"enterpriseId": 210,
"name": "roxana.konopelski",
"code": "13809",
"createAt": 67,
"updateAt": 556
}'45.4. 删除报销单位信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除报销单位信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 690,
"totalPage": 530,
"page": 41,
"pageSize": 80
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/deleteReimburseUnit?id=274 --data '&274'45.5. 查询企业列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询企业列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 612,
"totalPage": 627,
"page": 877,
"pageSize": 960
},
"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'45.6. 查询企业人员列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询企业人员列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 734,
"totalPage": 721,
"page": 8,
"pageSize": 972
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/userList?name=roxana.konopelski&status=834&enterpriseId=855&page=1&pageSize=20 --data '&roxana.konopelski&834&855&1&20'45.7. 查询企业费用管理人员列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询企业费用管理人员列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 380,
"page": 546,
"pageSize": 732
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/limitUserList?isEnterpriseUser=338&status=913&enterpriseId=167&page=1&pageSize=20 --data '&338&913&167&1&20'45.8. 查询企业人员审批列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询企业人员审批列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
enterpriseId | int32 | false | No comments found. | ||
page | int32 | false | No comments found. | ||
pageSize | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 625,
"page": 457,
"pageSize": 228
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/userAuditList?enterpriseId=84&page=1&pageSize=20 --data '&84&1&20'45.9. 获取个人消费统计数据
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 获取个人消费统计数据
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 255,
"totalPage": 299,
"page": 557,
"pageSize": 913
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getMyConsumeInfo45.10. 获取企业消费统计数据
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 获取企业消费统计数据
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
enterpriseId | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 452,
"totalPage": 506,
"page": 729,
"pageSize": 873
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getEnterpriseConsumeInfo?enterpriseId=395 --data '&395'45.11. 获取个人消费记录
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 获取个人消费记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
month | int32 | false | No comments found. | ||
page | int32 | false | No comments found. | ||
pageSize | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 337,
"page": 775,
"pageSize": 259
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getMyOrderRecord?month=528&page=1&pageSize=20 --data '&528&1&20'45.12. 获取企业消费记录
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 获取企业消费记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
enterpriseId | int32 | false | No comments found. | ||
month | int32 | false | No comments found. | ||
userId | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 399,
"totalPage": 866,
"page": 955,
"pageSize": 413
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getEnterpriseOrderRecord?enterpriseId=194&month=299&userId=236 --data '&194&299&236'45.13. 获取企业消费记录(指定天)
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 获取企业消费记录(指定天)
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
enterpriseId | int32 | false | No comments found. | ||
date | string | false | No comments found. | ||
userId | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 968,
"totalPage": 331,
"page": 564,
"pageSize": 510
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/getEnterpriseOrderRecordByDate?enterpriseId=656&date=2026-02-03&userId=560 --data '&656&2026-02-03&560'45.14. 修改审核信息
Type: POST
Content-Type: application/json
Description: 修改审核信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 392,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 506,
"objectId": 472,
"status": 548,
"reason": "pvuatl",
"readFlag": 3,
"createBy": 836,
"createAt": 834,
"updateBy": 112,
"updateAt": 734,
"info": "dgv4or"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 585,
"totalPage": 178,
"page": 163,
"pageSize": 310
},
"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": 392,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"type": 506,
"objectId": 472,
"status": 548,
"reason": "pvuatl",
"readFlag": 3,
"createBy": 836,
"createAt": 834,
"updateBy": 112,
"updateAt": 734,
"info": "dgv4or"
}'45.15. 修改企业人员状态
Type: POST
Content-Type: application/json
Description: 修改企业人员状态
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
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. |
enterpriseTotalAmount | number | false | No comments found. |
isEnterpriseUser | int32 | false | No comments found. |
Request-body:
{
"id": 280,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "5yr628",
"sysPlatformId": 484,
"type": 588,
"status": 888,
"amount": 572,
"comsumeAmount": 533,
"enterpriseAmount": 265,
"enterpriseCount": 693,
"enterpriseId": 17,
"pushGrade": 589,
"passwordHash": "lqmt0h",
"job": "lm8ubj",
"company": "Leannon-Cremin",
"source": "h0fo5v",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "2yw8t1",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "avnxbi",
"idCardBack": "x39fx1",
"inviter": 550,
"pushInviter": 951,
"sysInternalId": 5,
"lastLoginAt": 896,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "2f37az",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 493,
"pushAt": 225,
"createAt": 472,
"updateAt": 137,
"totalAmount": 182,
"inviterStatus": 392,
"inviterSource": "yrorq7",
"createTime": "2026-02-03 15:05:59",
"enterpriseTotalAmount": 605,
"isEnterpriseUser": 74
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 72,
"page": 578,
"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/_product_/enterprise/updateUser --data '{
"id": 280,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "5yr628",
"sysPlatformId": 484,
"type": 588,
"status": 888,
"amount": 572,
"comsumeAmount": 533,
"enterpriseAmount": 265,
"enterpriseCount": 693,
"enterpriseId": 17,
"pushGrade": 589,
"passwordHash": "lqmt0h",
"job": "lm8ubj",
"company": "Leannon-Cremin",
"source": "h0fo5v",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "2yw8t1",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "avnxbi",
"idCardBack": "x39fx1",
"inviter": 550,
"pushInviter": 951,
"sysInternalId": 5,
"lastLoginAt": 896,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "2f37az",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 493,
"pushAt": 225,
"createAt": 472,
"updateAt": 137,
"totalAmount": 182,
"inviterStatus": 392,
"inviterSource": "yrorq7",
"createTime": "2026-02-03 15:05:59",
"enterpriseTotalAmount": 605,
"isEnterpriseUser": 74
}'45.16. 企业新增成员
Type: POST
Content-Type: application/json
Description: 企业新增成员
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
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. |
enterpriseTotalAmount | number | false | No comments found. |
isEnterpriseUser | int32 | false | No comments found. |
Request-body:
{
"id": 564,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "x9rgnh",
"sysPlatformId": 650,
"type": 100,
"status": 40,
"amount": 332,
"comsumeAmount": 173,
"enterpriseAmount": 699,
"enterpriseCount": 14,
"enterpriseId": 84,
"pushGrade": 346,
"passwordHash": "6ihisc",
"job": "05toxv",
"company": "Leannon-Cremin",
"source": "i6lzyw",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "qgf6ma",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "l3tsxg",
"idCardBack": "vqatp5",
"inviter": 249,
"pushInviter": 411,
"sysInternalId": 928,
"lastLoginAt": 539,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "z5o4vy",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 691,
"pushAt": 880,
"createAt": 524,
"updateAt": 172,
"totalAmount": 705,
"inviterStatus": 875,
"inviterSource": "jimu5e",
"createTime": "2026-02-03 15:05:59",
"enterpriseTotalAmount": 259,
"isEnterpriseUser": 339
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 773,
"totalPage": 43,
"page": 964,
"pageSize": 181
},
"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": 564,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "x9rgnh",
"sysPlatformId": 650,
"type": 100,
"status": 40,
"amount": 332,
"comsumeAmount": 173,
"enterpriseAmount": 699,
"enterpriseCount": 14,
"enterpriseId": 84,
"pushGrade": 346,
"passwordHash": "6ihisc",
"job": "05toxv",
"company": "Leannon-Cremin",
"source": "i6lzyw",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "qgf6ma",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "l3tsxg",
"idCardBack": "vqatp5",
"inviter": 249,
"pushInviter": 411,
"sysInternalId": 928,
"lastLoginAt": 539,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "z5o4vy",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 691,
"pushAt": 880,
"createAt": 524,
"updateAt": 172,
"totalAmount": 705,
"inviterStatus": 875,
"inviterSource": "jimu5e",
"createTime": "2026-02-03 15:05:59",
"enterpriseTotalAmount": 259,
"isEnterpriseUser": 339
}'45.17. 企业删除成员
Type: POST
Content-Type: application/json
Description: 企业删除成员
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
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. |
enterpriseTotalAmount | number | false | No comments found. |
isEnterpriseUser | int32 | false | No comments found. |
Request-body:
{
"id": 756,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "nx404u",
"sysPlatformId": 681,
"type": 781,
"status": 920,
"amount": 453,
"comsumeAmount": 157,
"enterpriseAmount": 636,
"enterpriseCount": 491,
"enterpriseId": 508,
"pushGrade": 730,
"passwordHash": "hh9q7w",
"job": "04c6c5",
"company": "Leannon-Cremin",
"source": "lva2k9",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "jzdejh",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "b8tkag",
"idCardBack": "gntpbp",
"inviter": 97,
"pushInviter": 297,
"sysInternalId": 529,
"lastLoginAt": 97,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "bljo4r",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 881,
"pushAt": 242,
"createAt": 678,
"updateAt": 538,
"totalAmount": 904,
"inviterStatus": 92,
"inviterSource": "xbixqx",
"createTime": "2026-02-03 15:05:59",
"enterpriseTotalAmount": 243,
"isEnterpriseUser": 384
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 607,
"page": 654,
"pageSize": 346
},
"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": 756,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "nx404u",
"sysPlatformId": 681,
"type": 781,
"status": 920,
"amount": 453,
"comsumeAmount": 157,
"enterpriseAmount": 636,
"enterpriseCount": 491,
"enterpriseId": 508,
"pushGrade": 730,
"passwordHash": "hh9q7w",
"job": "04c6c5",
"company": "Leannon-Cremin",
"source": "lva2k9",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "jzdejh",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "b8tkag",
"idCardBack": "gntpbp",
"inviter": 97,
"pushInviter": 297,
"sysInternalId": 529,
"lastLoginAt": 97,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "bljo4r",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 881,
"pushAt": 242,
"createAt": 678,
"updateAt": 538,
"totalAmount": 904,
"inviterStatus": 92,
"inviterSource": "xbixqx",
"createTime": "2026-02-03 15:05:59",
"enterpriseTotalAmount": 243,
"isEnterpriseUser": 384
}'45.18. 创建企业信息
Type: POST
Content-Type: application/json
Description: 创建企业信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
totalAmount | number | false | No comments found. |
Request-body:
{
"id": 70,
"name": "roxana.konopelski",
"invitationCode": "13809",
"monthAmount": 943,
"monthBudget": 334,
"amount": 39,
"userId": 513,
"createAt": 329,
"updateAt": 199,
"usci": "xqobcn",
"contactAddress": "319 Parker Manors, Lake Mai, CT 74664",
"title": "g887u9",
"contactPhone": "1-612-315-8441",
"remarks": "84fbah",
"logoImg": "rlf2in",
"agreImg": "yo2wad",
"totalAmount": 791
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 393,
"totalPage": 224,
"page": 63,
"pageSize": 501
},
"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": 70,
"name": "roxana.konopelski",
"invitationCode": "13809",
"monthAmount": 943,
"monthBudget": 334,
"amount": 39,
"userId": 513,
"createAt": 329,
"updateAt": 199,
"usci": "xqobcn",
"contactAddress": "319 Parker Manors, Lake Mai, CT 74664",
"title": "g887u9",
"contactPhone": "1-612-315-8441",
"remarks": "84fbah",
"logoImg": "rlf2in",
"agreImg": "yo2wad",
"totalAmount": 791
}'45.19. 修改企业信息
Type: POST
Content-Type: application/json
Description: 修改企业信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
totalAmount | number | false | No comments found. |
Request-body:
{
"id": 468,
"name": "roxana.konopelski",
"invitationCode": "13809",
"monthAmount": 998,
"monthBudget": 956,
"amount": 844,
"userId": 126,
"createAt": 805,
"updateAt": 923,
"usci": "sq923b",
"contactAddress": "319 Parker Manors, Lake Mai, CT 74664",
"title": "15rr6c",
"contactPhone": "1-612-315-8441",
"remarks": "3gka9r",
"logoImg": "9293z4",
"agreImg": "pig95v",
"totalAmount": 120
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 383,
"totalPage": 940,
"page": 177,
"pageSize": 551
},
"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": 468,
"name": "roxana.konopelski",
"invitationCode": "13809",
"monthAmount": 998,
"monthBudget": 956,
"amount": 844,
"userId": 126,
"createAt": 805,
"updateAt": 923,
"usci": "sq923b",
"contactAddress": "319 Parker Manors, Lake Mai, CT 74664",
"title": "15rr6c",
"contactPhone": "1-612-315-8441",
"remarks": "3gka9r",
"logoImg": "9293z4",
"agreImg": "pig95v",
"totalAmount": 120
}'45.20. 删除企业信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除企业信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 255,
"totalPage": 471,
"page": 874,
"pageSize": 172
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/enterprise/delete?id=26 --data '&26'46. 文件管理
46.1.
Type: POST
Content-Type: multipart/form-data
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
file | file | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 717,
"totalPage": 808,
"page": 305,
"pageSize": 11
},
"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/upload46.2.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
objectKey | string | true | No comments found. |
Request-body:
&c7lq7aResponse-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 285,
"totalPage": 455,
"page": 157,
"pageSize": 339
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_product_/file/download --data 'objectKey=c7lq7a'47. 历史管理
47.1. 查询历史列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询历史列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 665,
"totalPage": 628,
"page": 32,
"pageSize": 826
},
"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'47.2. 创建历史信息
Type: POST
Content-Type: application/json
Description: 创建历史信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 638,
"userId": 20,
"shopId": 588,
"createAt": 745,
"updateAt": 932
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 813,
"totalPage": 891,
"page": 539,
"pageSize": 113
},
"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": 638,
"userId": 20,
"shopId": 588,
"createAt": 745,
"updateAt": 932
}'47.3. 删除历史信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除历史信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 56,
"totalPage": 104,
"page": 739,
"pageSize": 670
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/history/delete48. 邀请函管理
48.1. 查询单个邀请函
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个邀请函
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 646,
"totalPage": 609,
"page": 781,
"pageSize": 545
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/invitation/getPosition/58948.2. 查询邀请函列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询邀请函列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 876,
"totalPage": 313,
"page": 476,
"pageSize": 616
},
"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'48.3. 查看邀请函信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查看邀请函信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
orderId | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 754,
"page": 684,
"pageSize": 700
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/invitation/selectInvitation?orderId=42 --data '&42'48.4. 修改邀请函信息
Type: POST
Content-Type: application/json
Description: 修改邀请函信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 353,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"orderId": 385,
"shopName": "roxana.konopelski",
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"time": "2026-02-03 15:05:48",
"position": "2ua0xy",
"latitude": 38.99,
"longitude": 97.17,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"createAt": 273,
"updateAt": 597
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 559,
"page": 926,
"pageSize": 294
},
"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": 353,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"orderId": 385,
"shopName": "roxana.konopelski",
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"time": "2026-02-03 15:05:48",
"position": "2ua0xy",
"latitude": 38.99,
"longitude": 97.17,
"address": "319 Parker Manors, Lake Mai, CT 74664",
"createAt": 273,
"updateAt": 597
}'48.5. 删除邀请函信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除邀请函信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 105,
"totalPage": 902,
"page": 400,
"pageSize": 227
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/invitation/delete?id=585 --data '&585'49. 订单管理
49.1. 查询单个订单-基本信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个订单-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 768,
"totalPage": 576,
"page": 108,
"pageSize": 294
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/getOrder/22049.2. 查询单个订单-基本信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个订单-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 636,
"totalPage": 125,
"page": 308,
"pageSize": 29
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/queryOrder/12349.3.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 898,
"page": 490,
"pageSize": 645
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/addOrderCallNum/25749.4.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 662,
"totalPage": 770,
"page": 526,
"pageSize": 39
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/getLatestOrder49.5. 查询订单列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询订单列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
type | int32 | false | No comments found. | ||
page | int32 | false | No comments found. | ||
pageSize | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 901,
"totalPage": 510,
"page": 628,
"pageSize": 590
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/list?type=68&page=1&pageSize=20 --data '&68&1&20'49.6.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
orderId | int32 | true | No comments found. |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
actualAmount | number | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 709,
"totalPage": 538,
"page": 336,
"pageSize": 306
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/getMyUseVoucherList/184?actualAmount=716 --data '&716'49.7.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 748,
"totalPage": 310,
"page": 858,
"pageSize": 487
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/getReserveList49.8.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 296,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 798,
"type": 359,
"orderType": 728,
"consumeType": 328,
"status": 13,
"shopId": 473,
"mealTime": "2026-02-03",
"mealType": "tsrlec",
"positionType": 363,
"peopleNum": 35,
"discount": 209,
"earnestMoney": 345,
"amount": 849,
"totalAmount": 801,
"noDiscountAmount": 103,
"actualAmount": 394,
"preAmount": 285,
"deductionAmount": 61,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 896,
"remark": "vpw8a4",
"reason": "1im9v8",
"plateNum": "qscfno",
"desc": "f0ppcd",
"payType": 955,
"statFlag": 3,
"notifyFlag": 3,
"userId": 24,
"enterpriseId": 609,
"preId": 684,
"unitId": 2,
"callNum": 547,
"orderAmount": 191,
"accountAmount": 775,
"userVoucherId": 341,
"createAt": 778,
"updateAt": 765,
"deleteFlag": 3,
"createBy": 947,
"cashier": 699,
"payTime": "2026-02-03 15:05:59",
"refundTime": "2026-02-03 15:05:59",
"innerDiscount": 560,
"inflateFlag": 3,
"noDiscountAmountDiff": 150,
"grossProfit": 663,
"accountId": 673,
"voucherAmount": 636,
"discountAmount": 100,
"normalUserVoucherId": 619,
"normalVoucherAmount": 557,
"packageVoucherOrderId": 514,
"voucherId": 651,
"voucherQuantity": 118,
"needVoucherQuantity": 311,
"useUserVoucherIds": "2",
"positionId": "182"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 651,
"totalPage": 490,
"page": 698,
"pageSize": 21
},
"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": 296,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 798,
"type": 359,
"orderType": 728,
"consumeType": 328,
"status": 13,
"shopId": 473,
"mealTime": "2026-02-03",
"mealType": "tsrlec",
"positionType": 363,
"peopleNum": 35,
"discount": 209,
"earnestMoney": 345,
"amount": 849,
"totalAmount": 801,
"noDiscountAmount": 103,
"actualAmount": 394,
"preAmount": 285,
"deductionAmount": 61,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 896,
"remark": "vpw8a4",
"reason": "1im9v8",
"plateNum": "qscfno",
"desc": "f0ppcd",
"payType": 955,
"statFlag": 3,
"notifyFlag": 3,
"userId": 24,
"enterpriseId": 609,
"preId": 684,
"unitId": 2,
"callNum": 547,
"orderAmount": 191,
"accountAmount": 775,
"userVoucherId": 341,
"createAt": 778,
"updateAt": 765,
"deleteFlag": 3,
"createBy": 947,
"cashier": 699,
"payTime": "2026-02-03 15:05:59",
"refundTime": "2026-02-03 15:05:59",
"innerDiscount": 560,
"inflateFlag": 3,
"noDiscountAmountDiff": 150,
"grossProfit": 663,
"accountId": 673,
"voucherAmount": 636,
"discountAmount": 100,
"normalUserVoucherId": 619,
"normalVoucherAmount": 557,
"packageVoucherOrderId": 514,
"voucherId": 651,
"voucherQuantity": 118,
"needVoucherQuantity": 311,
"useUserVoucherIds": "2",
"positionId": "182"
}'49.9.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 361,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 608,
"type": 800,
"orderType": 216,
"consumeType": 104,
"status": 978,
"shopId": 253,
"mealTime": "2026-02-03",
"mealType": "r6zt5b",
"positionType": 58,
"peopleNum": 463,
"discount": 594,
"earnestMoney": 124,
"amount": 107,
"totalAmount": 215,
"noDiscountAmount": 695,
"actualAmount": 809,
"preAmount": 170,
"deductionAmount": 900,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 938,
"remark": "lkzvpm",
"reason": "7by301",
"plateNum": "rh913r",
"desc": "tuvnf3",
"payType": 815,
"statFlag": 3,
"notifyFlag": 3,
"userId": 326,
"enterpriseId": 240,
"preId": 42,
"unitId": 189,
"callNum": 179,
"orderAmount": 65,
"accountAmount": 16,
"userVoucherId": 88,
"createAt": 750,
"updateAt": 884,
"deleteFlag": 3,
"createBy": 291,
"cashier": 872,
"payTime": "2026-02-03 15:05:59",
"refundTime": "2026-02-03 15:05:59",
"innerDiscount": 673,
"inflateFlag": 3,
"noDiscountAmountDiff": 607,
"grossProfit": 338,
"accountId": 560,
"voucherAmount": 619,
"discountAmount": 451,
"normalUserVoucherId": 123,
"normalVoucherAmount": 281,
"packageVoucherOrderId": 655,
"voucherId": 768,
"voucherQuantity": 960,
"needVoucherQuantity": 629,
"useUserVoucherIds": "2",
"positionId": "182"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 263,
"totalPage": 32,
"page": 154,
"pageSize": 58
},
"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": 361,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 608,
"type": 800,
"orderType": 216,
"consumeType": 104,
"status": 978,
"shopId": 253,
"mealTime": "2026-02-03",
"mealType": "r6zt5b",
"positionType": 58,
"peopleNum": 463,
"discount": 594,
"earnestMoney": 124,
"amount": 107,
"totalAmount": 215,
"noDiscountAmount": 695,
"actualAmount": 809,
"preAmount": 170,
"deductionAmount": 900,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 938,
"remark": "lkzvpm",
"reason": "7by301",
"plateNum": "rh913r",
"desc": "tuvnf3",
"payType": 815,
"statFlag": 3,
"notifyFlag": 3,
"userId": 326,
"enterpriseId": 240,
"preId": 42,
"unitId": 189,
"callNum": 179,
"orderAmount": 65,
"accountAmount": 16,
"userVoucherId": 88,
"createAt": 750,
"updateAt": 884,
"deleteFlag": 3,
"createBy": 291,
"cashier": 872,
"payTime": "2026-02-03 15:05:59",
"refundTime": "2026-02-03 15:05:59",
"innerDiscount": 673,
"inflateFlag": 3,
"noDiscountAmountDiff": 607,
"grossProfit": 338,
"accountId": 560,
"voucherAmount": 619,
"discountAmount": 451,
"normalUserVoucherId": 123,
"normalVoucherAmount": 281,
"packageVoucherOrderId": 655,
"voucherId": 768,
"voucherQuantity": 960,
"needVoucherQuantity": 629,
"useUserVoucherIds": "2",
"positionId": "182"
}'49.10. 修改订单
Type: POST
Content-Type: application/json
Description: 修改订单
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 99,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 881,
"type": 353,
"orderType": 204,
"consumeType": 558,
"status": 14,
"shopId": 322,
"mealTime": "2026-02-03",
"mealType": "cn4d0g",
"positionType": 936,
"peopleNum": 458,
"discount": 712,
"earnestMoney": 608,
"amount": 316,
"totalAmount": 756,
"noDiscountAmount": 365,
"actualAmount": 212,
"preAmount": 942,
"deductionAmount": 750,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 211,
"remark": "foc4an",
"reason": "kknoyn",
"plateNum": "lf3w5f",
"desc": "pt2zte",
"payType": 135,
"statFlag": 3,
"notifyFlag": 3,
"userId": 434,
"enterpriseId": 341,
"preId": 980,
"unitId": 347,
"callNum": 761,
"orderAmount": 649,
"accountAmount": 749,
"userVoucherId": 39,
"createAt": 423,
"updateAt": 562,
"deleteFlag": 3,
"createBy": 918,
"cashier": 413,
"payTime": "2026-02-03 15:05:59",
"refundTime": "2026-02-03 15:05:59",
"innerDiscount": 593,
"inflateFlag": 3,
"noDiscountAmountDiff": 860,
"grossProfit": 464,
"accountId": 631,
"voucherAmount": 677,
"discountAmount": 686,
"normalUserVoucherId": 883,
"normalVoucherAmount": 921,
"packageVoucherOrderId": 260,
"voucherId": 347,
"voucherQuantity": 958,
"needVoucherQuantity": 846,
"useUserVoucherIds": "2",
"positionId": "182"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 732,
"totalPage": 236,
"page": 282,
"pageSize": 890
},
"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": 99,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 881,
"type": 353,
"orderType": 204,
"consumeType": 558,
"status": 14,
"shopId": 322,
"mealTime": "2026-02-03",
"mealType": "cn4d0g",
"positionType": 936,
"peopleNum": 458,
"discount": 712,
"earnestMoney": 608,
"amount": 316,
"totalAmount": 756,
"noDiscountAmount": 365,
"actualAmount": 212,
"preAmount": 942,
"deductionAmount": 750,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 211,
"remark": "foc4an",
"reason": "kknoyn",
"plateNum": "lf3w5f",
"desc": "pt2zte",
"payType": 135,
"statFlag": 3,
"notifyFlag": 3,
"userId": 434,
"enterpriseId": 341,
"preId": 980,
"unitId": 347,
"callNum": 761,
"orderAmount": 649,
"accountAmount": 749,
"userVoucherId": 39,
"createAt": 423,
"updateAt": 562,
"deleteFlag": 3,
"createBy": 918,
"cashier": 413,
"payTime": "2026-02-03 15:05:59",
"refundTime": "2026-02-03 15:05:59",
"innerDiscount": 593,
"inflateFlag": 3,
"noDiscountAmountDiff": 860,
"grossProfit": 464,
"accountId": 631,
"voucherAmount": 677,
"discountAmount": 686,
"normalUserVoucherId": 883,
"normalVoucherAmount": 921,
"packageVoucherOrderId": 260,
"voucherId": 347,
"voucherQuantity": 958,
"needVoucherQuantity": 846,
"useUserVoucherIds": "2",
"positionId": "182"
}'49.11. 退款
Type: POST
Content-Type: application/json
Description: 退款
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 836,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 449,
"type": 268,
"orderType": 23,
"consumeType": 351,
"status": 816,
"shopId": 296,
"mealTime": "2026-02-03",
"mealType": "izxvdy",
"positionType": 675,
"peopleNum": 958,
"discount": 699,
"earnestMoney": 930,
"amount": 118,
"totalAmount": 352,
"noDiscountAmount": 486,
"actualAmount": 330,
"preAmount": 750,
"deductionAmount": 817,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 54,
"remark": "vzzdyl",
"reason": "c5np1o",
"plateNum": "olsnja",
"desc": "apwxbq",
"payType": 871,
"statFlag": 3,
"notifyFlag": 3,
"userId": 675,
"enterpriseId": 936,
"preId": 238,
"unitId": 534,
"callNum": 935,
"orderAmount": 26,
"accountAmount": 417,
"userVoucherId": 565,
"createAt": 339,
"updateAt": 714,
"deleteFlag": 3,
"createBy": 142,
"cashier": 319,
"payTime": "2026-02-03 15:05:59",
"refundTime": "2026-02-03 15:05:59",
"innerDiscount": 875,
"inflateFlag": 3,
"noDiscountAmountDiff": 134,
"grossProfit": 688,
"accountId": 239,
"voucherAmount": 512,
"discountAmount": 916,
"normalUserVoucherId": 500,
"normalVoucherAmount": 742,
"packageVoucherOrderId": 320,
"voucherId": 148,
"voucherQuantity": 999,
"needVoucherQuantity": 330,
"useUserVoucherIds": "2",
"positionId": "182"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 585,
"totalPage": 263,
"page": 694,
"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_/order/refund --data '{
"id": 836,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 449,
"type": 268,
"orderType": 23,
"consumeType": 351,
"status": 816,
"shopId": 296,
"mealTime": "2026-02-03",
"mealType": "izxvdy",
"positionType": 675,
"peopleNum": 958,
"discount": 699,
"earnestMoney": 930,
"amount": 118,
"totalAmount": 352,
"noDiscountAmount": 486,
"actualAmount": 330,
"preAmount": 750,
"deductionAmount": 817,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 54,
"remark": "vzzdyl",
"reason": "c5np1o",
"plateNum": "olsnja",
"desc": "apwxbq",
"payType": 871,
"statFlag": 3,
"notifyFlag": 3,
"userId": 675,
"enterpriseId": 936,
"preId": 238,
"unitId": 534,
"callNum": 935,
"orderAmount": 26,
"accountAmount": 417,
"userVoucherId": 565,
"createAt": 339,
"updateAt": 714,
"deleteFlag": 3,
"createBy": 142,
"cashier": 319,
"payTime": "2026-02-03 15:05:59",
"refundTime": "2026-02-03 15:05:59",
"innerDiscount": 875,
"inflateFlag": 3,
"noDiscountAmountDiff": 134,
"grossProfit": 688,
"accountId": 239,
"voucherAmount": 512,
"discountAmount": 916,
"normalUserVoucherId": 500,
"normalVoucherAmount": 742,
"packageVoucherOrderId": 320,
"voucherId": 148,
"voucherQuantity": 999,
"needVoucherQuantity": 330,
"useUserVoucherIds": "2",
"positionId": "182"
}'49.12. 取消支付
Type: POST
Content-Type: application/json
Description: 取消支付
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 454,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 497,
"type": 253,
"orderType": 40,
"consumeType": 524,
"status": 533,
"shopId": 876,
"mealTime": "2026-02-03",
"mealType": "idpvvl",
"positionType": 494,
"peopleNum": 677,
"discount": 97,
"earnestMoney": 57,
"amount": 889,
"totalAmount": 950,
"noDiscountAmount": 906,
"actualAmount": 739,
"preAmount": 924,
"deductionAmount": 823,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 886,
"remark": "mhbxnp",
"reason": "g37ifu",
"plateNum": "0nxr3u",
"desc": "fwh7eg",
"payType": 731,
"statFlag": 3,
"notifyFlag": 3,
"userId": 578,
"enterpriseId": 382,
"preId": 724,
"unitId": 497,
"callNum": 65,
"orderAmount": 214,
"accountAmount": 566,
"userVoucherId": 916,
"createAt": 810,
"updateAt": 588,
"deleteFlag": 3,
"createBy": 198,
"cashier": 856,
"payTime": "2026-02-03 15:05:59",
"refundTime": "2026-02-03 15:05:59",
"innerDiscount": 393,
"inflateFlag": 3,
"noDiscountAmountDiff": 651,
"grossProfit": 145,
"accountId": 957,
"voucherAmount": 236,
"discountAmount": 43,
"normalUserVoucherId": 36,
"normalVoucherAmount": 781,
"packageVoucherOrderId": 42,
"voucherId": 951,
"voucherQuantity": 610,
"needVoucherQuantity": 22,
"useUserVoucherIds": "2",
"positionId": "182"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 22,
"totalPage": 768,
"page": 368,
"pageSize": 973
},
"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": 454,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"preOderCode": "13809",
"orderCode": "13809",
"wxCode": "13809",
"sysPlatformId": 497,
"type": 253,
"orderType": 40,
"consumeType": 524,
"status": 533,
"shopId": 876,
"mealTime": "2026-02-03",
"mealType": "idpvvl",
"positionType": 494,
"peopleNum": 677,
"discount": 97,
"earnestMoney": 57,
"amount": 889,
"totalAmount": 950,
"noDiscountAmount": 906,
"actualAmount": 739,
"preAmount": 924,
"deductionAmount": 823,
"username": "roxana.konopelski",
"phone": "1-612-315-8441",
"gender": 1,
"banquetType": 886,
"remark": "mhbxnp",
"reason": "g37ifu",
"plateNum": "0nxr3u",
"desc": "fwh7eg",
"payType": 731,
"statFlag": 3,
"notifyFlag": 3,
"userId": 578,
"enterpriseId": 382,
"preId": 724,
"unitId": 497,
"callNum": 65,
"orderAmount": 214,
"accountAmount": 566,
"userVoucherId": 916,
"createAt": 810,
"updateAt": 588,
"deleteFlag": 3,
"createBy": 198,
"cashier": 856,
"payTime": "2026-02-03 15:05:59",
"refundTime": "2026-02-03 15:05:59",
"innerDiscount": 393,
"inflateFlag": 3,
"noDiscountAmountDiff": 651,
"grossProfit": 145,
"accountId": 957,
"voucherAmount": 236,
"discountAmount": 43,
"normalUserVoucherId": 36,
"normalVoucherAmount": 781,
"packageVoucherOrderId": 42,
"voucherId": 951,
"voucherQuantity": 610,
"needVoucherQuantity": 22,
"useUserVoucherIds": "2",
"positionId": "182"
}'49.13. 删除订单
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除订单
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 707,
"totalPage": 309,
"page": 238,
"pageSize": 484
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/order/delete?id=514 --data '&514'49.14. 第一步扫码 付款订单信息(券) - 重构版本
Type: POST
Content-Type: application/json
Description: 第一步扫码 付款订单信息(券) - 重构版本
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 570,
"discountType": 830,
"userVoucherId": 46,
"normalUserVoucherId": 418,
"isEnterprisePay": 752,
"userVoucherIdList": [
379
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 801,
"totalPage": 163,
"page": 932,
"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/payOrder --data '{
"orderId": 570,
"discountType": 830,
"userVoucherId": 46,
"normalUserVoucherId": 418,
"isEnterprisePay": 752,
"userVoucherIdList": [
379
]
}'49.15. 第二步 订单已经确认好了 点支付
Type: POST
Content-Type: application/json
Description: 第二步 订单已经确认好了 点支付
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 792,
"orderType": 112,
"isEnterprisePay": 964,
"actualAmount": 893,
"deductionAmount": 852,
"userVoucherId": 384,
"normalUserVoucherId": 699,
"enterpriseId": 768,
"preAmount": 573,
"checkedUseVoucherIdList": [
74
],
"needVoucherCount": 790
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 990,
"totalPage": 589,
"page": 302,
"pageSize": 43
},
"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": 792,
"orderType": 112,
"isEnterprisePay": 964,
"actualAmount": 893,
"deductionAmount": 852,
"userVoucherId": 384,
"normalUserVoucherId": 699,
"enterpriseId": 768,
"preAmount": 573,
"checkedUseVoucherIdList": [
74
],
"needVoucherCount": 790
}'49.16. 查询订单列表
Type: POST
Content-Type: application/json
Description: 查询订单列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
enterpriseId | 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": 304,
"current": 512,
"keyword": "zdttgi",
"statusId": 195,
"type": 215,
"orderType": 8,
"shopId": 653,
"accountId": 988,
"orderCode": "13809",
"startTime": "2026-02-03 15:06:00",
"endTime": "2026-02-03 15:06:00",
"status": [
392
],
"phone": "1-612-315-8441",
"isShowCancelOrder": 46,
"consumeType": 67,
"orderId": 186,
"isEnterprisePay": 6,
"enterpriseId": 95,
"orderPayerUserId": 613,
"filterShopIdList": [
932
],
"orderBy": 109,
"inviterOrPushInviter": 532
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 949,
"totalPage": 188,
"page": 757,
"pageSize": 361
},
"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": 304,
"current": 512,
"keyword": "zdttgi",
"statusId": 195,
"type": 215,
"orderType": 8,
"shopId": 653,
"accountId": 988,
"orderCode": "13809",
"startTime": "2026-02-03 15:06:00",
"endTime": "2026-02-03 15:06:00",
"status": [
392
],
"phone": "1-612-315-8441",
"isShowCancelOrder": 46,
"consumeType": 67,
"orderId": 186,
"isEnterprisePay": 6,
"enterpriseId": 95,
"orderPayerUserId": 613,
"filterShopIdList": [
932
],
"orderBy": 109,
"inviterOrPushInviter": 532
}'50. 套餐券管理(C端)
50.1. 查询可购买的套餐券列表
Type: POST
Author: enc
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询可购买的套餐券列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 131,
"page": 308,
"pageSize": 125
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_product_/packageVoucher/list50.2. 套餐订单支付
Type: POST
Author: enc
Content-Type: application/json
Description: 套餐订单支付
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
voucherId | int32 | false | No comments found. |
activityId | int32 | false | No comments found. |
quantity | int32 | false | 购买数量 |
shareUserId | int32 | false | 分享用户id |
Request-body:
{
"voucherId": 631,
"activityId": 236,
"quantity": 809,
"shareUserId": 516
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 763,
"page": 208,
"pageSize": 643
},
"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": 631,
"activityId": 236,
"quantity": 809,
"shareUserId": 516
}'50.3. 套餐券退款
根据订单ID和退款数量进行退款
Type: POST
Author: enc
Content-Type: application/json
Description: 套餐券退款
根据订单ID和退款数量进行退款
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
packageVoucherOrderId | int32 | false | 套餐券购买订单ID(必填) |
refundQuantity | int32 | false | 退款数量(必填) |
refundReason | string | false | 退款原因 |
Request-body:
{
"packageVoucherOrderId": 563,
"refundQuantity": 690,
"refundReason": "u6dvym"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 834,
"totalPage": 643,
"page": 140,
"pageSize": 337
},
"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": 563,
"refundQuantity": 690,
"refundReason": "u6dvym"
}'51. 支付记录管理
51.1. 查询单个支付记录
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个支付记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 627,
"totalPage": 316,
"page": 989,
"pageSize": 97
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/payRecord/getPayRecord/74551.2. 查询打赏记录
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询打赏记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
orderId | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 550,
"totalPage": 446,
"page": 658,
"pageSize": 355
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/payRecord/getRewardRecord/15651.3. 查询支付记录列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询支付记录列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
type | int32 | false | No comments found. | ||
page | int32 | false | No comments found. | ||
pageSize | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 396,
"totalPage": 521,
"page": 709,
"pageSize": 247
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/payRecord/list?type=526&page=1&pageSize=10 --data '&526&1&10'51.4. 修改支付记录信息
Type: POST
Content-Type: application/json
Description: 修改支付记录信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 118,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"sysPlatformId": 362,
"status": 286,
"passwordHash": "9lmdvi",
"type": 443,
"sysInternalId": 412,
"lastLoginAt": 600,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "rhdrwz",
"sysRoleId": 775,
"accountId": 614,
"shopId": 839,
"isShopAdmin": 485,
"createAt": 970,
"updateAt": 899,
"isCheck": 14,
"isSupplement": 848,
"checkTime": "2026-02-03 15:06:00",
"checkUserId": 663,
"supplementTime": "2026-02-03 15:06:00",
"supplementUserId": 739,
"shopList": "vsnqw3",
"createTime": "2026-02-03 15:05:48",
"shopName": "roxana.konopelski",
"roleName": "roxana.konopelski"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 520,
"page": 554,
"pageSize": 656
},
"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": 118,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"sysPlatformId": 362,
"status": 286,
"passwordHash": "9lmdvi",
"type": 443,
"sysInternalId": 412,
"lastLoginAt": 600,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "rhdrwz",
"sysRoleId": 775,
"accountId": 614,
"shopId": 839,
"isShopAdmin": 485,
"createAt": 970,
"updateAt": 899,
"isCheck": 14,
"isSupplement": 848,
"checkTime": "2026-02-03 15:06:00",
"checkUserId": 663,
"supplementTime": "2026-02-03 15:06:00",
"supplementUserId": 739,
"shopList": "vsnqw3",
"createTime": "2026-02-03 15:05:48",
"shopName": "roxana.konopelski",
"roleName": "roxana.konopelski"
}'51.5. 删除支付记录信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除支付记录信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 307,
"totalPage": 13,
"page": 63,
"pageSize": 413
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/payRecord/delete?id=248 --data '&248'52. 产品座位管理
52.1. 查询单个座位
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个座位
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 896,
"page": 355,
"pageSize": 277
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/position/getPosition/88952.2. 查询座位列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询座位列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
shopId | int32 | true | No comments found. | ||
type | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 289,
"page": 183,
"pageSize": 511
},
"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'52.3. 查询座位列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询座位列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
shopId | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 675,
"page": 398,
"pageSize": 761
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/position/getTreeList/75053. 产品店铺管理
53.1. 查询单个店铺
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个店铺
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 556,
"page": 793,
"pageSize": 370
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/shop/getShop/36353.2.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | false | No comments found. | ||
latitude | float | false | No comments found. | ||
longitude | float | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 215,
"totalPage": 575,
"page": 331,
"pageSize": 740
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/shop/getShopInfo?id=371&latitude=7.48&longitude=24.33 --data '&371&7.48&24.33'53.3. 查询店铺列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询店铺列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 787,
"page": 65,
"pageSize": 84
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/shop/list?keyword=nmrz4w&category=wrqlww®ionId=676&metro=ym0kqw&tradeArea=k180zt&distance=56.05&latitude=22.43&longitude=47.67&sort=1&lowPrice=832&highPrice=276&positionType=988&page=1&pageSize=10 --data '&nmrz4w&wrqlww&676&ym0kqw&k180zt&56.05&22.43&47.67&1&832&276&988&1&10'53.4.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
keyword | string | false | No comments found. | ||
latitude | float | false | No comments found. | ||
longitude | float | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 110,
"page": 698,
"pageSize": 608
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/shop/getShopSelect?keyword=p73ikz&latitude=12.08&longitude=80.44 --data '&p73ikz&12.08&80.44'53.5.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 315,
"totalPage": 697,
"page": 589,
"pageSize": 628
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/shop/getShopCategoryList54. 企业充值记录
54.1.
Type: POST
Author: enc
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int32 | false | 主键 |
enterpriseId | int32 | false | 企业id |
amount | number | false | 金额 |
actualAmount | number | false | 实际金额 |
attachment | string | false | 附件 |
reason | string | false | 原因 |
status | int32 | false | 状态 |
checkUserId | int32 | false | 审核人 |
beforeAmount | number | false | 之前余额 |
afterAmount | number | false | 之后余额 |
confirmTime | string | 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. |
enterpriseName | string | false | No comments found. |
Request-body:
{
"id": 501,
"enterpriseId": 665,
"amount": 309,
"actualAmount": 155,
"attachment": "t5hjik",
"reason": "g3sn9y",
"status": 437,
"checkUserId": 53,
"beforeAmount": 95,
"afterAmount": 697,
"confirmTime": "2026-02-03 15:06:00",
"createBy": 106,
"createTime": "2026-02-03 15:06:00",
"updateBy": 805,
"updateTime": "2026-02-03 15:06:00",
"size": 456,
"current": 582,
"enterpriseName": "roxana.konopelski"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
└─pages | int64 | 当前分页总页数 | - |
└─records | array | 分页记录列表 | - |
└─id | int32 | 主键 | - |
└─enterpriseId | int32 | 企业id | - |
└─amount | number | 金额 | - |
└─actualAmount | number | 实际金额 | - |
└─attachment | string | 附件 | - |
└─reason | string | 原因 | - |
└─status | int32 | 状态 | - |
└─checkUserId | int32 | 审核人 | - |
└─beforeAmount | number | 之前余额 | - |
└─afterAmount | number | 之后余额 | - |
└─confirmTime | string | 确认时间 | - |
└─createBy | int32 | 创建人 | - |
└─createTime | string | 创建时间 | - |
└─updateBy | int32 | 更新人 | - |
└─updateTime | string | 更新时间 | - |
└─enterpriseName | string | 企业id | - |
└─checkUserName | string | 审核人 | - |
└─createByName | 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": 226,
"records": [
{
"id": 529,
"enterpriseId": 310,
"amount": 299,
"actualAmount": 156,
"attachment": "pjt192",
"reason": "px6i39",
"status": 756,
"checkUserId": 895,
"beforeAmount": 298,
"afterAmount": 804,
"confirmTime": "2026-02-03 15:06:00",
"createBy": 522,
"createTime": "2026-02-03 15:06:00",
"updateBy": 237,
"updateTime": "2026-02-03 15:06:00",
"enterpriseName": "roxana.konopelski",
"checkUserName": "roxana.konopelski",
"createByName": "roxana.konopelski"
}
],
"total": 596,
"size": 64,
"current": 795
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 321,
"totalPage": 808,
"page": 325,
"pageSize": 676
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/sysEnterpriseRecharge/pageList --data '{
"id": 501,
"enterpriseId": 665,
"amount": 309,
"actualAmount": 155,
"attachment": "t5hjik",
"reason": "g3sn9y",
"status": 437,
"checkUserId": 53,
"beforeAmount": 95,
"afterAmount": 697,
"confirmTime": "2026-02-03 15:06:00",
"createBy": 106,
"createTime": "2026-02-03 15:06:00",
"updateBy": 805,
"updateTime": "2026-02-03 15:06:00",
"size": 456,
"current": 582,
"enterpriseName": "roxana.konopelski"
}'55. 产品用户管理
55.1. 查询单个产品用户-基本信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个产品用户-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 338,
"totalPage": 749,
"page": 557,
"pageSize": 172
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getProductUser55.2. 查询产品用户列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询产品用户列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 674,
"totalPage": 476,
"page": 836,
"pageSize": 279
},
"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'55.3. 查询指定优惠券
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询指定优惠券
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 45,
"totalPage": 573,
"page": 41,
"pageSize": 578
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getMyCoupon/81655.4.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
isEnterpriseUser | 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": 144,
"current": 800,
"id": 402,
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "tp240l",
"sysPlatformId": 783,
"type": 421,
"isEnterprise": 346,
"isEnterpriseUser": 36,
"status": 794,
"enterpriseId": 987,
"pushGrade": 217,
"source": "f151eq",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"inviter": 507,
"pushInviter": 321
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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启用 | - |
└─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 | 成为推客时间 | - |
└─enterpriseTotalAmount | number | 企业授信总额 | - |
└─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. | - |
└─enterpriseComsumeAmount | number | 企业消费总金额 | - |
└─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": 378,
"records": [
{
"id": 975,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "clcyl0",
"sysPlatformId": 213,
"type": 55,
"status": 139,
"amount": 322,
"comsumeAmount": 161,
"enterpriseAmount": 453,
"enterpriseCount": 577,
"isEnterpriseUser": 180,
"enterpriseId": 895,
"pushGrade": 305,
"passwordHash": "3eu8s2",
"job": "69o2hu",
"company": "Leannon-Cremin",
"source": "m7yson",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "ow7adt",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "75f7kx",
"idCardBack": "zzfigt",
"inviter": 608,
"pushInviter": 835,
"sysInternalId": 990,
"lastLoginAt": 463,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "b3yogp",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 678,
"pushAt": 396,
"enterpriseTotalAmount": 514,
"createAt": 676,
"createTime": "2026-02-03 15:06:00",
"updateAt": 107,
"totalAmount": 483,
"inviterStatus": 733,
"inviterCount": 98,
"pushInviterCount": 674,
"orderCount": 180,
"pushInviterOrderCount": 177,
"consumeCount": 241,
"inviterAmount": 421,
"enterpriseComsumeAmount": 117,
"myComsumeAmount": 997,
"myComsumeCount": 917,
"enterpriseName": "roxana.konopelski"
}
],
"total": 828,
"size": 11,
"current": 343
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 471,
"totalPage": 22,
"page": 37,
"pageSize": 818
},
"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/pageList --data '{
"size": 144,
"current": 800,
"id": 402,
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "tp240l",
"sysPlatformId": 783,
"type": 421,
"isEnterprise": 346,
"isEnterpriseUser": 36,
"status": 794,
"enterpriseId": 987,
"pushGrade": 217,
"source": "f151eq",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"inviter": 507,
"pushInviter": 321
}'55.5. 查询我的优惠券列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询我的优惠券列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 657,
"page": 503,
"pageSize": 979
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/selectMyCoupon?status=550&startTime=0&endTime=0&page=1&pageSize=20&keyword= --data '&""&550&0&0&1&20'55.6.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 628,
"totalPage": 360,
"page": 366,
"pageSize": 212
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getUserList?type=725&dateType=35&page=1&pageSize=20 --data '&725&35&1&20'55.7.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 551,
"totalPage": 210,
"page": 134,
"pageSize": 301
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getUserCountData55.8.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 757,
"page": 880,
"pageSize": 152
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getCountData55.9. 添加产品用户
Type: POST
Content-Type: application/json
Description: 添加产品用户
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
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. |
enterpriseTotalAmount | number | false | No comments found. |
isEnterpriseUser | int32 | false | No comments found. |
Request-body:
{
"id": 135,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "0hatqf",
"sysPlatformId": 222,
"type": 159,
"status": 662,
"amount": 454,
"comsumeAmount": 442,
"enterpriseAmount": 896,
"enterpriseCount": 600,
"enterpriseId": 277,
"pushGrade": 383,
"passwordHash": "fxwzzn",
"job": "6e3k6d",
"company": "Leannon-Cremin",
"source": "g8hhq4",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "w9dzrg",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "tjxppw",
"idCardBack": "eea9j0",
"inviter": 113,
"pushInviter": 147,
"sysInternalId": 140,
"lastLoginAt": 145,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "tlb77u",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 494,
"pushAt": 17,
"createAt": 637,
"updateAt": 247,
"totalAmount": 343,
"inviterStatus": 331,
"inviterSource": "xczrhr",
"createTime": "2026-02-03 15:06:00",
"enterpriseTotalAmount": 361,
"isEnterpriseUser": 491
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 527,
"totalPage": 25,
"page": 205,
"pageSize": 599
},
"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": 135,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "0hatqf",
"sysPlatformId": 222,
"type": 159,
"status": 662,
"amount": 454,
"comsumeAmount": 442,
"enterpriseAmount": 896,
"enterpriseCount": 600,
"enterpriseId": 277,
"pushGrade": 383,
"passwordHash": "fxwzzn",
"job": "6e3k6d",
"company": "Leannon-Cremin",
"source": "g8hhq4",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "w9dzrg",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "tjxppw",
"idCardBack": "eea9j0",
"inviter": 113,
"pushInviter": 147,
"sysInternalId": 140,
"lastLoginAt": 145,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "tlb77u",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 494,
"pushAt": 17,
"createAt": 637,
"updateAt": 247,
"totalAmount": 343,
"inviterStatus": 331,
"inviterSource": "xczrhr",
"createTime": "2026-02-03 15:06:00",
"enterpriseTotalAmount": 361,
"isEnterpriseUser": 491
}'55.10. 修改产品用户
Type: POST
Content-Type: application/json
Description: 修改产品用户
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
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. |
enterpriseTotalAmount | number | false | No comments found. |
isEnterpriseUser | int32 | false | No comments found. |
Request-body:
{
"id": 19,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "6up5x6",
"sysPlatformId": 654,
"type": 765,
"status": 561,
"amount": 767,
"comsumeAmount": 485,
"enterpriseAmount": 876,
"enterpriseCount": 119,
"enterpriseId": 868,
"pushGrade": 589,
"passwordHash": "wmxsp4",
"job": "aph3b6",
"company": "Leannon-Cremin",
"source": "90rz2s",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "vws7rl",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "eg61sn",
"idCardBack": "44ja0u",
"inviter": 574,
"pushInviter": 659,
"sysInternalId": 284,
"lastLoginAt": 120,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "7wnkjz",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 694,
"pushAt": 486,
"createAt": 217,
"updateAt": 213,
"totalAmount": 460,
"inviterStatus": 911,
"inviterSource": "tozlfr",
"createTime": "2026-02-03 15:06:00",
"enterpriseTotalAmount": 752,
"isEnterpriseUser": 887
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 418,
"totalPage": 867,
"page": 71,
"pageSize": 67
},
"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": 19,
"uuid": "5cb9b363-d0b4-49bf-b9f8-d6ba8321514e",
"name": "roxana.konopelski",
"mobile": "971.630.1621",
"avatar": "6up5x6",
"sysPlatformId": 654,
"type": 765,
"status": 561,
"amount": 767,
"comsumeAmount": 485,
"enterpriseAmount": 876,
"enterpriseCount": 119,
"enterpriseId": 868,
"pushGrade": 589,
"passwordHash": "wmxsp4",
"job": "aph3b6",
"company": "Leannon-Cremin",
"source": "90rz2s",
"realName": "roxana.konopelski",
"idCard": "351225198401315822",
"bankCard": "vws7rl",
"bankCode": "13809",
"reservePhone": "1-612-315-8441",
"idCardFront": "eg61sn",
"idCardBack": "44ja0u",
"inviter": 574,
"pushInviter": 659,
"sysInternalId": 284,
"lastLoginAt": 120,
"wxOpenId": "182",
"thirdOpenId": "182",
"thirdOpenId2": "7wnkjz",
"validTime": "2026-02-03 15:05:48",
"activityVoucherId": 694,
"pushAt": 486,
"createAt": 217,
"updateAt": 213,
"totalAmount": 460,
"inviterStatus": 911,
"inviterSource": "tozlfr",
"createTime": "2026-02-03 15:06:00",
"enterpriseTotalAmount": 752,
"isEnterpriseUser": 887
}'55.11.
Type: POST
Content-Type: multipart/form-data
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. | ||
file | file | true | No comments found. |
Request-body:
&730Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 460,
"totalPage": 268,
"page": 627,
"pageSize": 604
},
"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=730'55.12.
Type: POST
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
&971.630.1621&971.630.1621&q3ezrn&ctx9jgResponse-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 706,
"totalPage": 878,
"page": 308,
"pageSize": 566
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/updateMobile --data 'mobile=971.630.1621&oldMobile=971.630.1621&codeKey=q3ezrn&codeValue=ctx9jg'55.13. 删除外部用户信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除外部用户信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 219,
"totalPage": 718,
"page": 268,
"pageSize": 268
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/delete?id=272 --data '&272'55.14.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 966,
"totalPage": 234,
"page": 997,
"pageSize": 931
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/logout55.15.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 633,
"totalPage": 339,
"page": 671,
"pageSize": 338
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getPromoteMembers?userName=roxana.konopelski&type=1&dateType=146&page=1&pageSize=20 --data '&roxana.konopelski&1&146&1&20'55.16.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 687,
"page": 50,
"pageSize": 889
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getPromoteMembersCount55.17.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
userId | int32 | false | No comments found. | ||
page | int32 | false | No comments found. | ||
pageSize | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 311,
"page": 188,
"pageSize": 448
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getPromoteInfo?userId=874&page=1&pageSize=20 --data '&874&1&20'55.18.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
dateType | int32 | false | No comments found. | ||
page | int32 | false | No comments found. | ||
pageSize | int32 | false | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 743,
"totalPage": 599,
"page": 508,
"pageSize": 136
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getRevenuePromotion?dateType=3&page=1&pageSize=20 --data '&3&1&20'55.19.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 546,
"totalPage": 567,
"page": 164,
"pageSize": 240
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getMyDiscountAmount55.20.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 332,
"page": 852,
"pageSize": 800
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getPushUserData55.21.
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 849,
"totalPage": 444,
"page": 343,
"pageSize": 176
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUser/getMyPoints56. 用户限额管理
56.1. 查询单个用户限额-基本信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个用户限额-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 495,
"page": 647,
"pageSize": 968
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/getUserLimit/87656.2. 查询指定餐厅-基本信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询指定餐厅-基本信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
enterpriseId | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 510,
"page": 385,
"pageSize": 16
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/getUserLimitShop/74156.3. 查询用户限额列表
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询用户限额列表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
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:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 0,
"page": 728,
"pageSize": 472
},
"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'56.4. 创建用户限额信息
Type: POST
Content-Type: application/json
Description: 创建用户限额信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 579,
"userId": 859,
"enterpriseId": 225,
"monthAmount": 199,
"monthCount": 487,
"amount": 22,
"createAt": 633,
"updateAt": 763
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 35,
"page": 560,
"pageSize": 819
},
"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": 579,
"userId": 859,
"enterpriseId": 225,
"monthAmount": 199,
"monthCount": 487,
"amount": 22,
"createAt": 633,
"updateAt": 763
}'56.5. 批量用户限额信息
Type: POST
Content-Type: application/json
Description: 批量用户限额信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 184,
"userId": 203,
"enterpriseId": 799,
"monthAmount": 523,
"monthCount": 253,
"amount": 607,
"createAt": 860,
"updateAt": 429,
"userList": [
290
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 983,
"totalPage": 525,
"page": 945,
"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/_product_/userLimit/batchCreate --data '{
"id": 184,
"userId": 203,
"enterpriseId": 799,
"monthAmount": 523,
"monthCount": 253,
"amount": 607,
"createAt": 860,
"updateAt": 429,
"userList": [
290
]
}'56.6. 指定餐厅
Type: POST
Content-Type: application/json
Description: 指定餐厅
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 8,
"enterpriseId": 674,
"shopId": 20,
"shopList": [
342
]
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 447,
"totalPage": 154,
"page": 644,
"pageSize": 359
},
"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": 8,
"enterpriseId": 674,
"shopId": 20,
"shopList": [
342
]
}'56.7. 修改用户限额信息
Type: POST
Content-Type: application/json
Description: 修改用户限额信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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. |
totalAmount | number | false | No comments found. |
Request-body:
{
"id": 336,
"name": "roxana.konopelski",
"invitationCode": "13809",
"monthAmount": 774,
"monthBudget": 20,
"amount": 206,
"userId": 76,
"createAt": 274,
"updateAt": 636,
"usci": "sfklyx",
"contactAddress": "319 Parker Manors, Lake Mai, CT 74664",
"title": "zmtiqw",
"contactPhone": "1-612-315-8441",
"remarks": "sahpp6",
"logoImg": "0vtkvn",
"agreImg": "gbobi5",
"totalAmount": 253
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 641,
"totalPage": 870,
"page": 422,
"pageSize": 338
},
"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": 336,
"name": "roxana.konopelski",
"invitationCode": "13809",
"monthAmount": 774,
"monthBudget": 20,
"amount": 206,
"userId": 76,
"createAt": 274,
"updateAt": 636,
"usci": "sfklyx",
"contactAddress": "319 Parker Manors, Lake Mai, CT 74664",
"title": "zmtiqw",
"contactPhone": "1-612-315-8441",
"remarks": "sahpp6",
"logoImg": "0vtkvn",
"agreImg": "gbobi5",
"totalAmount": 253
}'56.8. 删除指定餐厅
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除指定餐厅
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 478,
"totalPage": 782,
"page": 964,
"pageSize": 957
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/deleteShop?id=285 --data '&285'56.9. 删除全部指定餐厅
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除全部指定餐厅
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
enterpriseId | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 667,
"totalPage": 252,
"page": 80,
"pageSize": 900
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/deleteAllShop?enterpriseId=924 --data '&924'56.10. 删除用户限额信息
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 删除用户限额信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 369,
"page": 704,
"pageSize": 194
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/userLimit/delete?id=302 --data '&302'57.
57.1.
Type: POST
Author: 张明
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 618,
"current": 292,
"status": 222,
"statusList": [
182
],
"userId": 949,
"activityVoucherType": 598
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 199,
"userId": 381,
"activityId": 235,
"voucherId": 398,
"amount": 124,
"limitAmount": 842,
"useTimeType": 851,
"status": 278,
"startTime": "2026-02-03 15:06:01",
"endTime": "2026-02-03 15:06:01",
"createAt": 748,
"updateAt": 195,
"activityVoucherType": 247,
"purchasePrice": 7,
"purchaseOrderId": 941,
"verificationCode": "13809",
"verificationTime": "2026-02-03 15:06:01",
"verificationShopId": 450,
"verificationUserId": 374,
"useOrderId": 328,
"refundTime": "2026-02-03 15:06:01",
"refundUserId": 174,
"isPreFee": 836,
"createBy": 981,
"createTime": "2026-02-03 15:06:01",
"updateBy": 34,
"updateTime": "2026-02-03 15:06:01",
"voucherName": "roxana.konopelski",
"activityName": "roxana.konopelski",
"voucherQuantity": 36,
"brandName": "roxana.konopelski",
"shopCount": 361,
"foodList": [
{
"id": 844,
"voucherId": 591,
"foodName": "roxana.konopelski",
"quantity": 99,
"price": 669,
"description": "ml8g8x",
"img": "7ldggf",
"createBy": 383,
"createTime": "2026-02-03 15:06:01",
"updateBy": 709,
"updateTime": "2026-02-03 15:06:01"
}
]
}
],
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 930,
"totalPage": 252,
"page": 521,
"pageSize": 707
},
"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": 618,
"current": 292,
"status": 222,
"statusList": [
182
],
"userId": 949,
"activityVoucherType": 598
}'57.2.
Type: POST
Author: 张明
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 570,
"current": 805,
"status": 147,
"statusList": [
726
],
"userId": 547,
"activityVoucherType": 384
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 937,
"records": [
{
"id": 497,
"userId": 710,
"activityId": 708,
"voucherId": 780,
"amount": 271,
"limitAmount": 902,
"useTimeType": 39,
"status": 693,
"startTime": "2026-02-03 15:06:01",
"endTime": "2026-02-03 15:06:01",
"createAt": 116,
"updateAt": 292,
"activityVoucherType": 55,
"purchasePrice": 580,
"purchaseOrderId": 552,
"verificationCode": "13809",
"verificationTime": "2026-02-03 15:06:01",
"verificationShopId": 225,
"verificationUserId": 949,
"useOrderId": 553,
"refundTime": "2026-02-03 15:06:01",
"refundUserId": 278,
"isPreFee": 695,
"createBy": 246,
"createTime": "2026-02-03 15:06:01",
"updateBy": 838,
"updateTime": "2026-02-03 15:06:01",
"voucherName": "roxana.konopelski",
"activityName": "roxana.konopelski",
"voucherQuantity": 313,
"brandName": "roxana.konopelski",
"shopCount": 421,
"foodList": [
{
"id": 387,
"voucherId": 844,
"foodName": "roxana.konopelski",
"quantity": 386,
"price": 653,
"description": "gb3l3d",
"img": "8ylul2",
"createBy": 489,
"createTime": "2026-02-03 15:06:01",
"updateBy": 473,
"updateTime": "2026-02-03 15:06:01"
}
]
}
],
"total": 530,
"size": 622,
"current": 276
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 465,
"totalPage": 979,
"page": 659,
"pageSize": 552
},
"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": 570,
"current": 805,
"status": 147,
"statusList": [
726
],
"userId": 547,
"activityVoucherType": 384
}'57.3.
Type: GET
Author: 张明
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 553,
"totalPage": 826,
"page": 230,
"pageSize": 727
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/userVoucher/myUserVoucherNumber57.4.
Type: POST
Author: 张明
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 52,
"voucherId": 676,
"notVoucherId": 667,
"purchaseOrderId": 406,
"status": 255,
"activityVoucherType": 606
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
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": 348,
"userId": 245,
"activityId": 464,
"voucherId": 907,
"amount": 256,
"limitAmount": 33,
"useTimeType": 709,
"status": 153,
"startTime": "2026-02-03 15:06:01",
"endTime": "2026-02-03 15:06:01",
"createAt": 171,
"updateAt": 962,
"activityVoucherType": 510,
"purchasePrice": 783,
"purchaseOrderId": 900,
"verificationCode": "13809",
"verificationTime": "2026-02-03 15:06:01",
"verificationShopId": 779,
"verificationUserId": 488,
"useOrderId": 791,
"refundTime": "2026-02-03 15:06:01",
"refundUserId": 912,
"isPreFee": 797,
"createBy": 352,
"createTime": "2026-02-03 15:06:01",
"updateBy": 5,
"updateTime": "2026-02-03 15:06:01",
"voucherName": "roxana.konopelski",
"voucherImg": "ab2t93",
"activityName": "roxana.konopelski",
"styleType": 697,
"foodList": [
{
"id": 180,
"voucherId": 235,
"foodName": "roxana.konopelski",
"quantity": 431,
"price": 717,
"description": "zwo5ob",
"img": "toeyz4",
"createBy": 583,
"createTime": "2026-02-03 15:06:01",
"updateBy": 907,
"updateTime": "2026-02-03 15:06:01"
}
],
"orderCode": "13809",
"payMethod": "1htkbn",
"payTime": "2026-02-03 15:06:01",
"payCode": "13809",
"orderStatus": 973,
"usableQuantity": 760,
"discount": 402,
"discountAmount": 969,
"donateGoods": "t92kk6",
"refundPolicy": "ok9ze6",
"voucherDescription": "eva1og",
"activityDescribe": "4wyxj2"
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 476,
"totalPage": 793,
"page": 466,
"pageSize": 878
},
"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": 52,
"voucherId": 676,
"notVoucherId": 667,
"purchaseOrderId": 406,
"status": 255,
"activityVoucherType": 606
}'58. 提现管理
58.1. 查询单个提现
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询单个提现
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | No comments found. |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 203,
"page": 356,
"pageSize": 417
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/withdrawal/getWithdrawal/50758.2.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 465,
"name": "roxana.konopelski",
"type": 570,
"mobile": "971.630.1621",
"userType": 747,
"realName": "roxana.konopelski",
"orderId": 260,
"status": 863,
"size": 830,
"current": 728,
"dateType": 804,
"orderBy": 404,
"beginTime": "2026-02-03 15:06:01",
"endTime": "2026-02-03 15:06:01"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 573,
"totalPage": 274,
"page": 532,
"pageSize": 11
},
"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": 465,
"name": "roxana.konopelski",
"type": 570,
"mobile": "971.630.1621",
"userType": 747,
"realName": "roxana.konopelski",
"orderId": 260,
"status": 863,
"size": 830,
"current": 728,
"dateType": 804,
"orderBy": 404,
"beginTime": "2026-02-03 15:06:01",
"endTime": "2026-02-03 15:06:01"
}'58.3. 查询推广收益统计数据
Type: GET
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询推广收益统计数据
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 142,
"page": 13,
"pageSize": 519
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/withdrawal/getListData58.4. 创建提现信息
Type: POST
Content-Type: application/json
Description: 创建提现信息
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 136,
"userId": 264,
"memberId": 304,
"orderId": 11,
"type": 207,
"status": 515,
"consumeAmount": 21,
"amount": 917,
"paymentNo": "3k5mjb",
"paymentTime": "2026-02-03 15:06:01",
"createAt": 757,
"wxState": "n3mfpe",
"reason": "y142ix",
"openId": "182",
"appId": "182",
"mchId": "182",
"callbackTime": "2026-02-03 15:06:01",
"transferBillNo": "61tanm",
"rejectTime": "2026-02-03 15:06:01",
"rejectBy": 32,
"paymentBy": 748,
"createTime": "2026-02-03 15:06:01",
"beforeAmount": 800,
"afterAmount": 26,
"wxRequest": "yxemy1",
"wxResponse": "b3t8j6",
"packageInfo": "2xx7di",
"callbackResponse": "t1vnc7"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 583,
"page": 894,
"pageSize": 192
},
"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": 136,
"userId": 264,
"memberId": 304,
"orderId": 11,
"type": 207,
"status": 515,
"consumeAmount": 21,
"amount": 917,
"paymentNo": "3k5mjb",
"paymentTime": "2026-02-03 15:06:01",
"createAt": 757,
"wxState": "n3mfpe",
"reason": "y142ix",
"openId": "182",
"appId": "182",
"mchId": "182",
"callbackTime": "2026-02-03 15:06:01",
"transferBillNo": "61tanm",
"rejectTime": "2026-02-03 15:06:01",
"rejectBy": 32,
"paymentBy": 748,
"createTime": "2026-02-03 15:06:01",
"beforeAmount": 800,
"afterAmount": 26,
"wxRequest": "yxemy1",
"wxResponse": "b3t8j6",
"packageInfo": "2xx7di",
"callbackResponse": "t1vnc7"
}'59. 微信支付接口
59.1.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "182",
"desc": "cz98p7",
"money": 10.48,
"tradeType": 211,
"transactionId": "182",
"outTradeNo": "5too7m",
"productId": "182",
"authCode": "13809",
"orderId": 604
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 911,
"totalPage": 689,
"page": 620,
"pageSize": 231
},
"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": "182",
"desc": "cz98p7",
"money": 10.48,
"tradeType": 211,
"transactionId": "182",
"outTradeNo": "5too7m",
"productId": "182",
"authCode": "13809",
"orderId": 604
}'59.2.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "182",
"desc": "qxffoq",
"money": 13.41,
"tradeType": 740,
"transactionId": "182",
"outTradeNo": "ph4e7z",
"productId": "182",
"authCode": "13809",
"orderId": 476
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 551,
"totalPage": 589,
"page": 467,
"pageSize": 52
},
"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": "182",
"desc": "qxffoq",
"money": 13.41,
"tradeType": 740,
"transactionId": "182",
"outTradeNo": "ph4e7z",
"productId": "182",
"authCode": "13809",
"orderId": 476
}'59.3.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "182",
"desc": "stn3e6",
"money": 69.57,
"tradeType": 231,
"transactionId": "182",
"outTradeNo": "9v5wed",
"productId": "182",
"authCode": "13809",
"orderId": 942
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 655,
"totalPage": 846,
"page": 625,
"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/_product_/wxPay/queryOrder --data '{
"openId": "182",
"desc": "stn3e6",
"money": 69.57,
"tradeType": 231,
"transactionId": "182",
"outTradeNo": "9v5wed",
"productId": "182",
"authCode": "13809",
"orderId": 942
}'59.4.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 965,
"money": 75.99,
"totalMoney": 29.78,
"transactionId": "182",
"outTradeNo": "2njmsu",
"outRefundNo": "tlrpst",
"productId": "182",
"authCode": "13809",
"refundId": "182"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | 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": 272,
"page": 885,
"pageSize": 691
},
"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": 965,
"money": 75.99,
"totalMoney": 29.78,
"transactionId": "182",
"outTradeNo": "2njmsu",
"outRefundNo": "tlrpst",
"productId": "182",
"authCode": "13809",
"refundId": "182"
}'59.5.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "182",
"desc": "c7pat4",
"money": 42.40,
"tradeType": 575,
"transactionId": "182",
"outTradeNo": "v243j0",
"productId": "182",
"authCode": "13809",
"orderId": 692
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 980,
"totalPage": 834,
"page": 524,
"pageSize": 132
},
"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": "182",
"desc": "c7pat4",
"money": 42.40,
"tradeType": 575,
"transactionId": "182",
"outTradeNo": "v243j0",
"productId": "182",
"authCode": "13809",
"orderId": 692
}'59.6.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 957,
"money": 89.16,
"totalMoney": 9.22,
"transactionId": "182",
"outTradeNo": "yuosue",
"outRefundNo": "vyt3c0",
"productId": "182",
"authCode": "13809",
"refundId": "182"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 659,
"totalPage": 562,
"page": 786,
"pageSize": 460
},
"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": 957,
"money": 89.16,
"totalMoney": 9.22,
"transactionId": "182",
"outTradeNo": "yuosue",
"outRefundNo": "vyt3c0",
"productId": "182",
"authCode": "13809",
"refundId": "182"
}'59.7.
Type: POST
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": "182",
"desc": "hk48zx",
"money": 61.33,
"tradeType": 465,
"transactionId": "182",
"outTradeNo": "6d8fkv",
"productId": "182",
"authCode": "13809",
"orderId": 180
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 449,
"totalPage": 649,
"page": 487,
"pageSize": 648
},
"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": "182",
"desc": "hk48zx",
"money": 61.33,
"tradeType": 465,
"transactionId": "182",
"outTradeNo": "6d8fkv",
"productId": "182",
"authCode": "13809",
"orderId": 180
}'60. 企业员工授信记录表
60.1. 分页查询
Type: POST
Author: enc
Content-Type: application/json
Description: 分页查询
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int32 | false | 企业员工授信额度id |
productUserId | int32 | false | 企业员工id |
enterpriseId | int32 | false | 企业id |
amount | number | false | 授信额度 |
confirmTime | string | false | 确认时间 |
beforeAmount | number | false | 之前余额 |
afterAmount | number | 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": 784,
"productUserId": 495,
"enterpriseId": 378,
"amount": 735,
"confirmTime": "2026-02-03 15:06:01",
"beforeAmount": 492,
"afterAmount": 510,
"createBy": 548,
"createTime": "2026-02-03 15:06:01",
"updateBy": 318,
"updateTime": "2026-02-03 15:06:01",
"size": 588,
"current": 256
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
└─pages | int64 | 当前分页总页数 | - |
└─records | array | 分页记录列表 | - |
└─id | int32 | 企业员工授信额度id | - |
└─productUserId | int32 | 企业员工id | - |
└─enterpriseId | int32 | 企业id | - |
└─amount | number | 授信额度 | - |
└─confirmTime | string | 确认时间 | - |
└─beforeAmount | number | 之前余额 | - |
└─afterAmount | number | 之后余额 | - |
└─createBy | int32 | 创建人 | - |
└─createTime | string | 创建时间 | - |
└─updateBy | int32 | 更新人 | - |
└─updateTime | string | 更新时间 | - |
└─productUserName | string | No comments found. | - |
└─enterpriseName | string | 企业id | - |
└─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": 671,
"records": [
{
"id": 324,
"productUserId": 341,
"enterpriseId": 550,
"amount": 278,
"confirmTime": "2026-02-03 15:06:01",
"beforeAmount": 971,
"afterAmount": 528,
"createBy": 630,
"createTime": "2026-02-03 15:06:01",
"updateBy": 903,
"updateTime": "2026-02-03 15:06:01",
"productUserName": "roxana.konopelski",
"enterpriseName": "roxana.konopelski"
}
],
"total": 375,
"size": 668,
"current": 658
},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 641,
"totalPage": 428,
"page": 929,
"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_/productUserCredit/pageList --data '{
"id": 784,
"productUserId": 495,
"enterpriseId": 378,
"amount": 735,
"confirmTime": "2026-02-03 15:06:01",
"beforeAmount": 492,
"afterAmount": 510,
"createBy": 548,
"createTime": "2026-02-03 15:06:01",
"updateBy": 318,
"updateTime": "2026-02-03 15:06:01",
"size": 588,
"current": 256
}'60.2. 通过id查询企业员工授信记录表
Type: GET
Author: enc
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 通过id查询企业员工授信记录表
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
id | int32 | true | id |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 442,
"totalPage": 957,
"page": 41,
"pageSize": 392
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUserCredit/62560.3. 新增或修改企业员工授信记录
Type: POST
Author: enc
Content-Type: application/json
Description: 新增或修改企业员工授信记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int32 | false | 企业员工授信额度id |
productUserId | int32 | false | 企业员工id |
enterpriseId | int32 | false | 企业id |
amount | number | false | 授信额度 |
confirmTime | string | false | 确认时间 |
beforeAmount | number | false | 之前余额 |
afterAmount | number | false | 之后余额 |
createBy | int32 | false | 创建人 |
createTime | string | false | 创建时间 |
updateBy | int32 | false | 更新人 |
updateTime | string | false | 更新时间 |
Request-body:
{
"id": 264,
"productUserId": 382,
"enterpriseId": 292,
"amount": 973,
"confirmTime": "2026-02-03 15:06:01",
"beforeAmount": 54,
"afterAmount": 537,
"createBy": 672,
"createTime": "2026-02-03 15:06:01",
"updateBy": 13,
"updateTime": "2026-02-03 15:06:01"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 615,
"totalPage": 527,
"page": 106,
"pageSize": 113
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUserCredit --data '{
"id": 264,
"productUserId": 382,
"enterpriseId": 292,
"amount": 973,
"confirmTime": "2026-02-03 15:06:01",
"beforeAmount": 54,
"afterAmount": 537,
"createBy": 672,
"createTime": "2026-02-03 15:06:01",
"updateBy": 13,
"updateTime": "2026-02-03 15:06:01"
}'60.4. 新增或修改企业员工授信记录
Type: POST
Author: enc
Content-Type: application/json
Description: 新增或修改企业员工授信记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int32 | false | 企业员工授信额度id |
productUserId | int32 | false | 企业员工id |
enterpriseId | int32 | false | 企业id |
amount | number | false | 授信额度 |
confirmTime | string | false | 确认时间 |
beforeAmount | number | false | 之前余额 |
afterAmount | number | false | 之后余额 |
createBy | int32 | false | 创建人 |
createTime | string | false | 创建时间 |
updateBy | int32 | false | 更新人 |
updateTime | string | false | 更新时间 |
Request-body:
[
{
"id": 144,
"productUserId": 184,
"enterpriseId": 295,
"amount": 629,
"confirmTime": "2026-02-03 15:06:01",
"beforeAmount": 554,
"afterAmount": 791,
"createBy": 583,
"createTime": "2026-02-03 15:06:01",
"updateBy": 230,
"updateTime": "2026-02-03 15:06:01"
}
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 746,
"totalPage": 343,
"page": 375,
"pageSize": 90
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X POST -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUserCredit/batchSave --data '[
{
"id": 144,
"productUserId": 184,
"enterpriseId": 295,
"amount": 629,
"confirmTime": "2026-02-03 15:06:01",
"beforeAmount": 554,
"afterAmount": 791,
"createBy": 583,
"createTime": "2026-02-03 15:06:01",
"updateBy": 230,
"updateTime": "2026-02-03 15:06:01"
}
]'60.5. 查询企业剩余可授信额度
Type: GET
Author: enc
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Description: 查询企业剩余可授信额度
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
enterpriseId | int32 | true | 企业ID |
Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 9,
"totalPage": 363,
"page": 825,
"pageSize": 303
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X GET -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUserCredit/getAvailableAmount/72860.6. 删除企业员工授信记录
Type: DELETE
Author: enc
Content-Type: application/json
Description: 删除企业员工授信记录
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | array | false | id列表,[array of int32] |
Request-body:
[
642
]Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 707,
"totalPage": 179,
"page": 516,
"pageSize": 68
},
"debug": {
"object": "any object"
}
}Curl-example:
curl -X DELETE -H 'Content-Type: application/json' -H 'Authorization' -i http://127.0.0.1:10086/_product_/productUserCredit --data '[
642
]'61. 电话预定记录
61.1.
Type: POST
Author: enc
Content-Type: application/json
Description:
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
Authorization | string | true | 系统使用 |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
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": 724,
"userId": 62,
"reservationTime": "2026-02-03 15:06:01",
"reservationPhone": "1-612-315-8441",
"shopId": 894,
"createAt": 867,
"updateAt": 997,
"createBy": 548,
"createTime": "2026-02-03 15:06:01",
"updateBy": 800,
"updateTime": "2026-02-03 15:06:01"
}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
status | boolean | 状态(boolean) 0 失败,1 成功 ,使用bool型 | - |
data | object | 返回数据(对象) 可能为null | - |
message | string | 返回消息(字符串) 可能为null | - |
errors | object | 返回调试信息(对象) 可能为null | - |
pagination | object | 返回分页信息(对象) 可能为null | - |
└─total | int64 | No comments found. | - |
└─totalPage | int64 | No comments found. | - |
└─page | int64 | No comments found. | - |
└─pageSize | int64 | No comments found. | - |
debug | object | 返回调试信息(对象) 可能为null | - |
Response-example:
{
"status": true,
"data": {},
"message": "success",
"errors": {
"object": "any object"
},
"pagination": {
"total": 39,
"totalPage": 812,
"page": 842,
"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/_product_/mobileReservationRecord/create --data '{
"id": 724,
"userId": 62,
"reservationTime": "2026-02-03 15:06:01",
"reservationPhone": "1-612-315-8441",
"shopId": 894,
"createAt": 867,
"updateAt": 997,
"createBy": 548,
"createTime": "2026-02-03 15:06:01",
"updateBy": 800,
"updateTime": "2026-02-03 15:06:01"
}'