mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-08 00:47:36 +08:00
feat: 添加默认history
This commit is contained in:
@@ -51,6 +51,7 @@ func NewWingsService() (ILLMService, error) {
|
|||||||
bizId: bizID,
|
bizId: bizID,
|
||||||
accessKey: accessKey,
|
accessKey: accessKey,
|
||||||
secretKey: secretKey,
|
secretKey: secretKey,
|
||||||
|
history: []History{},
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user