Kirin 3 년 전
부모
커밋
5b6de1b15a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/admin/controller/finance/UserExtract.php

+ 1 - 1
app/admin/controller/finance/UserExtract.php

@@ -167,7 +167,7 @@ class UserExtract extends AuthController
                 try {
                     $ress = WechatService::paymentService()->batches(
                         'ex' . date('YmdHis') . $extract['id'],
-                        $open_id,
+                        $open_id['openid'],
                         $real_get * 100,
                         sys_config('site_name') . '-' . '用户提现到账'
                     );