lua_code/Lua/Receipt_Sync.lua
@@ -234,7 +234,7 @@ lua.DebugEx(strLuaDEID, "SKU查询出错", "ITEM_CODE: " .. item.skuId .. ", 错误信息: " .. receiptInfo) FinalRes = Create_result("failure", "207", "检查 SKU 是否存在时出错:SKU ID为 " .. item.skuId .. ", 错误: " .. receiptInfo) "检查 SKU 是否存在时出错:SKU ID为 " .. item.skuId .. ", 错误: " .. receiptInfo) local xml_result = xml.json_to_xml(FinalRes, "response") mobox.returnValue(strLuaDEID, 0, xml_result, 0) lua.Stop(strLuaDEID, "查询失败", xml_result)