third-platform-sdk/platform/jd-union/consts.go
yanfan d3e3119c14 京东联盟
折淘客
2025-05-15 17:59:51 +08:00

13 lines
305 B
Go

package jd_union
const (
Version = "1.0"
Format = "json"
JsonParamKey = "360buy_param_json"
SignMethod = "md5"
BaseUrl = "https://api.jd.com/routerjson"
QueryOrderListMethod = "jd.union.open.order.row.query"
PromotionLinkMethod = "jd.union.open.promotion.common.get"
)