|
@@ -65,7 +65,7 @@ class DepositCardController extends Controller
|
|
|
// 无折扣设为100
|
|
|
$inputs['discount'] = 100;
|
|
|
}
|
|
|
- $inputs['merchant_id'] = AdminMerchant::getMerchantWhere();
|
|
|
+ $inputs['merchant_id'] = AdminMerchant::putMerchantId();
|
|
|
$depositCard = $depositCard->create($inputs);
|
|
|
//
|
|
|
return $this->created(DepositCardResource::make($depositCard));
|