package orderrpcv2 const DES_KEY = "ordernew" type OrderCreateRes struct { OrderSn string } type OrderCancelRes struct { Success bool }