From b1b4fb2f7f11380feebca6200f8ffb9a1d76e74d Mon Sep 17 00:00:00 2001 From: lanzu_qsy <334039090@qq.com> Date: Tue, 11 Aug 2020 14:22:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BC=81=E4=B8=9A=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Controllers/LanzuMpInfoController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Admin/Controllers/LanzuMpInfoController.php b/app/Admin/Controllers/LanzuMpInfoController.php index 0d687dd..522b8c0 100644 --- a/app/Admin/Controllers/LanzuMpInfoController.php +++ b/app/Admin/Controllers/LanzuMpInfoController.php @@ -88,7 +88,7 @@ class LanzuMpInfoController extends AdminController 'openid' => 'ojbLs4otqY74RjlVHLlywoaLS5t8', 'check_name' => 'NO_CHECK', // NO_CHECK:不校验真实姓名, FORCE_CHECK:强校验真实姓名 're_user_name' => '王小帅', // 如果 check_name 设置为FORCE_CHECK,则必填用户真实姓名 - 'amount' => 1, // 企业付款金额,单位为分 + 'amount' => 30, // 企业付款金额,单位为分 'desc' => '测试', // 企业付款操作说明信息。必填 ]); dd($res);