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

pid.go 166 B

5 months ago
123456
  1. package pdd_union
  2. func CreatePid(keyArr map[string]string, param map[string]interface{}) (string, error) {
  3. send, err := Send(keyArr, "", param)
  4. return send, err
  5. }