|
|
|
@@ -402,9 +402,9 @@ public class WxPayOrderServiceImpl implements WxPayOrderService { |
|
|
|
|
|
|
|
WxAppinfo appInfo = wxAppinfoService.getCAppInfo(user); |
|
|
|
if (null == params) { |
|
|
|
params = new PayExtraParam("bAppId",user.getAppId()).set("bUserPhone", user.getPhone()); |
|
|
|
params = new PayExtraParam(); |
|
|
|
} |
|
|
|
|
|
|
|
params.set("bAppId",user.getAppId()).set("bUserPhone", user.getPhone()); |
|
|
|
EnumPayShare isShare = EnumPayShare.NO; |
|
|
|
|
|
|
|
try { |
|
|
|
|