package tm
type accountTm struct {
}
var Account = accountTm{}
//Regist 注册单个淘宝账号接口(同步)
//func (s *accountTm) Regist(ctx context.Context, UserId string) (res *CommonRes, err error) {
// method := "RegistAnonymousTbAccount"
// result, err := post(ctx, method, map[string]string{
// "BizUid": server.BizUid,
// "ThirdPartyUserId": UserId,
// })
// _ = json.Unmarshal([]byte(result), &res)
// return
//}
-
由 赵雪如 提交于f51c4b44