feat: add wechat pay

This commit is contained in:
Rogee
2025-01-14 14:42:08 +08:00
parent 52c17b63bb
commit 9cd7659d14
32 changed files with 1431 additions and 110 deletions

View File

@@ -44,6 +44,11 @@ func New(code, statusCode int, message string) *Response {
}
}
func (r *Response) WithMsg(msg string) *Response {
r.Message = msg
return r
}
func (r *Response) Sql(sql string) *Response {
r.sql = sql
return r