Closed sohbatiha closed 2 years ago
Hi , When receiving the orders list, sometimes the value of cancelAfter is -1 and it causes an error in the system . error message : [] json: cannot unmarshal number -1 into Go struct field OrderModel.cancelAfter of type uint64
[] json: cannot unmarshal number -1 into Go struct field OrderModel.cancelAfter of type uint64
We have updated this on other PR request
Hi , When receiving the orders list, sometimes the value of cancelAfter is -1 and it causes an error in the system . error message :
[] json: cannot unmarshal number -1 into Go struct field OrderModel.cancelAfter of type uint64