feat: add jimeng image

This commit is contained in:
feitianbubu
2025-07-10 05:21:45 +00:00
parent e82dc0e841
commit aa8d112c58
8 changed files with 422 additions and 2 deletions

View File

@@ -203,6 +203,9 @@ func sendPingData(c *gin.Context, mutex *sync.Mutex) error {
}
}
func DoRequest(c *gin.Context, req *http.Request, info *common.RelayInfo) (*http.Response, error) {
return doRequest(c, req, info)
}
func doRequest(c *gin.Context, req *http.Request, info *common.RelayInfo) (*http.Response, error) {
var client *http.Client
var err error