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

@@ -6,6 +6,7 @@ import (
"net/http"
)
// GetLogisticsInfo 阿里云免费案例用完了,未充值续费
func (a *API) GetLogisticsInfo(logisticsNumber string) (*OrderDetail, error) {
if len(logisticsNumber) == 0 {
return nil, errors.New("参数不能为空")