第三方api接口
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

11 satır
226 B

  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. }