diff --git a/config/rpc.php b/config/rpc.php index 81ed517..6a330ee 100644 --- a/config/rpc.php +++ b/config/rpc.php @@ -45,5 +45,9 @@ return [ 'local' => true, 'base_uri' => env('RPC_PAYMENT_URI','http://payapi.dev.haowumc.com'), ], + 'wx-server' => [ + 'local' => true, + 'base_uri' => env('RPC_PAYMENT_URI', 'http://sapi.in.haowumc.com'), + ], ], ];