add endporint

This commit is contained in:
候学杰 2019-01-24 11:59:46 +08:00
parent 3c5dc19443
commit ebb71df16f

View File

@ -41,5 +41,9 @@ return [
'local' => true, 'local' => true,
'base_uri' => env('RPC_OP_URI','http://op.dev.haowumc.com'), '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'),
],
], ],
]; ];