# uni-pushMsg **Repository Path**: notvip/uni-push-msg ## Basic Information - **Project Name**: uni-pushMsg - **Description**: 接收消息推送的移动端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-20 - **Last Updated**: 2026-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 消息推送管理中心 启动 使用hbuilder x 4.xx 后台服务 node server/server.js curl --request POST \ --url http://localhost:8080/send \ --header 'Accept: */*' \ --header 'Accept-Encoding: gzip, deflate, br' \ --header 'Connection: keep-alive' \ --header 'Content-Type: application/json' \ --header 'User-Agent: PostmanRuntime-ApipostRuntime/1.1.0' \ --data '{ "clientId": "device_1768873547000_14ysu3yjv", "title": "自建推送8", "content": "这是一条不通过 DCloud 的消息!", "date": "2026-01-20 09:51:00", "type": "text" }'