diff --git a/Application/Payment/Controller/ExcelPaymentController.class.php b/Application/Payment/Controller/ExcelPaymentController.class.php index 6c7f7fea8..e90894118 100644 --- a/Application/Payment/Controller/ExcelPaymentController.class.php +++ b/Application/Payment/Controller/ExcelPaymentController.class.php @@ -343,7 +343,6 @@ class ExcelPaymentController extends BaseController //执行打款 $title = $remark; $amount = $dbres['statement_money']; - $amount = 0.1; //测试金额必须去除 $payres = $fund->transfer($company_info['ali_account'],$company_info['ali_user'],$dbres['statement_num'],$amount, $title); $resultCode = $payres->code; diff --git a/Application/Payment/Controller/PublicController.class.php b/Application/Payment/Controller/PublicController.class.php index f6bd1bc0c..287f3da88 100644 --- a/Application/Payment/Controller/PublicController.class.php +++ b/Application/Payment/Controller/PublicController.class.php @@ -130,9 +130,9 @@ class PublicController extends \Think\Controller public function checksafecode($phone, $code) { //测试验证码 - if($code == "txsb0601"){ - return true; - } + // if($code == "txsb0601"){ + // return true; + // } $taskClient = new TaskClient(); $result = $taskClient->checkSms($phone, $code); $data = [];