fix: 修复测试方法调用和订单内容格式 #52

Closed
zhuotianyuan wants to merge 11 commits from zhuotianyuan/API:main into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c8236070b0 - Show all commits

View File

@ -1,6 +1,6 @@
// Test script for FreightwavesService createOrder method
const { FreightwavesService } = require('./dist/service/test-freightwaves.service');
const { FreightwavesService } = require('./dist/service/freightwaves.service');
async function testFreightwavesService() {
try {