关闭旧的发货接口
This commit is contained in:
parent
0ac249ad30
commit
f1b0f96c07
@ -2757,6 +2757,7 @@ func ReqCreateOrderSn(player *Player, buf []byte) error {
|
||||
|
||||
// 订单发货
|
||||
func ReqShippingOrder(player *Player, buf []byte) error {
|
||||
return nil
|
||||
req := &msg.ReqShippingOrder{}
|
||||
proto.Unmarshal(buf, req)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user