|
|
@@ -213,10 +213,6 @@ class OrderController extends BaseController
|
|
|
$input->SetOpenid($openId);
|
|
|
}
|
|
|
|
|
|
-// if (httpUtil::isMiniProgram()) {
|
|
|
-// $merchantExtend['wxAppId'] = $merchantExtend['miniAppId'];
|
|
|
-// }
|
|
|
-
|
|
|
//强制使用小程序的miniAppId
|
|
|
$merchantExtend['wxAppId'] = $merchantExtend['miniAppId'];
|
|
|
|
|
|
@@ -478,8 +474,6 @@ class OrderController extends BaseController
|
|
|
//直接将支付宝的html返回给前端
|
|
|
echo $result;
|
|
|
} elseif ($payWay == 2) {
|
|
|
- //余额支付,验证支付密码是否正确
|
|
|
- $payPassword = isset($post['payPassword']) ? $post['payPassword'] : 0;
|
|
|
$typeList = dict::getConfig('capitalType');
|
|
|
$capitalType = $typeList['xhGhsOrder']['id'];
|
|
|
$callbackParams = [];
|