diff --git a/config/rpc.php b/config/rpc.php index 5b859c1..c7f1087 100644 --- a/config/rpc.php +++ b/config/rpc.php @@ -41,5 +41,9 @@ return [ 'local' => true, 'base_uri' => env('RPC_OP_URI','http://op.dev.haowumc.com'), ], + 'payment' => [ + 'local' => true, + 'base_uri' => env('RPC_PAYMENT_URI','http://payapi.dev.haowumc.com'), + ], ], ];