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

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

@@ -343,7 +343,7 @@ class PurchaseClearController extends BaseController
         $new = [
             'payUrl' => $payUrl,
             'orderSn' => $orderSn,
-            'hasRenew' => $hasRenew,
+            'hasRenew' => 1,
         ];
         util::success($new);
     }