utils

package
v1.4.28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Overview

Package utils 提供通用工具函数

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Hmac

func Hmac(s string, appSecret string) string

Hmac 计算hmac

func Marshal

func Marshal(o interface{}, appSecret string, signFunc func(params map[string]any, appSecret string) string) string

Marshal 序列化参数并添加签名

func MarshalNoErr

func MarshalNoErr(object interface{}) string

MarshalNoErr 将对象序列化为JSON字符串,出错时返回空字符串

func Md5

func Md5(s string) string

Md5 计算字符串的MD5值

func RandStringBytesMaskImprSrcUnsafe

func RandStringBytesMaskImprSrcUnsafe(n int) string

RandStringBytesMaskImprSrcUnsafe 生成随机字符串

func Sign

func Sign(params map[string]interface{}, signKey string) string

Sign 生成签名

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL