fix: resp 多参数问题

This commit is contained in:
zhaoyupeng
2025-07-14 11:16:34 +08:00
parent fad0b852cb
commit 247490c35d
2 changed files with 46 additions and 15 deletions

9
resp/resp_test.go Normal file
View File

@ -0,0 +1,9 @@
package resp
import (
"testing"
)
func TestResp(t *testing.T) {
}