@@ -47,7 +47,7 @@ function deliver(oJsonInput,ret)
ret.price = oJsonInput.price
--ret.region = oJsonInput.region
ret.err = ""
- if not (ret.account and ret.order and ret.type and ret.id and ret.cnt and ret.region) then
+ if not (ret.account and ret.order and ret.id and ret.cnt ) then -- and ret.type and ret.region
ret.result = 6
ret.err = "param empty"
return ret