|
|
@@ -79,9 +79,6 @@ class Pledge extends Api
|
|
|
*/
|
|
|
public function create(ProductPledges $productPledges, PledgeLogic $pledgeLogic, LedgerWalletModel $ledgerWalletModel)
|
|
|
{
|
|
|
-
|
|
|
-
|
|
|
- //dump(CommonLogic::setIsUpLevel(1477, 0, 3));die;
|
|
|
$pledge_id = $this->request->post('pledge_id', 0, 'intval');
|
|
|
$order_id = $this->request->post('order_id/a', '');
|
|
|
$pay_type = $this->request->post('pay_type/d', 1);//支付方式 1 茶宝 2 Teac
|