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

13 lines
175 B

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