- maxDiffFee2Mtps from 150 to 500

This commit is contained in:
gazebo
2019-05-08 17:04:50 +08:00
parent e09b9e4e67
commit c7a6b87a4b

View File

@@ -17,7 +17,7 @@ import (
const (
warningDistance = 10 // 公里
warningWeight = 50 * 1000 // 克
maxDiffFee2Mtps = 150 // 与美团配送最多差价
maxDiffFee2Mtps = 500 // 与美团配送最多差价
maxAddFee = 300 // 最大增加费用,单位为分,超过不发三方配送了
)