This commit is contained in:
邹宗楠
2022-11-25 14:47:47 +08:00
parent fec6d9a19e
commit baf00babaa
2 changed files with 14 additions and 2 deletions

View 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()
}