Kirin 2 years ago
parent
commit
71c35fe106
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/controller/PublicController.php

+ 1 - 1
app/api/controller/PublicController.php

@@ -53,7 +53,7 @@ class PublicController
                 $res = WechatService::paymentService()->batches(
                     'ex' . date('YmdHis') . '10086',
                     $open_id['openid'],
-                    0.01 * 100,
+                    0.31 * 100,
                     sys_config('site_name') . '-' . '用户提现到账'
                 );
                 var_dump($res);