gang.huang 2 年之前
父節點
當前提交
d8f437c550
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/index.js

+ 1 - 1
src/api/index.js

@@ -205,7 +205,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&page=50`,
+        url: `${Prefix}act=merchant_order&op=list&client_type=ajax&page=200`,
         withCredentials: true,
         headers: {
             "Content-Type": "application/x-www-form-urlencoded"