- weimob callback msg format

This commit is contained in:
gazebo
2019-01-20 10:09:25 +08:00
parent bc9707b8b6
commit 7f5c14b3b1
6 changed files with 89 additions and 20 deletions

View File

@@ -38,6 +38,15 @@ const (
KeyEditStockNum = "editStockNum"
KeyB2cSku = "b2cSku"
KeySkuAttrMap = "skuAttrMap"
KeyField = "field"
KeySort = "sort"
KeyGoodsClassifyId = "goodsClassifyId"
KeySearch = "search"
KeyGoodsStatus = "goodsStatus"
KeyUpdateStartTime = "updateStartTime"
KeyUpdateEndTime = "updateEndTime"
)
type TokenInfo struct {