|
@@ -254,9 +254,9 @@ function query(human, shopType)
|
|
|
msgRet.isEnd = (batchIdx == totalBatches) and 1 or 0
|
|
msgRet.isEnd = (batchIdx == totalBatches) and 1 or 0
|
|
|
|
|
|
|
|
-- 非第一批不重复发送商店列表等头部信息
|
|
-- 非第一批不重复发送商店列表等头部信息
|
|
|
- if batchIdx > 1 then
|
|
|
|
|
- msgRet.shopList[0] = 0
|
|
|
|
|
- end
|
|
|
|
|
|
|
+ -- if batchIdx > 1 then
|
|
|
|
|
+ -- msgRet.shopList[0] = 0
|
|
|
|
|
+ -- end
|
|
|
|
|
|
|
|
local cnt = 0
|
|
local cnt = 0
|
|
|
for i = startIdx, endIdx do
|
|
for i = startIdx, endIdx do
|