|
|
@@ -181,7 +181,7 @@ public class LeYunFuController {
|
|
|
params.put("notify_url", PropertiesFileLoader.getProperties("leyunfu_return_url")); //接收支付结果异步通知回调地址
|
|
|
params.put("spbill_create_ip", ip); //客户端IP
|
|
|
params.put("return_url", PropertiesFileLoader.getProperties("leyunfu_notify_url")); //页面回调地址
|
|
|
- params.put("payment_type", "trade.weixin.app"); //支付类型
|
|
|
+ params.put("payment_type", "trade.weixin.native"); //支付类型
|
|
|
params.put("attach", attach.toString()); //附加数据
|
|
|
|
|
|
|