This commit is contained in:
邹宗楠
2026-03-25 09:13:07 +08:00
parent 93bd28290d
commit c740630ce6
31 changed files with 2077 additions and 556 deletions

View File

@@ -10,6 +10,7 @@ import (
)
const (
//BastUrl = "https://express3.market.alicloudapi.com" // 基础访问路由
BastUrl = "http://express3.market.alicloudapi.com" // 基础访问路由
GetOrderDetailApi = "express3" // 获取物流订单详情
)