This commit is contained in:
vipg
2025-11-25 17:08:52 +08:00
parent fede591197
commit 19f9c84718
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ type CreateData struct {
ExchangeID string `json:"exchange_id"`
}
// CreateHandler 处理交易所创建逻辑
// CreateHandler 处理创建逻辑
func CreateHandler(c *gin.Context) {
startTime := time.Now()
reqID := c.Request.Header.Get("X-RegisterRequest-ID")