This commit is contained in:
邹宗楠
2022-06-30 09:34:14 +08:00
parent 4e5246cbda
commit 9339f35c11
2 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ func QueryExpressPrice(param *bida.GetExpressPriceReq) (map[string]*bida.GetExpr
param.Type = i
fee, err := api.QBiDaAPI.GetExpressPrice(param)
if err != nil {
return nil, err
continue
}
if fee.Code != 0 {
result[fmt.Sprintf("%d", i)] = fee