This commit is contained in:
suyl
2021-05-14 16:33:25 +08:00
parent ec3e3d2ac5
commit 6d74ea55a1
4 changed files with 18 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ import (
)
func TestGetRealMobileNumber4Order(t *testing.T) {
orderId := "15501080494587"
orderId := "5025796789378554068"
desiredMobile := "18483673654"
mobile, err := api.GetRealMobile4Order(orderId)
if err != nil {
@@ -23,7 +23,7 @@ func TestGetRealMobileNumber4Order(t *testing.T) {
}
func TestGetStoreOrderInfo(t *testing.T) {
orderId := "1577329467196263592"
orderId := "5025796789378554068"
// desiredMobile := "18483673654"
orderInfo, err := api.GetStoreOrderInfo(orderId)
if err != nil {