关闭旧的发货接口

This commit is contained in:
hahwu 2025-11-26 19:00:13 +08:00
parent 0ac249ad30
commit f1b0f96c07

View File

@ -2757,6 +2757,7 @@ func ReqCreateOrderSn(player *Player, buf []byte) error {
// 订单发货 // 订单发货
func ReqShippingOrder(player *Player, buf []byte) error { func ReqShippingOrder(player *Player, buf []byte) error {
return nil
req := &msg.ReqShippingOrder{} req := &msg.ReqShippingOrder{}
proto.Unmarshal(buf, req) proto.Unmarshal(buf, req)