1
This commit is contained in:
11
platformapi/recharge_phone_bill/recharge_test.go
Normal file
11
platformapi/recharge_phone_bill/recharge_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package recharge_phone_bill
|
||||
|
||||
import "testing"
|
||||
|
||||
//AccountNo = "cdrxqgmc"
|
||||
//PasswordNo = "cdrxqgmc1234"
|
||||
//PhoneScenery = "cdrxqgmc123456"
|
||||
func TestQueryAccountBill(t *testing.T) {
|
||||
a := New("cdrxqgmc1234", "cdrxqgmc", "cdrxqgmc123456")
|
||||
a.QueryAccountBill()
|
||||
}
|
||||
Reference in New Issue
Block a user