add
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user