|
|
@@ -365,10 +365,10 @@ class Lave extends Api
|
|
|
$where1['contract_code'] = $v['contract_code'];
|
|
|
$where1['plan_id'] = $v['plan_id'];
|
|
|
$where1['nonce_str'] = uniqid();
|
|
|
- $order = LaveMonthModel::create($where1);
|
|
|
- $rs = WechatService::papPayApply($mch_id, $where1['order_id'], $where1['amount'], "lave", '月捐款', 'PAP', [], $cid, $v['contract_id'], $where1['order_name'], $where1['nonce_str']);
|
|
|
+// $order = LaveMonthModel::create($where1);
|
|
|
+// $rs = WechatService::papPayApply($mch_id, $where1['order_id'], $where1['amount'], "lave", '月捐款', 'PAP', [], $cid, $v['contract_id'], $where1['order_name'], $where1['nonce_str']);
|
|
|
// }
|
|
|
- @file_put_contents("quanju2.txt", json_encode($rs)."-补偿月捐汇报\r\n", 8);
|
|
|
+// @file_put_contents("quanju2.txt", json_encode($rs)."-补偿月捐汇报\r\n", 8);
|
|
|
}
|
|
|
}
|
|
|
$this->success('获取成功');
|