...
|
...
|
@@ -17,7 +17,7 @@ func NewHttplibAlliedCreationCooperation(operator domain.Operator) *HttplibAllie |
|
|
return &HttplibAlliedCreationCooperation{
|
|
|
BaseServiceGateway: service_gateway.BaseServiceGateway{
|
|
|
ConnectTimeout: 100 * time.Second,
|
|
|
ReadWriteTimeout: 30 * time.Second,
|
|
|
ReadWriteTimeout: 100 * time.Second,
|
|
|
CompanyId: operator.CompanyId,
|
|
|
OrgId: operator.OrgId,
|
|
|
UserId: operator.UserId,
|
...
|
...
|
|