feat: update

This commit is contained in:
Rogee
2025-05-23 20:07:34 +08:00
parent 9b38699764
commit 57cb0a750b
53 changed files with 741 additions and 982 deletions

View File

@@ -5,7 +5,7 @@ import (
"encoding/json"
"testing"
"quyun/app/models"
"quyun/app/model"
"quyun/app/service/testx"
"github.com/go-pay/gopay/wechat/v3"
@@ -30,7 +30,7 @@ type WechatPayNotifySuite struct {
}
func Test_WechatPayNotify(t *testing.T) {
providers := testx.Default().With(Provide, models.Provide)
providers := testx.Default().With(Provide, model.Provide)
testx.Serve(providers, t, func(p WechatPayNotifySuiteInjectParams) {
suite.Run(t, &WechatPayNotifySuite{WechatPayNotifySuiteInjectParams: p})