package pay import ( "testing" ) func TestPay(t *testing.T) { channel, err := JudgePayChannel("35618318", "mall") if err != nil { t.Errorf("Reverse == %s", err) } t.Log(channel.Identifier) } func TestPayConfig(t *testing.T) { //args := map[string]string{ // "app_id": "", // "private_key": "", // "subject": "哈哈哈", // "ord_id": "1", // "amount": "1", // "notify_url": "", // "rsa": "0", // "pkcs": "0", // "pay_ali_use_type": "0", // "wx_applet_filepath_url": "", // "platform": "ios", //} //Alipay(args) }