访问京东API,获取结账必要信息。

This commit is contained in:
lyb
2018-08-09 16:37:38 +08:00
parent c430b997f9
commit 0ef674c072
4 changed files with 89 additions and 3 deletions

View File

@@ -123,3 +123,12 @@ const (
BusinessTypeImmediate = 1
BusinessTypeDingshida = 2
)
var (
JdSkuPromotion = [10]int64{2, 3, 4, 1203, 6, 9998, 9997, 9996, 8, 8001}
)
const (
JdPlatformFeeRate = 10
MtPlatformFeeRate = 10
)