Przeglądaj źródła

公证处检测问题

Xpy 8 miesięcy temu
rodzic
commit
7292e8d521
1 zmienionych plików z 1 dodań i 1 usunięć
  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
                     'code' => $res['code'] ?? -1,
3383
                     'code' => $res['code'] ?? -1,
3384
                     'debug' => $res['debug'] ?? null,
3384
                     'debug' => $res['debug'] ?? null,
3385
                 ]
3385
                 ]
3386
-            );
3386
+            );//
3387
         }
3387
         }
3388
         $amountCents = $res['extendData']['amount'] ?? $res['data']['amount'] ?? $res['amount'] ?? 0;
3388
         $amountCents = $res['extendData']['amount'] ?? $res['data']['amount'] ?? $res['amount'] ?? 0;
3389
         return app('json')->success(['amount' => sprintf('%01.2f', floatval($amountCents) * 0.01)]);
3389
         return app('json')->success(['amount' => sprintf('%01.2f', floatval($amountCents) * 0.01)]);