同步erp的成长值.md
996 Bytes
1、同步erp的成长值
topic: user.syncGrowth
线上使用的mq:(user服务发aws,qq,所以麻烦监视两个云的消息)
rabbit_common = rabbitmq-common.yohoops.org:5672
rabbit_common_user = yoho
rabbit_common_password = yoho
body JSON格式如下所示:
[
{
"uid": "50001678",
"growthValue": 10,
"type": "20",
"createTime": 1493796890,
"times":1
},
{
"uid": "50001678",
"growthValue": 15,
"type": "21",
"createTime": 1493796890,
"times":1
},
{
"uid": "50001678",
"growthValue": 16,
"type": "22",
"createTime": 1493796890,
"times":1
},
{
"uid": "50001678",
"growthValue": 107,
"type": "43",
"createTime": 1493796890,
"times":1
},
{
"uid": "50001678",
"growthValue": 17,
"type": "44",
"createTime": 1493796890,
"times":1
}
]