用户接口远程调用
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.

15 lines
184 B

  1. package userrpc
  2. import (
  3. "encoding/json"
  4. )
  5. /**
  6. * 绑定粉丝
  7. * 2021/10/23
  8. * gz
  9. */
  10. func Fans(site_id, dbname, user_id, business_id string, url ...string) error {
  11. return err
  12. }