Commit f398520f authored by clone's avatar clone

1

parent 76619ab7
...@@ -996,6 +996,8 @@ Route::group('office', [ ...@@ -996,6 +996,8 @@ Route::group('office', [
'getBeForNum' => ['api_broker/OfficePayLog/getBeForNum', ['method' => 'get|post']], 'getBeForNum' => ['api_broker/OfficePayLog/getBeForNum', ['method' => 'get|post']],
'adjustment' => ['api_broker/OfficePayLog/adjustment', ['method' => 'get|post']], 'adjustment' => ['api_broker/OfficePayLog/adjustment', ['method' => 'get|post']],
'refund' => ['api_broker/OfficePayLog/refund', ['method' => 'get|post']],
'getRefund' => ['api_broker/OfficePayLog/getRefund', ['method' => 'get|post']],
]); ]);
Route::group('office_index', [ Route::group('office_index', [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment