fix(ci): align openai account tests and remove dead wxpay const

This commit is contained in:
IanShaw027
2026-04-22 18:09:46 +08:00
parent 9de7a72cce
commit 6b19490393
3 changed files with 5 additions and 9 deletions

View File

@@ -60,11 +60,6 @@ const (
wxpayEventTransactionSuccess = "TRANSACTION.SUCCESS"
)
// WeChat Pay error codes.
const (
wxpayErrNoAuth = "NO_AUTH"
)
var (
wxpayNativePrepay = func(ctx context.Context, svc native.NativeApiService, req native.PrepayRequest) (*native.PrepayResponse, *core.APIResult, error) {
return svc.Prepay(ctx, req)