1
This commit is contained in:
@@ -110,3 +110,10 @@ func TestOrderStatusAndPsInfo(t *testing.T) {
|
||||
param["courier_phone"] = "19817862055"
|
||||
a.OrderStatusAndPsInfo(param)
|
||||
}
|
||||
|
||||
func TestMap(t *testing.T) {
|
||||
data := map[string]string{"1": "1", "2": "2"}
|
||||
fmt.Println(data)
|
||||
delete(data, "1")
|
||||
fmt.Println(data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user