lua-resty-wechat icon indicating copy to clipboard operation
lua-resty-wechat copied to clipboard

似乎是无法解析 摇一摇 事件

Open icowan opened this issue 9 years ago • 0 comments

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

从这个地方跳出来的

icowan avatar Dec 17 '16 09:12 icowan