feat(app): update
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
package helper
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestTransAudioToText(t *testing.T) {
|
||||
gotResult, err := TransAudioToText("https://check.dongdongdianjing.com/videos/20250606/d69960523fe2756076f1f8d7c37fa742.mp4")
|
||||
fmt.Sprintf("%+v %+v", gotResult, err)
|
||||
}
|
||||
@ -60,7 +60,6 @@ func getCommonHeaderMap() map[string]string {
|
||||
headerMap["TimeStamp"] = strconv.Itoa(time.Now().Second())
|
||||
headerMap["BundleId"] = "meetalkH5"
|
||||
headerMap["OsVersion"] = "10.01"
|
||||
headerMap["INNER-TOKEN"] = "b028c52286c95de48a1c773d7ed02d04"
|
||||
|
||||
return headerMap
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user