|
@@ -200,7 +200,7 @@ export const queryList = (params) => {
|
|
|
// return requestLoading(`${Prefix}act=merchant_order&op=list&client_type=ajax&curpage=${page}&start_time=${start_time}&end_time=${end_time}&card_type=${card_type}`, 'post')
|
|
|
return axios({
|
|
|
method: 'post',
|
|
|
- url: `${Prefix}act=merchant_order&op=list&client_type=ajax`,
|
|
|
+ url: `${Prefix}act=merchant_order&op=list&client_type=ajax&page=50`,
|
|
|
withCredentials: true,
|
|
|
headers: {
|
|
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
@@ -232,7 +232,7 @@ export const getUserInfo = () => {
|
|
|
|
|
|
// 实时动账
|
|
|
export const getMovingAccount = (page) => {
|
|
|
- return requestLoading(`${Prefix}act=merchant_info&op=pdlog&client_type=ajax&curpage=${page}`, 'post')
|
|
|
+ return requestLoading(`${Prefix}act=merchant_info&op=pdlog&client_type=ajax&page=50&curpage=${page}`, 'post')
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -247,7 +247,7 @@ export const queryMovingAccount = (params) => {
|
|
|
// return requestLoading(`${Prefix}act=merchant_info&op=pdlog&client_type=ajax&curpage=${page}&start_time=${start_time}&end_time=${end_time}&lg_type=${lg_type}`, 'post')
|
|
|
return axios({
|
|
|
method: 'post',
|
|
|
- url: `${Prefix}act=merchant_info&op=pdlog&client_type=ajax`,
|
|
|
+ url: `${Prefix}act=merchant_info&op=pdlog&client_type=ajax&page=50`,
|
|
|
withCredentials: true,
|
|
|
headers: {
|
|
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
@@ -302,7 +302,7 @@ export const updateVoucherList = (params) => {
|
|
|
|
|
|
// 获取充值列表
|
|
|
export const getVoucherList = () => {
|
|
|
- return requestLoading(`${Prefix}act=refill_evidence&op=index&client_type=ajax`, 'post')
|
|
|
+ return requestLoading(`${Prefix}act=refill_evidence&op=index&client_type=ajax&page=50`, 'post')
|
|
|
}
|
|
|
// 查询充值列表
|
|
|
// export const queryVoucherList = (page, start_time, end_time) => {
|
|
@@ -310,7 +310,7 @@ export const queryVoucherList = (params) => {
|
|
|
// return requestLoading(`${Prefix}act=refill_evidence&op=index&client_type=ajax&curpage=${page}&start_time=${start_time}&end_time=${end_time}`, 'get')
|
|
|
return axios({
|
|
|
method: 'post',
|
|
|
- url: `${Prefix}act=refill_evidence&op=index&client_type=ajax`,
|
|
|
+ url: `${Prefix}act=refill_evidence&op=index&client_type=ajax&page=50`,
|
|
|
withCredentials: true,
|
|
|
headers: {
|
|
|
"Content-Type": "application/x-www-form-urlencoded"
|