infoGetter/api/oss_test.go

16 lines
217 B
Go

package api
import (
"testing"
)
func TestOss(t *testing.T) {
//s("test.jpg","https://miquan-play.oss-cn-shenzhen.aliyuncs.com/platformScriptImg/29/1.jpg")
ossUrlSend()
}
func ossUrlSend() {
k(13906, 13906)
}