将GCM用于基于节点的应用程序需要遵循哪些步骤? 服务器端(节点js)和客户端(Android / iOS)都需要特定的代码吗?
答案 0 :(得分:4)
UPDATE oc_product_gpf SET
brand = '(select name from oc_manufacturer where manufacturer_id=
(select manufacturer_id from oc_product where product_id = oc_product_gpf.product_id) )'
WHERE oc_product_gpf.gpf_id =2454;
包与node.js app一起发送推送。基本示例:
node-gcm