diff --git a/pkg/common/msg.go b/pkg/common/msg.go index f5c7787..a9d0ec6 100644 --- a/pkg/common/msg.go +++ b/pkg/common/msg.go @@ -9,13 +9,13 @@ const ( ) var EnMessages = map[string]string{ + "获取套餐列表失败": "Failed to get bundle list", "创建套餐信息失败": "Failed to create bundle information", "创建套餐信息成功": "Successfully created bundle information", "更新套餐信息失败": "Failed to update bundle information", "更新套餐信息成功": "Successfully updated bundle information", "删除套餐信息失败": "Failed to delete bundle information", "删除套餐信息成功": "Successfully deleted bundle information", - "获取套餐列表失败": "Failed to get bundle list", "获取套餐信息失败": "Failed to get bundle information", "创建订单信息失败": "Failed to create order information", "创建订单信息成功": "Successfully created order information",