shawenguan hace 2 años
padre
commit
9b590d4780
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Scripts/gandart/gandartOrder.js

+ 1 - 0
Scripts/gandart/gandartOrder.js

@@ -162,6 +162,7 @@ async function getNftOrderList(status, orderType = 0, page = 1, pageSize = 6) {
                 headers: headers,
                 headers: headers,
                 body: body
                 body: body
             };
             };
+            lk.log(`请求个人订单列表:${body}`);
             lk.post(url, async (error, _response, data) => {
             lk.post(url, async (error, _response, data) => {
                 let rows;
                 let rows;
                 let total = 0;
                 let total = 0;