follow.js 339 B

1
  1. "use strict";let o=(new(require("../common/request.js").Request)).http;exports.doFollow=function(t){return o("/app/follow/doFollow",t,"POST","application/json;charset=UTF-8")},exports.getFollowById=function(t){return o("/app/follow/getFollowById",t,"GET")},exports.getFollowList=function(t){return o("/app/follow/getFollowList",t,"GET")};