gang.huang 2 năm trước cách đây
mục cha
commit
d8f437c550
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"