| | |
| | | /** |
| | | * 商户ID |
| | | */ |
| | | public static String pid = "xx"; |
| | | public static String pid = "xxx"; |
| | | |
| | | /** |
| | | * 接口地址 |
| | | */ |
| | | public static String payUrl = "https://pay-cloud.vip/mapi.php"; |
| | | |
| | | /** |
| | | * 私钥 |
| | | */ |
| | | public static String key = "xxx"; |
| | | |
| | | /** |
| | | * 服务器异步通知地址 |
| | | */ |
| | | public static String notify_url = "https://www.pandarobot.chat/pay/returnUrl"; |
| | | |
| | | /** |
| | | * 页面跳转通知地址 |
| | | */ |
| | | public static String return_url = "https://www.pandarobot.chat/pay/notifyUrl"; |
| | | |
| | | /** |
| | | * 支付方式 |
| | | */ |
| | | public static String type = "wxpay"; |
| | | |
| | | /** |
| | | * 接口地址 |
| | | */ |
| | | public static String payUrl = "https://pay.bluetuo.com/mapi.php"; |
| | | |
| | | /** |
| | | * 服务器异步通知地址 |
| | | */ |
| | | public static String notify_url = "http://xx/pay/returnUrl"; |
| | | |
| | | /** |
| | | * 页面跳转通知地址 |
| | | */ |
| | | public static String return_url = "http://xx/pay/notifyUrl"; |
| | | |
| | | /** |
| | | * 设备类型 |
| | |
| | | /** |
| | | * 加密方式默认MD5 |
| | | */ |
| | | |
| | | public static String sign_type = "MD5"; |
| | | |
| | | /** |
| | | * 私钥 |
| | | */ |
| | | public static String key = "xx"; |
| | | |
| | | } |