transfer_middleware/cmd/rpc/internal/logic/vo/rs.go

11 lines
141 B
Go
Raw Normal View History

2024-06-18 16:34:14 +08:00
package vo
const (
// 荣数立减金
RS_COUPON_GRANT = "cross/v1/coupon/grant"
RS_LOG_STATU_DEFAULT = 1
2024-07-09 17:07:22 +08:00
RS_ORDER_STATU_DEFAULT = 1
2024-06-18 16:34:14 +08:00
)