This commit is contained in:
邹宗楠
2025-06-30 10:13:46 +08:00
parent 0599a21bce
commit f08b6e11b3
6 changed files with 13 additions and 5 deletions

View File

@@ -28,6 +28,8 @@ const (
PeiSongTypeQiKe = "4015" // 企客远距离配送
PeiSongTypeMixedExpressQiKe = "30012002" // 混合快送
PeiSongTypeFranchise = "30011001" // 混合加盟送
PeiSongTypeMixedSelf = "30011002" // 混合自建
PeiSongTypeNewQuik = "1007" // 新快送
)
func (a *API) ShippingSave(poiCode string, area string, minPrice, shippingFee float32) (err error) {