This commit is contained in:
邹宗楠
2024-12-23 11:23:44 +08:00
parent 0ad94d882a
commit b57999416a
3 changed files with 3 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ const (
PeiSongTypeMixed = "3001" // 混合送(即美团专送+快送)
PeiSongTypeQiKe = "4015" // 企客远距离配送
PeiSongTypeMixedExpressQiKe = "30012002" // 混合快送
PeiSongTypeFranchise = "30011001" // 混合加盟送
)
func (a *API) ShippingSave(poiCode string, area string, minPrice, shippingFee float32) (err error) {