소스 검색

代码修改

erlArango_v1
AICells 5 년 전
부모
커밋
e291d233bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/httpCli/agHttpCli.erl

+ 1
- 1
src/httpCli/agHttpCli.erl 파일 보기

@ -117,7 +117,7 @@ castAgency(PoolName, Request, Pid) ->
-spec castAgency(poolName(), term(), pid(), timeout()) -> {ok, requestId()} | {error, atom()}.
castAgency(PoolName, RequestContent, Pid, Timeout) ->
case agAgencyPoolMgrExm:getOneAgency(PoolName) of
case agAgencyPoolMgrIns:getOneAgency(PoolName) of
{error, pool_not_found} = Error ->
Error;
undefined ->

불러오는 중...
취소
저장