第三方api接口
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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