2021-06-30 02:12:05 +00:00
|
|
|
package kuaidi
|
|
|
|
|
|
|
|
import (
|
|
|
|
"testing"
|
|
|
|
)
|
|
|
|
|
|
|
|
func TestExpressInfo(t *testing.T) {
|
|
|
|
|
|
|
|
//paramMap := map[string]interface{}{
|
|
|
|
// "com": "emsbg",
|
|
|
|
// "num": "9882823788521",
|
|
|
|
// "from": "phone",
|
|
|
|
// "to": "",
|
|
|
|
// "resultv2": "0",
|
|
|
|
// "show": "0",
|
|
|
|
// "order": "desc",
|
|
|
|
//}
|
|
|
|
//
|
|
|
|
//paramJson, _ := json.Marshal(paramMap)
|
|
|
|
//fmt.Println("paramJson:", string(paramJson))
|
|
|
|
|
2022-01-29 02:21:38 +00:00
|
|
|
//ExpressInfo("zhongtong","73155364431352")
|
2024-04-03 06:29:19 +00:00
|
|
|
ExpressInfo("emsbg", "9868015085913")
|
2021-06-30 02:12:05 +00:00
|
|
|
}
|