Store添加AutoReplyType,用于标识(订单)自动回复类型

This commit is contained in:
gazebo
2019-12-16 16:17:02 +08:00
parent eb78052a13
commit 4772caf080
3 changed files with 17 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ func InitServiceInfo(version string, buildTime time.Time, gitCommit string) {
"storePriceTypeName": model.StorePriceTypeName,
"payStatusName": model.PayStatusName,
"refundStatusName": model.RefundStatusName,
"autoReplyTypeName": model.AutoReplyTypeName,
},
}
}