Commit 5d928760 authored by clone's avatar clone

bug

parent 18cdc235
......@@ -20,6 +20,9 @@ class AccountBalance extends Basic{
}
/**
* @return \think\Response
*/
public function userAccountBalanceList()
{
$params = $this->params;
......
......@@ -522,6 +522,9 @@ Route::group('api', [
'addUserCallAgentV2' => ['api/CallAgent/addUserCallAgentV2', ['method' => 'POST|GET']],//客户来电记录h5
'userAccountBalanceList' => ['api/AccountBalance/userAccountBalanceList', ['method' => 'get|post']],//
]);
Route::group('chat', [
......
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