Files
baseapi/platformapi/recharge_phone_bill/recharge_test.go
邹宗楠 baf00babaa 1
2022-11-25 14:47:47 +08:00

12 lines
259 B
Go

package recharge_phone_bill
import "testing"
//AccountNo = "cdrxqgmc"
//PasswordNo = "cdrxqgmc1234"
//PhoneScenery = "cdrxqgmc123456"
func TestQueryAccountBill(t *testing.T) {
a := New("cdrxqgmc1234", "cdrxqgmc", "cdrxqgmc123456")
a.QueryAccountBill()
}