1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

fix #636 生成短链方法报commonError is invalid or not struct (#637)

This commit is contained in:
silenceper
2023-01-01 23:54:58 +08:00
committed by GitHub
parent 3cb741ae1a
commit abd583df01

View File

@@ -37,7 +37,7 @@ type ShortLinker struct {
// resShortLinker 返回结构体
type resShortLinker struct {
// 通用错误
*util.CommonError
util.CommonError
// 返回的 shortLink
Link string `json:"link"`