aa
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user