xiongzhu 3 anni fa
parent
commit
df6783852c
2 ha cambiato i file con 1 aggiunte e 37 eliminazioni
  1. 1 1
      order.js
  2. 0 36
      orders.json

+ 1 - 1
order.js

@@ -70,7 +70,7 @@ const queryResult = (id, i, cb) => {
 
 function start() {
     const q = queue({ results: [], concurrency: 1000 });
-    for (let i = 0; i < 1; i++) {
+    for (let i = 0; i < 1000; i++) {
         q.push((cb) => {
             let params = {
                 collectionId: 151602,

+ 0 - 36
orders.json

@@ -1,36 +0,0 @@
-[
-    {
-        "id": "943540628849950720",
-        "del": false,
-        "userId": "134613",
-        "collectionId": "151602",
-        "qty": 1,
-        "name": "测盲盒并发",
-        "pic": [
-            {
-                "name": "111.png",
-                "url": "https://raex-meta.oss-cn-shenzhen.aliyuncs.com/nft/2022-02-16-15-14-11qEXTgdel.png",
-                "thumb": null,
-                "type": "image/png"
-            }
-        ],
-        "detail": "<p>1</p>",
-        "properties": [],
-        "category": "勋章",
-        "canResale": false,
-        "royalties": 0,
-        "serviceCharge": 0,
-        "type": "BLIND_BOX",
-        "source": "OFFICIAL",
-        "minter": "RAEX绿洲数字藏品中心",
-        "minterId": "7150",
-        "minterAvatar": "https://raex-meta.oss-cn-shenzhen.aliyuncs.com/image/2021-12-17-19-03-38BNAlEhlJ.png",
-        "price": 1,
-        "gasPrice": 0.01,
-        "totalPrice": 1.01,
-        "status": "NOT_PAID",
-        "hide": false,
-        "opened": false,
-        "createdAt": "2022-02-16 16:13:36"
-    }
-]