第三方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.

pdd_zhimeng.go 226 B

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