- fix weixin push msg bug.

- handle jd out-of-order msg.
This commit is contained in:
gazebo
2018-07-20 23:22:31 +08:00
parent 6f0d27e54d
commit 65eeef9966
6 changed files with 97 additions and 65 deletions

View File

@@ -24,8 +24,8 @@ var (
VendorIDMTPS: "MTPS",
}
VendorChineseNames = map[int]string{
VendorIDJD: "京东",
VendorIDMTWM: "美团",
VendorIDJD: "京东到家",
VendorIDMTWM: "美团外卖",
VendorIDELM: "饿了么",
VendorIDDada: "达达众包",
VendorIDMTPS: "美团配送",