修改git.rosy.net.cn->gitrosy.jxc4.com 主要是因为改变了git服务器
This commit is contained in:
@@ -2,7 +2,7 @@ package q_bida
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
bida "git.rosy.net.cn/baseapi/platformapi/q_bida"
|
||||
bida "gitrosy.jxc4.com/baseapi/platformapi/q_bida"
|
||||
"testing"
|
||||
)
|
||||
|
||||
@@ -21,7 +21,7 @@ func TestQueryExpressPrice(t *testing.T) {
|
||||
SendPhone: "18981810340",
|
||||
ChannelType: 2,
|
||||
}
|
||||
data,err := QueryExpressPrice(param)
|
||||
data, err := QueryExpressPrice(param)
|
||||
fmt.Println(err)
|
||||
fmt.Println(data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user