Browse Source

公证处检测问题

Xpy 8 months ago
parent
commit
7292e8d521
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/api/user/User.php

+ 1 - 1
app/controller/api/user/User.php

@@ -3383,7 +3383,7 @@ class User extends BaseController
3383 3383
                     'code' => $res['code'] ?? -1,
3384 3384
                     'debug' => $res['debug'] ?? null,
3385 3385
                 ]
3386
-            );
3386
+            );//
3387 3387
         }
3388 3388
         $amountCents = $res['extendData']['amount'] ?? $res['data']['amount'] ?? $res['amount'] ?? 0;
3389 3389
         return app('json')->success(['amount' => sprintf('%01.2f', floatval($amountCents) * 0.01)]);