第三方api接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jd_zhimeng.go 304 B

11 months ago
12345678910111213
  1. package jd
  2. import (
  3. "code.fnuoos.com/go_rely_warehouse/zyos_go_third_party_api.git/md"
  4. "code.fnuoos.com/go_rely_warehouse/zyos_go_third_party_api.git/zhimeng"
  5. )
  6. // NewZhiMengJingDongSDK is constructor
  7. func NewZhiMengJingDongSDK() *zhimeng.SDK {
  8. jd := &zhimeng.SDK{}
  9. jd.Init(md.PVD_JD)
  10. return jd
  11. }