关闭旧的发货接口
This commit is contained in:
parent
7c6a5b5497
commit
673a2d9b21
@ -2758,6 +2758,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)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user