shish 3 лет назад
Родитель
Сommit
f649c50761
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/PurchaseController.php

+ 1 - 1
app-hd/controllers/PurchaseController.php

@@ -298,7 +298,7 @@ class PurchaseController extends BaseController
         //强制使用小程序的miniOpenId
         $openId = isset($this->admin) && !empty($this->admin) ? $this->admin->miniOpenId : '';
         if (empty($openId)) {
-            util::fail('没有miniOpenId...');
+            util::success(['hasError' => 1, 'hasNoMiniOpenId' => 1]);
         }
         $purchaseCapital = dict::getDict('capitalType', 'xhPurchase', 'id');
         //流水类型、优惠卷、微信支付(h5还是小程序支付)类型 带到回调