fix: 修复测试方法调用和订单内容格式 #52
|
|
@ -1,6 +1,6 @@
|
||||||
// Test script for FreightwavesService createOrder method
|
// Test script for FreightwavesService createOrder method
|
||||||
|
|
||||||
const { FreightwavesService } = require('./dist/service/test-freightwaves.service');
|
const { FreightwavesService } = require('./dist/service/freightwaves.service');
|
||||||
|
|
||||||
async function testFreightwavesService() {
|
async function testFreightwavesService() {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue