gg-express 1.0.22 → 1.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/GGExpress.js +0 -9
- package/package.json +1 -1
- package/src/GGExpress.ts +0 -9
package/dist/GGExpress.js
CHANGED
|
@@ -214,15 +214,6 @@ export class GGApi {
|
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
async function run() {
|
|
218
|
-
const api = new GGApi()
|
|
219
|
-
const data = await api.post("/api/item", {
|
|
220
|
-
parameter: {
|
|
221
|
-
bankID: 1,
|
|
222
|
-
},
|
|
223
|
-
data: [{ id: 2, name: "2" }],
|
|
224
|
-
})
|
|
225
|
-
}
|
|
226
217
|
|
|
227
218
|
`;
|
|
228
219
|
fs_1.default.writeFileSync(filePathWithFileName, code);
|
package/package.json
CHANGED
package/src/GGExpress.ts
CHANGED
|
@@ -414,15 +414,6 @@ export class GGApi {
|
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
|
|
417
|
-
async function run() {
|
|
418
|
-
const api = new GGApi()
|
|
419
|
-
const data = await api.post("/api/item", {
|
|
420
|
-
parameter: {
|
|
421
|
-
bankID: 1,
|
|
422
|
-
},
|
|
423
|
-
data: [{ id: 2, name: "2" }],
|
|
424
|
-
})
|
|
425
|
-
}
|
|
426
417
|
|
|
427
418
|
`
|
|
428
419
|
|