feat: 长文本语音合成
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ func (a *VipApi) UpdateVipConfig(c *gin.Context) {
|
||||
// @Produce application/json
|
||||
// @Param id query string true "id"
|
||||
// @Success 200 {object} response.Response
|
||||
// @Router /vip/config/detail [get]
|
||||
// @Router /vip/config/detail [post]
|
||||
func (a *VipApi) VipConfigDetail(c *gin.Context) {
|
||||
vipConfig, err := vipService.VipConfigDetail()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user