lua-resty-wechat
lua-resty-wechat copied to clipboard
似乎是无法解析 摇一摇 事件
shakearoundusershake
if node[0].type ~= lib.XML_TEXT_NODE and node[0].type ~= lib.XML_CDATA_SECTION_NODE then
return nil, "invalid subnode type"
end
从这个地方跳出来的