Parcourir la source

Merge branch 'Thailand' of https://gitee.com/wangwenfan/congkong into Thailand

zhanwencai il y a 1 an
Parent
commit
061a960afe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      script/module/platform/ApiLogic.lua

+ 1 - 1
script/module/platform/ApiLogic.lua

@@ -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