Commit d291771a authored by chen's avatar chen

feat: 更新api

parent a3fc5037
......@@ -18,7 +18,7 @@ import request, { IApiRequest } from '../basic/requestService'
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/product/history/page`
* @更新时间 `2023-03-03 10:54:26`
* @更新时间 `2023-03-03 16:41:39`
*/
export interface GetOrderMobileCommonProductHistoryPageRequest {
/**
......@@ -44,7 +44,7 @@ export interface GetOrderMobileCommonProductHistoryPageRequest {
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/product/history/page`
* @更新时间 `2023-03-03 10:54:26`
* @更新时间 `2023-03-03 16:41:39`
*/
/**
* 响应数据 ,PageData
......@@ -94,7 +94,7 @@ export interface GetOrderMobileCommonProductHistoryPageResponseDetail {
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/product/history/page`
* @更新时间 `2023-03-03 10:54:26`
* @更新时间 `2023-03-03 16:41:39`
*/
export const getOrderMobileCommonProductHistoryPage = async (
params?: GetOrderMobileCommonProductHistoryPageRequest,
......@@ -113,7 +113,7 @@ export const getOrderMobileCommonProductHistoryPage = async (
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/memberCenter/balanceAbility/type/find`
* @更新时间 `2023-03-03 10:54:33`
* @更新时间 `2023-03-03 16:41:42`
*/
export interface GetOrderMobileCommonMemberCenterBalanceAbilityTypeFindRequest {}
......@@ -122,7 +122,7 @@ export interface GetOrderMobileCommonMemberCenterBalanceAbilityTypeFindRequest {
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/memberCenter/balanceAbility/type/find`
* @更新时间 `2023-03-03 10:54:33`
* @更新时间 `2023-03-03 16:41:42`
*/
/**
* 响应数据 ,OrderRuleVO
......@@ -147,7 +147,7 @@ export interface GetOrderMobileCommonMemberCenterBalanceAbilityTypeFindResponse
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/memberCenter/balanceAbility/type/find`
* @更新时间 `2023-03-03 10:54:33`
* @更新时间 `2023-03-03 16:41:42`
*/
export const getOrderMobileCommonMemberCenterBalanceAbilityTypeFind = async (
params?: GetOrderMobileCommonMemberCenterBalanceAbilityTypeFindRequest,
......@@ -169,7 +169,7 @@ export const getOrderMobileCommonMemberCenterBalanceAbilityTypeFind = async (
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/after/sale`
* @更新时间 `2023-03-03 10:54:29`
* @更新时间 `2023-03-03 16:41:42`
*/
export interface GetOrderMobileCommonAfterSaleRequest {
/**
......@@ -191,7 +191,7 @@ export interface GetOrderMobileCommonAfterSaleRequest {
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/after/sale`
* @更新时间 `2023-03-03 10:54:29`
* @更新时间 `2023-03-03 16:41:42`
*/
/**
* 响应数据 ,MobileAfterSalePageQueryVO
......@@ -369,7 +369,7 @@ export interface GetOrderMobileCommonAfterSaleResponse {
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/after/sale`
* @更新时间 `2023-03-03 10:54:29`
* @更新时间 `2023-03-03 16:41:42`
*/
export const getOrderMobileCommonAfterSale = async (
params?: GetOrderMobileCommonAfterSaleRequest,
......@@ -388,7 +388,7 @@ export const getOrderMobileCommonAfterSale = async (
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/after/sale/payment/find`
* @更新时间 `2023-03-03 10:54:32`
* @更新时间 `2023-03-03 16:41:42`
*/
export interface GetOrderMobileCommonAfterSalePaymentFindRequest {
/**
......@@ -402,7 +402,7 @@ export interface GetOrderMobileCommonAfterSalePaymentFindRequest {
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/after/sale/payment/find`
* @更新时间 `2023-03-03 10:54:32`
* @更新时间 `2023-03-03 16:41:42`
*/
/**
* 响应数据 ,OrderAfterSalePaymentDetailVO
......@@ -463,7 +463,7 @@ export type GetOrderMobileCommonAfterSalePaymentFindResponse = {
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/after/sale/payment/find`
* @更新时间 `2023-03-03 10:54:32`
* @更新时间 `2023-03-03 16:41:42`
*/
export const getOrderMobileCommonAfterSalePaymentFind = async (
params?: GetOrderMobileCommonAfterSalePaymentFindRequest,
......@@ -482,7 +482,7 @@ export const getOrderMobileCommonAfterSalePaymentFind = async (
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/all/detail`
* @更新时间 `2023-03-03 10:54:37`
* @更新时间 `2023-03-03 16:41:43`
*/
export interface GetOrderMobileCommonAllDetailRequest {
/**
......@@ -496,7 +496,7 @@ export interface GetOrderMobileCommonAllDetailRequest {
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/all/detail`
* @更新时间 `2023-03-03 10:54:37`
* @更新时间 `2023-03-03 16:41:43`
*/
/**
* 响应数据 ,MobileGeneralOrderDetailVO
......@@ -970,6 +970,10 @@ export interface GetOrderMobileCommonAllDetailResponse {
* 币别类型,定义在CurrencyTypeEnum中,,@seeCurrencyTypeEnum
*/
currencyType: number
<<<<<<< HEAD
=======
currencyId: number
>>>>>>> aab808b (feat: 更新api)
/**
* 币种名称
*/
......@@ -1038,7 +1042,11 @@ export interface GetOrderMobileCommonAllDetailResponse {
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/all/detail`
<<<<<<< HEAD
* @更新时间 `2023-03-03 10:54:37`
=======
* @更新时间 `2023-03-03 16:41:43`
>>>>>>> aab808b (feat: 更新api)
*/
export const getOrderMobileCommonAllDetail = async (
params?: GetOrderMobileCommonAllDetailRequest,
......@@ -1057,7 +1065,11 @@ export const getOrderMobileCommonAllDetail = async (
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/all/page`
<<<<<<< HEAD
* @更新时间 `2023-03-03 10:54:37`
=======
* @更新时间 `2023-03-03 16:41:43`
>>>>>>> aab808b (feat: 更新api)
*/
export interface GetOrderMobileCommonAllPageRequest {
/**
......@@ -1095,7 +1107,7 @@ export interface GetOrderMobileCommonAllPageRequest {
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/all/page`
* @更新时间 `2023-03-03 10:54:37`
* @更新时间 `2023-03-03 16:41:43`
*/
/**
* 响应数据 ,PageData
......@@ -1270,7 +1282,7 @@ export interface GetOrderMobileCommonAllPageResponseDetail {
*
* @分类 [App-订单相关的公用接口↗](http://10.0.1.181:7070/project/5383/interface/api/cat_145661)
* @请求头 `GET /order/mobile/common/all/page`
* @更新时间 `2023-03-03 10:54:37`
* @更新时间 `2023-03-03 16:41:43`
*/
export const getOrderMobileCommonAllPage = async (
params?: GetOrderMobileCommonAllPageRequest,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment