package zhimeng

// NewZhiMengJingDongSDK is constructor
func NewZhiMengPDDSDK() *SDK {
	pdd := &SDK{}
	pdd.Init("pdd")
	return pdd
}