This commit is contained in:
苏尹岚
2021-04-12 17:43:35 +08:00
parent a3cebf2949
commit 3247a3bb9d
3 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ func TestGetRealMobileNumber4Order(t *testing.T) {
orderId := "921823424000122"
desiredMobile := "13722455105"
mobile, err := api.GetRealMobile4Order(orderId, "11893205")
fmt.Println("1111111111111111", mobile, err.Error())
if err != nil {
t.Fatal(err)
}