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