|
|
@@ -346,7 +346,7 @@ class OrderController extends BaseController
|
|
|
} elseif ($payWay == 1) {
|
|
|
$extend = MerchantExtendService::getByMerchantId($merchantId);
|
|
|
if (isset($extend['alipayInit']) || $extend['alipayInit'] == 0) {
|
|
|
- util::fail('支付宝付款即将开通...');
|
|
|
+ util::fail('支付宝付款即将开通...'.$merchantId);
|
|
|
}
|
|
|
$config = [
|
|
|
//应用ID,您的APPID。
|